File: bp-forums/admin/converters/XMB.php |
Description |
---|---|
XMB::callback_sticky_status() |
Translate the topic sticky status type from XMB v1.9.11.13 numeric’s to WordPress’s strings. |
XMB::callback_topic_reply_count() |
Verify the topic/reply count. |
XMB::callback_reply_title() |
Set the reply title |
XMB::callback_forum_type() |
Translate the forum type from XMB v1.9.11.13 Capitalised case to WordPress’s non-capatilise case strings. |
XMB::callback_topic_status() |
Translate the post status from XMB v1.9.11.13 numeric’s to WordPress’s strings. |
XMB |
Implementation of XMB Forum converter. |
XMB::__construct() |
Main Constructor |
XMB::setup_globals() |
Sets up the field mappings |
XMB::info() |
This method allows us to indicates what is or is not converted for each converter. |
XMB::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. |