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::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. |
| phpBB::authenticate_pass() |
Check for correct password |
| phpBB::_hash_crypt_private() |
The crypt function/replacement |
| phpBB::_hash_encode64() |
Encode hash |
| phpBB::callback_forum_type() |
Translate the forum type from phpBB v3.x numeric’s to WordPress’s strings. |