File: bp-forums/admin/converters/phpBB.php |
Description |
|---|---|
| phpBB::callback_topic_status() |
Translate the topic status from phpBB v3.x numeric’s to WordPress’s strings. |
| phpBB::callback_sticky_status() |
Translate the topic sticky status type from phpBB 3.x numeric’s to WordPress’s strings. |
| phpBB::callback_topic_reply_count() |
Verify the topic reply count. |
| phpBB::callback_reply_title() |
Set the reply title |
| phpBB::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
| phpBB |
Implementation of phpBB v3 Converter. |
| phpBB::__construct() |
Main Constructor |
| phpBB::setup_globals() |
Sets up the field mappings |
| phpBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
| phpBB::callback_savepass() |
This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value. |