File: bp-forums/admin/converters/FluxBB.php
Description
FluxBB::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/FluxBB.php:631

FluxBB::callback_reply_title()

Set the reply title

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

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

FluxBB::callback_topic_status()

Translate the post status from FluxBB v1.5.3 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/FluxBB.php:591

FluxBB::callback_sticky_status()

Translate the topic sticky status type from FluxBB v1.5.3 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/FluxBB.php:611

FluxBB

Implementation of FluxBB Forum converter.

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

FluxBB::__construct()

Main Constructor

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

FluxBB::setup_globals()

Sets up the field mappings

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

FluxBB::info()

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

Source: bp-forums/admin/converters/FluxBB.php:559

FluxBB::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/FluxBB.php:568