File: bp-forums/admin/converters/bbPress1.php
Description
bbPress1::callback_html()

This callback:

Source: bp-forums/admin/converters/bbPress1.php:664

bbPress1::__construct()

Main constructor

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

bbPress1::setup_globals()

Sets up the field mappings

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

bbPress1::info()

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

Source: bp-forums/admin/converters/bbPress1.php:550

bbPress1::callback_status()

Translate the post status from Forums 1’s numeric’s to WordPress’s strings.

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

bbPress1::callback_forum_type()

Translate the forum type from Forums 1.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/bbPress1.php:585

bbPress1::callback_sticky_status()

Translate the topic sticky status type from Forums 1.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/bbPress1.php:600

bbPress1::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/bbPress1.php:624

bbPress1::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/bbPress1.php:635

bbPress1::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/bbPress1.php:645