File: bp-forums/admin/converters/PHPFox3.php
Description
PHPFox3::__construct()

Main Constructor

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

PHPFox3::setup_globals()

Sets up the field mappings

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

PHPFox3::info()

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

Source: bp-forums/admin/converters/PHPFox3.php:525

PHPFox3::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/PHPFox3.php:534

PHPFox3::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/PHPFox3.php:546

PHPFox3::callback_forum_type()

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

Source: bp-forums/admin/converters/PHPFox3.php:557

PHPFox3::callback_forum_status()

Translate the forum status from PHPFox v3.5.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/PHPFox3.php:577

PHPFox3::callback_topic_status()

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

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

PHPFox3::callback_sticky_status()

Translate the topic sticky status type from PHPFox v3.5.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/PHPFox3.php:617

PHPFox3::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/PHPFox3.php:637