File: bp-forums/admin/converters/vBulletin3.php |
Description |
---|---|
vBulletin3::callback_sticky_status() |
Translate the topic sticky status type from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3::callback_topic_reply_count() |
Verify the topic reply count. |
vBulletin3::callback_reply_title() |
Set the reply title |
vBulletin3::callback_topic_status() |
Translate the post status from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
vBulletin3::callback_forum_type() |
Translate the forum type from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3 |
Implementation of vBulletin v3.x Converter. |
vBulletin3::__construct() |
Main constructor |
vBulletin3::setup_globals() |
Sets up the field mappings |
vBulletin3::info() |
This method allows us to indicates what is or is not converted for each converter. |