Methods |
Description |
---|---|
SyncGenerator::syncBpMods() |
Sync the bp mods to ld |
SyncGenerator::syncBpUsers() |
Sync the bp members to ld |
SyncGenerator::syncingToBuddypress() |
Wrapper to prevent infinite 2 way sync when syncing to buddypress |
SyncGenerator::syncingToLearndash() |
Wrapper to prevent infinite 2 way sync when syncing to learndash |
SyncGenerator::syncLdAdmin() |
Sync a ld admin to bp |
SyncGenerator::syncLdAdmins() |
Sync the ld admins to bp |
SyncGenerator::syncLdUser() |
Sync a ld student to bp |
SyncGenerator::syncLdUsers() |
Sync the ld students to bp |
SyncGenerator::unsetBpGroupMeta() |
Remove bp group id from current ld group |
SyncGenerator::unsetLdGroupMeta() |
Remove ld group id from current bp group |
SyncGenerator::unsetSyncGropuIds() |
Force unsync group ids |
SyncGenerator::verifyInputs() |
Verify the givent group ids still exists in db |
TopicsReportsGenerator::__construct() |
Constructor |
TopicsReportsGenerator::columns() |
Returns the columns and their settings |
TopicsReportsGenerator::formatData() |
Format the activity results for each column |
ValueLoader::__construct() |
Constructor |
ValueLoader::get() |
Get a value by key |
ValueLoader::set() |
Set a value by key |
Vanilla::__construct() |
Main Constructor |
Vanilla::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
Vanilla::callback_forum_parent() |
Clean Root Parent ID -1 to 0 |
Vanilla::callback_html() |
This callback processes any custom BBCodes with parser.php |
Vanilla::callback_reply_title() |
Set the reply title |
Vanilla::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. |
Vanilla::callback_topic_reply_count() |
Verify the topic reply count. |
Vanilla::callback_topic_status() |
Translate the topic status from Vanilla v2.x numeric’s to WordPress’s strings. |
Vanilla::info() |
This method allows us to indicates what is or is not converted for each converter. |
Vanilla::setup_globals() |
Sets up the field mappings |
vBulletin::__construct() |
Main constructor |
vBulletin::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
vBulletin::callback_forum_type() |
Translate the forum type from vBulletin v4.x numeric’s to WordPress’s strings. |
vBulletin::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
vBulletin::callback_reply_title() |
Set the reply title |
vBulletin::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. |
vBulletin::callback_sticky_status() |
Translate the topic sticky status type from vBulletin v4.x numeric’s to WordPress’s strings. |
vBulletin::callback_topic_reply_count() |
Verify the topic reply count. |
vBulletin::callback_topic_status() |
Translate the post status from vBulletin numeric’s to WordPress’s strings. |
vBulletin::info() |
This method allows us to indicates what is or is not converted for each converter. |
vBulletin::setup_globals() |
Sets up the field mappings |
vBulletin3::__construct() |
Main constructor |
vBulletin3::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
vBulletin3::callback_forum_type() |
Translate the forum type from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
vBulletin3::callback_reply_title() |
Set the reply title |
vBulletin3::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. |
vBulletin3::callback_sticky_status() |
Translate the topic sticky status type from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3::callback_topic_reply_count() |
Verify the topic reply count. |
vBulletin3::callback_topic_status() |
Translate the post status from vBulletin v3.x numeric’s to WordPress’s strings. |
vBulletin3::info() |
This method allows us to indicates what is or is not converted for each converter. |
vBulletin3::setup_globals() |
Sets up the field mappings |