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::_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. |
phpBB::callback_forum_status() |
Translate the forum status from phpBB v3.x numeric’s to WordPress’s strings. |
phpBB |
Implementation of phpBB v3 Converter. |