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.

Source: bp-forums/admin/converters/vBulletin3.php:623

vBulletin3::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/vBulletin3.php:643

vBulletin3::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/vBulletin3.php:654

vBulletin3::callback_topic_status()

Translate the post status from vBulletin v3.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/vBulletin3.php:665

vBulletin3::callback_html()

This callback processes any custom parser.php attributes and custom code with preg_replace

Source: bp-forums/admin/converters/vBulletin3.php:682

vBulletin3::callback_savepass()

This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress.

Source: bp-forums/admin/converters/vBulletin3.php:580

vBulletin3::authenticate_pass()

This method is to take the pass out of the database and compare to a pass the user has typed in.

Source: bp-forums/admin/converters/vBulletin3.php:597

vBulletin3::callback_forum_type()

Translate the forum type from vBulletin v3.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/vBulletin3.php:608

vBulletin3

Implementation of vBulletin v3.x Converter.

Source: bp-forums/admin/converters/vBulletin3.php:9

vBulletin3::__construct()

Main constructor

Source: bp-forums/admin/converters/vBulletin3.php:16