: |
|
: |
student);
require("$CFG->dirroot/mod/forum/lib.php");
asort($FORUM_TYPES);
if (! $form->type) {
$form->type = "general";
}
if ($form->type == "news") {
print_string("namenews", "forum");
echo "";
} else if ($form->type == "social") {
print_string("namesocial", "forum");
echo "";
} else {
choose_from_menu($FORUM_TYPES, "type", $form->type, "");
helpbutton("forumtype", get_string("forumtype", "forum"), "forum");
}
?>
|
:
";
helpbutton("questions", get_string("helpquestions"), "moodle", true, true);
echo " ";
emoticonhelpbutton("form", "intro");
echo " ";
?>
|
|
student")) ?>: |
open, "");
helpbutton("allowdiscussions", get_string("allowdiscussions",
"forum", strtolower("$course->student")), "forum");
?>
|
: |
assessed, "");
helpbutton("ratings", get_string("allowratings", "forum"), "forum");
?>
|
: |
forcesubscribe, "");
helpbutton("subscription", get_string("forcesubscribeq", "forum"), "forum");
?>
|