File: bp-forums/admin/converters/XenForo.php |
Description |
---|---|
XenForo::callback_forum_type() |
Translate the forum type from XenForo Capitalised case to WordPress’s non-capatilise case strings. |
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. |