File: bp-forums/forums/functions.php |
Description |
---|---|
bbp_forum_query_last_reply_id() |
Returns the forum’s last reply id |
bbp_forum_enforce_hidden() |
Check if it’s a hidden forum or a topic or reply of a hidden forum and if the user can’t view it, then sets a 404 |
bbp_get_forum_visibilities() |
Return an associative array of forum visibility |
bbp_has_forum_thumbnail() |
Check if given forum has thumbnail available |
bbp_get_forum_thumbnail_src() |
Get the forum thumbnail’s image source |
bbp_update_forum() |
Updates the counts of a forum. |
bbp_get_forum_statuses() |
Return an associative array of available topic statuses |
bbp_get_forum_types() |
Return an associative array of forum types |
bbp_update_forum_subforum_count() |
Update the forum sub-forum count |
bbp_update_forum_topic_count() |
Adjust the total topic count of a forum |