File: bp-forums/admin/converters/PHPWind.php
Description
PHPWind

Implementation of PHPWind Forum converter.

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

PHPWind::__construct()

Main Constructor

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

PHPWind::setup_globals()

Sets up the field mappings

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

PHPWind::info()

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

Source: bp-forums/admin/converters/PHPWind.php:501

PHPWind::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/PHPWind.php:510

PHPWind::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/PHPWind.php:522

PHPWind::callback_forum_type()

Translate the forum type from PHPWind v9.x Capitalised case to WordPress’s non-capatilise case strings.

Source: bp-forums/admin/converters/PHPWind.php:533

PHPWind::callback_topic_status()

Translate the post status from PHPWind v9.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/PHPWind.php:561

PHPWind::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/PHPWind.php:581