File: bp-forums/admin/converter.php |
Description |
|---|---|
| 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. |
| BBP_Converter_Base::info() |
Info |
| BBP_Converter_Base::get_fields() |
This method grabs appropriate fields from the table specified |
| BBP_Converter_Base::callback_pass() |
Run password through wp_hash_password() |
| 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. |