Methods |
Description |
---|---|
BBP_Component::register_post_types() |
Setup the component post types |
BBP_Component::register_taxonomies() |
Register component specific taxonomies |
BBP_Component::setup_actions() |
Setup the actions |
BBP_Component::setup_globals() |
Component global variables |
BBP_Converter_Base::__construct() |
This is the constructor and it connects to the platform databases. |
BBP_Converter_Base::authenticate_pass() |
This method implements the authentication for the different forums. |
BBP_Converter_Base::callback_datetime() | |
BBP_Converter_Base::callback_forumid() |
A mini cache system to reduce database calls to forum ID’s |
BBP_Converter_Base::callback_html() | |
BBP_Converter_Base::callback_negative() | |
BBP_Converter_Base::callback_null() | |
BBP_Converter_Base::callback_pass() |
Run password through wp_hash_password() |
BBP_Converter_Base::callback_reply_to() |
A mini cache system to reduce database calls to reply_to post id. |
BBP_Converter_Base::callback_slug() | |
BBP_Converter_Base::callback_topicid() |
A mini cache system to reduce database calls to topic ID’s |
BBP_Converter_Base::callback_topicid_to_forumid() |
A mini cache system to reduce database calls map topics ID’s to forum ID’s |
BBP_Converter_Base::callback_userid() |
A mini cache system to reduce database calls to user ID’s |
BBP_Converter_Base::clean() |
This method deletes data from the wp database. |
BBP_Converter_Base::clean_passwords() |
This method deletes passwords from the wp database. |
BBP_Converter_Base::convert_forum_parents() |
This method converts old forum heirarchy to new Forums heirarchy. |
BBP_Converter_Base::convert_forums() |
Convert Forums |
BBP_Converter_Base::convert_replies() |
Convert Posts |
BBP_Converter_Base::convert_reply_to_parents() |
This method converts old reply_to post id to new Forums reply_to post id. |
BBP_Converter_Base::convert_table() |
Convert Table |
BBP_Converter_Base::convert_tags() |
Convert Tags |
BBP_Converter_Base::convert_topic_stickies() |
This method converts old topic stickies to new Forums stickies. |
BBP_Converter_Base::convert_topic_super_stickies() |
This method converts old topic super stickies to new Forums super stickies. |
BBP_Converter_Base::convert_topics() |
Convert Topics / Threads |
BBP_Converter_Base::convert_users() |
Convert Users |
BBP_Converter_Base::get_fields() |
This method grabs appropriate fields from the table specified |
BBP_Converter_Base::info() |
Info |
BBP_Converter_Base::setup_globals() | |
BBP_Converter::__construct() |
The main Forums Converter loader |
BBP_Converter::admin_head() |
Admin scripts |
BBP_Converter::converter_output() |
Wrap the converter output in paragraph tags, so styling can be applied |
BBP_Converter::process_callback() |
Callback processor |
BBP_Converter::register_admin_settings() |
Register the settings |
BBP_Converter::setup_actions() |
Setup the default actions |
BBP_Converter::sync_table() |
Create Tables for fast syncing |
BBP_Default::__construct() |
The main Forums (Default) Loader |
BBP_Default::after_main_content() |
Inserts HTML at the bottom of the main content area to be compatible with the Twenty Twelve theme. |
BBP_Default::ajax_favorite() |
AJAX handler to add or remove a topic from a user’s favorites |
BBP_Default::ajax_forum_subscription() |
AJAX handler to Subscribe/Unsubscribe a user from a forum |
BBP_Default::ajax_subscription() |
AJAX handler to Subscribe/Unsubscribe a user from a topic |
BBP_Default::before_main_content() |
Inserts HTML at the top of the main content area to be compatible with the Twenty Twelve theme. |
BBP_Default::enqueue_scripts() |
Enqueue the required Javascript files |
BBP_Default::localize_topic_script() |
Load localizations for topic script |
BBP_Default::media_localize_script() |
Localize scripts for Media component for forums |
BBP_Default::mentions_script() |
Enqueue @mentions JS. |
BBP_Default::setup_actions() |
Setup the theme hooks |