File: bp-forums/admin/converters/MyBB.php |
Description |
---|---|
MyBB |
Implementation of MyBB Forum converter. |
MyBB::__construct() |
Main Constructor |
MyBB::setup_globals() |
Sets up the field mappings |
MyBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
MyBB::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. |
MyBB::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
MyBB::callback_topic_status() |
Translate the post status from MyBB v1.6.10 numeric’s to WordPress’s strings. |
MyBB::callback_sticky_status() |
Translate the topic sticky status type from MyBB v1.6.10 numeric’s to WordPress’s strings. |
MyBB::callback_topic_reply_count() |
Verify the topic/reply count. |