File: bp-forums/admin/converters/SMF.php |
Description |
---|---|
SMF::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
SMF::callback_topic_status() |
Translate the post status from SMF v2.0.4 numeric’s to WordPress’s strings. |
SMF::callback_sticky_status() |
Translate the topic sticky status type from SMF v2.0.4 numeric’s to WordPress’s strings. |
SMF::callback_topic_reply_count() |
Verify the topic/reply count. |
SMF::callback_reply_title() |
Set the reply title |
SMF::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
SMF |
Implementation of SMF Forum converter. |
SMF::__construct() |
Main Constructor |
SMF::setup_globals() |
Sets up the field mappings |
SMF::info() |
This method allows us to indicates what is or is not converted for each converter. |