File: bp-forums/admin/converters/Phorum.php
Description
Phorum::info()

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

Source: bp-forums/admin/converters/Phorum.php:468

Phorum::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/Phorum.php:477

Phorum::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/Phorum.php:489

Phorum::callback_forum_type()

Translate the forum type from Phorum v5.2.19 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Phorum.php:500

Phorum::callback_topic_status()

Translate the post status from Phorum v5.2.19 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Phorum.php:520

Phorum::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/Phorum.php:540

Phorum

Implementation of Phorum Forum converter.

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

Phorum::__construct()

Main Constructor

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

Phorum::setup_globals()

Sets up the field mappings

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