File: bp-forums/admin/converter.php |
Description |
---|---|
BBP_Converter_Base::callback_forumid() |
A mini cache system to reduce database calls to forum ID’s |
BBP_Converter_Base::callback_topicid() |
A mini cache system to reduce database calls to topic ID’s |
BBP_Converter_Base::convert_table() |
Convert Table |
BBP_Converter_Base::convert_forum_parents() |
This method converts old forum heirarchy to new Forums heirarchy. |
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_reply_to_parents() |
This method converts old reply_to post id to new Forums reply_to post id. |
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::authenticate_pass() |
This method implements the authentication for the different forums. |