Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402]
(no description)
Copyright: | 1999 onwards Martin Dougiamas {@link http://moodle.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 400 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 5 times |
Includes or requires: | 1 file mod/forum/lib.php |
forum_print_big_search_form($course) X-Ref |
Print a full-sized search form for the specified course. param: stdClass $course The Course that will be searched. return: void The function prints the form. |
forum_clean_search_terms($words, $prefix='') X-Ref |
This function takes each word out of the search string, makes sure they are at least two characters long and returns an string of the space-separated search terms. param: string $words String containing space-separated strings to search for. param: string $prefix String to prepend to the each token taken out of $words. return: string The filtered search terms, separated by spaces. |
forum_menu_list($course) X-Ref |
Retrieve a list of the forums that this user can view. param: stdClass $course The Course to use. return: array A set of formatted forum names stored against the forum id. |