Element index for package dokeos-forum
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ u ]
[ v ]
[ _ ]
top
a
- approve_post
- in file forumfunction.inc.php, function approve_post()
This function approves a post = change
top
c
- calculate_children
- in file viewthread_threaded.inc.php, function calculate_children()
This function builds an array of all the posts in a given thread where the key of the array is the post_id
- change_lock_status
- in file forumfunction.inc.php, function change_lock_status()
This function changes the lock status in the database
- change_visibility
- in file forumfunction.inc.php, function change_visibility()
This function changes the visibility in the database (item_property)
- check_if_last_post_of_thread
- in file forumfunction.inc.php, function check_if_last_post_of_thread()
This function gets the all information of the last (=most recent) post of the thread This can be done by sorting the posts that have the field thread_id=$thread_id and sort them by post_date
- class_visible_invisible
- in file forumfunction.inc.php, function class_visible_invisible()
This function returns a piece of html code that make the links grey (=invisible for the student)
- count_number_of_forums_in_category
- in file forumfunction.inc.php, function count_number_of_forums_in_category()
This function counts the number of forums inside a given category
top
d
- delete_forum_forumcategory_thread
- in file forumfunction.inc.php, function delete_forum_forumcategory_thread()
This function deletes a forum or a forum category This function currently does not delete the forums inside the category, nor the threads and replies inside these forums.
- delete_post
- in file forumfunction.inc.php, function delete_post()
This function deletes a forum post. This separate function is needed because forum posts do not appear in the item_property table (yet) and because deleting a post also has consequence on the posts that have this post as parent_id (they are also deleted).
- display_lock_unlock_icon
- in file forumfunction.inc.php, function display_lock_unlock_icon()
This function takes care of the display of the lock icon
- display_up_down_icon
- in file forumfunction.inc.php, function display_up_down_icon()
This function takes care of the display of the up and down icon
- display_user_link
- in file forumfunction.inc.php, function display_user_link()
This function displays the firstname and lastname of the user as a link to the user tool.
- display_visible_invisible_icon
- in file forumfunction.inc.php, function display_visible_invisible_icon()
This function takes care of the display of the visibility icon
top
top
f
- forum_not_allowed_here
- in file forumfunction.inc.php, function forum_not_allowed_here()
This function is called when the user is not allowed in this forum/thread/...
- forumfunction.inc.php
- procedural page forumfunction.inc.php
top
g
- get_forumcategory_information
- in file forumfunction.inc.php, function get_forumcategory_information()
This function retrieves all the information of a given forumcategory id
- get_forums
- in file forumfunction.inc.php, function get_forums()
Retrieve all the forums (regardless of their category) or of only one. The forums are sorted according to the forum_order.
- get_forums_in_category
- in file forumfunction.inc.php, function get_forums_in_category()
This function retrieves all the fora in a given forum category
- get_forum_categories
- in file forumfunction.inc.php, function get_forum_categories()
Retrieve all the information off the forum categories (or one specific) for the current course.
- get_forum_information
- in file forumfunction.inc.php, function get_forum_information()
This function retrieves all the information of a given forum_id
- get_last_post_information
- in file forumfunction.inc.php, function get_last_post_information()
This functions gets all the last post information of a certain forum
- get_posts
- in file forumfunction.inc.php, function get_posts()
Retrieve all posts of a given thread
- get_post_information
- in file forumfunction.inc.php, function get_post_information()
This function retrieves all the information of a post
- get_post_topics_of_forum
- in file forumfunction.inc.php, function get_post_topics_of_forum()
With this function we find the number of posts and topics in a given forum.
- get_threads
- in file forumfunction.inc.php, function get_threads()
Retrieve all the threads of a given forum
- get_thread_information
- in file forumfunction.inc.php, function get_thread_information()
This function retrieves all the information of a thread
- get_unaproved_messages
- in file forumfunction.inc.php, function get_unaproved_messages()
This function retrieves all the unapproved messages for a given forum This is needed to display the icon that there are unapproved messages in that thread (only the courseadmin can see this)
- get_whats_new
- in file forumfunction.inc.php, function get_whats_new()
This function is used to find all the information about what's new in the forum tool
top
h
- handle_forum_and_forumcategories
- in file forumfunction.inc.php, function handle_forum_and_forumcategories()
This function handles all the forum and forumcategories actions. This is a wrapper for the forum and forum categories. All this code code could go into the section where this function is called but this make the code there cleaner.
- handle_mail_cue
- in file forumfunction.inc.php, function handle_mail_cue()
This function is called whenever something is made visible because there might be new posts and the user might have indicated that (s)he wanted to be informed about the new posts by mail.
top
i
- icon
- in file forumfunction.inc.php, function icon()
This function return the html syntax for the image
- increase_thread_view
- in file forumfunction.inc.php, function increase_thread_view()
The thread view counter gets increased every time someone looks at the thread
- iframe_thread.php
- procedural page iframe_thread.php
- index.php
- procedural page index.php
top
m
- move_post_form
- in file forumfunction.inc.php, function move_post_form()
This function displays the form for moving a post message to a different (already existing) or a new thread.
- move_thread_form
- in file forumfunction.inc.php, function move_thread_form()
This function displays the form for moving a thread to a different (already existing) forum
- move_up_down
- in file forumfunction.inc.php, function move_up_down()
This function moves a forum or a forum category up or down
top
top
top
top
s
- send_mail
- in file forumfunction.inc.php, function send_mail()
This function sends the mails for the mail notification
- send_notification_mails
- in file forumfunction.inc.php, function send_notification_mails()
This function sends the notification mails to everybody who stated that they wanted to be informed when a new post was added to a given thread.
- show_add_forumcategory_form
- in file forumfunction.inc.php, function show_add_forumcategory_form()
This function displays the form that is used to add a forum category.
- show_add_forum_form
- in file forumfunction.inc.php, function show_add_forum_form()
This function displays the form that is used to add a forum category.
- show_add_post_form
- in file forumfunction.inc.php, function show_add_post_form()
This function displays the form that is used to add a post. This can be a new thread or a reply.
- show_edit_forumcategory_form
- in file forumfunction.inc.php, function show_edit_forumcategory_form()
This function displays the form that is used to edit a forum category.
- show_edit_post_form
- in file forumfunction.inc.php, function show_edit_post_form()
This function displays the form that is used to edit a post. This can be a new thread or a reply.
- store_edit_post
- in file forumfunction.inc.php, function store_edit_post()
This function stores the edit of a post in the forum_post table.
- store_forum
- in file forumfunction.inc.php, function store_forum()
This function stores the forum in the database. The new forum is added to the end.
- store_forumcategory
- in file forumfunction.inc.php, function store_forumcategory()
This function stores the forum category in the database. The new category is added to the end.
- store_move_post
- in file forumfunction.inc.php, function store_move_post()
- store_move_thread
- in file forumfunction.inc.php, function store_move_thread()
- store_reply
- in file forumfunction.inc.php, function store_reply()
This function stores a reply in the forum_post table.
- store_thread
- in file forumfunction.inc.php, function store_thread()
This function stores a new thread. This is done through an entry in the forum_thread table AND in the forum_post table because. The threads are also stored in the item_property table. (forum posts are not (yet))
top
u
- update_thread
- in file forumfunction.inc.php, function update_thread()
The relies counter gets increased every time somebody replies to the thread
top
top
|
|