Methods
Description
XenForo::callback_forum_type()

Translate the forum type from XenForo Capitalised case to WordPress’s non-capatilise case strings.

Source: bp-forums/admin/converters/XenForo.php:631

XenForo::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/XenForo.php:722

XenForo::callback_sticky_status()

Translate the topic sticky status type from XenForo numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/XenForo.php:691

XenForo::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/XenForo.php:711

XenForo::callback_topic_status()

Translate the topic status from XenForo numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/XenForo.php:671

XenForo::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/XenForo.php:594

XenForo::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/XenForo.php:24

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.

Source: bp-forums/admin/converters/XenForo.php:603

XMB::__construct()

Main Constructor

Source: bp-forums/admin/converters/XMB.php:16

XMB::authenticate_pass()

This method is to take the pass out of the database and compare to a pass the user has typed in.

Source: bp-forums/admin/converters/XMB.php:618

XMB::callback_forum_type()

Translate the forum type from XMB v1.9.11.13 Capitalised case to WordPress’s non-capatilise case strings.

Source: bp-forums/admin/converters/XMB.php:629

XMB::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/XMB.php:704

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.

Source: bp-forums/admin/converters/XMB.php:606

XMB::callback_sticky_status()

Translate the topic sticky status type from XMB v1.9.11.13 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/XMB.php:673

XMB::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/XMB.php:693

XMB::callback_topic_status()

Translate the post status from XMB v1.9.11.13 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/XMB.php:653

XMB::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/XMB.php:597

XMB::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/XMB.php:24