Skip to content

etudes jforum tool (Discussions & Private Messages)

Notifications You must be signed in to change notification settings

austin48/etudes-jforum

Repository files navigation

NEW

  • apply (temp?) fix for SAK38428
  • add these to local.properties or sakai.properties

jsf.state_saving_method.sakai.jforum.tool=server

jsf.state_saving_method.sakai.synoptic.jforum.tool=server

etudes-jforum

Get the Source

Database Information

  • Etudes Jforum 2.9.12-SNAPSHOT works with MySQL 4.1+, MySQL 5.0+ and Oracle databases(not yet supported).

Dependency on etudes-util

Dependency on ambrosia

  • Build etudes ambrosia before building jforum

Sakai.properties Configurations

  • Add the jforum configurations to sakai.properties and customize.
  • Refer to /etudes-jforum/readme/jforum_config_properties.txt for the properties or the Jforum properties.

Build and Deploy Etudes JForum

  • add the etudes-dependencies module and etudes-jforum module to the sakai main pom.xml

etudes-dependencies etudes-jforum

Update Sakai Roles

  • Update Sakai Roles (under realms) to include JForum permissions

  • Check appropriate JForum permissions under the roles in !site.template.course. Check jforum.manage for teacher, instructor, faculty types of roles (maintain). Check jforum.member for student types of custom roles that you have (access).

  • If you have project sites and related roles in !site.template.project), appropriate permissions (jforum.manage or jforum.member) need to be checked as defined above.

CAUTION: If you fail to check the Jforum.member and Jforum.manage permissions for your roles, Jforum may not work properly. If you add jforum to an installation with existing sites, users will not have the necessary permissions. You will need to user !Site.helper or other scripts to propagate the changes.

Add Jforum Icon to Sakai Left Menu

Edit /reference/library/src/morpheus-master/sass/base/_icons.scss

add this to the #other tools section

.icon-sakai--sakai-jforum-tool { @extend .fa-comments-o; }

User Documentation

About

etudes jforum tool (Discussions & Private Messages)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published