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.

Source: bp-forums/admin/converters/phpBB.php:753

phpBB::callback_sticky_status()

Translate the topic sticky status type from phpBB 3.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/phpBB.php:773

phpBB::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/phpBB.php:801

phpBB::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/phpBB.php:812

phpBB::callback_html()

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

Source: bp-forums/admin/converters/phpBB.php:820

phpBB

Implementation of phpBB v3 Converter.

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

phpBB::__construct()

Main Constructor

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

phpBB::setup_globals()

Sets up the field mappings

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

phpBB::info()

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

Source: bp-forums/admin/converters/phpBB.php:583

phpBB::callback_savepass()

This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value.

Source: bp-forums/admin/converters/phpBB.php:592