File: bp-forums/admin/converters/SMF.php
Description
SMF::callback_topic_status()

Translate the post status from SMF v2.0.4 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/SMF.php:604

SMF::callback_sticky_status()

Translate the topic sticky status type from SMF v2.0.4 numeric’s to WordPress’s strings.

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

SMF::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/SMF.php:644

SMF::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/SMF.php:655

SMF::callback_html()

This callback processes any custom parser.php attributes and custom code with preg_replace

Source: bp-forums/admin/converters/SMF.php:663

SMF

Implementation of SMF Forum converter.

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

SMF::__construct()

Main Constructor

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

SMF::setup_globals()

Sets up the field mappings

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

SMF::info()

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

Source: bp-forums/admin/converters/SMF.php:572

SMF::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/SMF.php:581