File: bp-forums/admin/converters/vBulletin.php |
Description |
|---|---|
| vBulletin::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
| vBulletin::callback_forum_type() |
Translate the forum type from vBulletin v4.x numeric’s to WordPress’s strings. |
| vBulletin::callback_sticky_status() |
Translate the topic sticky status type from vBulletin v4.x numeric’s to WordPress’s strings. |
| vBulletin::callback_topic_reply_count() |
Verify the topic reply count. |
| vBulletin::callback_reply_title() |
Set the reply title |
| vBulletin::callback_topic_status() |
Translate the post status from vBulletin numeric’s to WordPress’s strings. |
| vBulletin::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
| vBulletin |
Implementation of vBulletin v4.x Converter. |
| vBulletin::__construct() |
Main constructor |
| vBulletin::setup_globals() |
Sets up the field mappings |