File: bp-forums/admin/converters/vBulletin.php
Description
vBulletin::callback_sticky_status()

Translate the topic sticky status type from vBulletin v4.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/vBulletin.php:618

vBulletin::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/vBulletin.php:642

vBulletin::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/vBulletin.php:653

vBulletin::callback_topic_status()

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

Source: bp-forums/admin/converters/vBulletin.php:664

vBulletin::callback_html()

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

Source: bp-forums/admin/converters/vBulletin.php:681

vBulletin

Implementation of vBulletin v4.x Converter.

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

vBulletin::__construct()

Main constructor

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

vBulletin::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/vBulletin.php:24

vBulletin::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/vBulletin.php:570

vBulletin::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/vBulletin.php:580