|
| | __construct () |
| |
| | getSearchResultsXML ($text, $type, $forum, $u, $disp, $start=0, $isWholePage=false) |
| |
| | getSearchXML ($wp=false) |
| |
| | getNewTopicXML ($forum_uri, $isWholePage=false) |
| |
| | getPostReplyXML ($forum_id, $topic_id) |
| |
| | getHiddenPostXML ($post_id, $force_show) |
| |
| | getPostsXML ($topic_uri, $wp) |
| |
| | getXxxTopicsXML ($wp, $sTitle, $sDesc, $sFunc, $start=0) |
| |
| | getHiddenTopicsXML ($wp, $start=0) |
| |
| | getMyThreadsXML ($wp, $start=0) |
| |
| | getMyFlagsXML ($wp, $start=0) |
| |
| | getTopicsXML ($forum_uri, $wp, $start=0) |
| |
| | getRecentTopicsXML ($wp, $start=0) |
| |
| | getTrackTopics () |
| |
| | setTrackTopic ($topic_id) |
| |
| | isNewTopic ($topic_id, $topic_last_time, $user_last_time) |
| |
| | getCategsShortXML ($sCheckPermission=false) |
| |
| | getForumsShortXML ($cat, $root, $sCheckPermission=false) |
| |
| | getForumsXML ($cat, $root) |
| |
| | getPageXML ($first_load=1, &$p) |
| |
| | getCategoriesXML ($first_load=1, &$p) |
| |
| | liveTracker () |
| |
| | getLivePostsXML ($count=10, $ts=0) |
| |
| | isNewPost ($ts) |
| |
| | postReplyXML (&$p) |
| |
| | topicAutoContinue ($t) |
| |
| | editPostXml ($post_id, $topic_id) |
| |
| | editPost ($post_id, $topic_id, $text) |
| |
| | deletePostXML ($post_id, $topic_id, $forum_id) |
| |
| | hidePost ($is_hide, $post_id) |
| |
| | moveTopicForm ($topic_id) |
| |
| | moveTopicSubmit ($topic_id, $forum_id, $old_forum_id, $goto_new_location) |
| |
| | delTopic ($topic_id) |
| |
| | hideTopic ($is_hide, $topic_id) |
| |
| | stick ($topic_id) |
| |
| | lock ($topic_id) |
| |
| | postNewTopicXML ($p) |
| |
| | isAdmin () |
| |
| | getLoginUser () |
| |
| | updateCurrentUserActivity () |
| |
| | logout () |
| |
| | votePost ($post_id, $vote) |
| |
| | report ($post_id) |
| |
| | flag ($topic_id) |
| |
| | getRssForum ($forum_uri) |
| |
| | getRssUpdatedTopics () |
| |
| | getRssTopic ($topic_uri) |
| |
| | getRssUser ($user, $sort) |
| |
| | getRssAll ($sort) |
| |
| | _rssPrepareConf () |
| |
| | _rssItem ($sTitle, $sLink, $sDesc, $iTimestamp) |
| |
| | _rssFeed ($sTitle, $sLink, $sDesc, $iLastDateTimestamp, $sItems) |
| |
| | showProfile ($u, $wp) |
| |
| | _getLoginInfo ($user='') |
| |
| | _getUserInfoReadyArray ($user, $bWrapWithCdata=true) |
| |
| | _getUserInfo ($user) |
| |
| | _checkUserPerm ($user, $f_type, $a_type, $forum_id=0) |
| |
| | _isEditTimeout ($post_id) |
| |
| | _getLoginUserName () |
| |
| | _getLoginUser () |
| |
| | _format_when ($iSec) |
| |
| | _no_access ($wp=0) |
| |
| | _buld_topic_desc (&$s) |
| |
| | uriGenerate ($s, $sTable, $sField, $iMaxLen=255) |
| |
| | uriCheckUniq ($s, $sTable, $sField) |
| |
| | setTitle ($s) |
| |
| | _handleSignature (&$p, $user) |
| |
| | _handleUpload (&$p, $post_id) |
| |
| | download ($hash) |
| |
| | _getAttachmentsXML ($post_id) |
| |
| | _getPages ($iStart, $iNum, $iPerPage) |
| |
| | getLangs () |
| |
| | getLangsXml () |
| |
| | getUrlsXml () |
| |
| | addHeaderFooter (&$li, $content) |
| |
| | cacheWrite ($fn, $s) |
| |
| | cacheRead ($fn) |
| |
| | cacheExists ($fn) |
| |
| | cacheEnabled () |
| |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file Forum.php.