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