Methods |
Description |
---|---|
phpBB::callback_html() |
This callback processes any custom parser.php attributes and custom code with preg_replace |
phpBB::callback_reply_title() |
Set the reply title |
phpBB::callback_savepass() |
This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value. |
phpBB::callback_sticky_status() |
Translate the topic sticky status type from phpBB 3.x numeric’s to WordPress’s strings. |
phpBB::callback_topic_reply_count() |
Verify the topic reply count. |
phpBB::callback_topic_status() |
Translate the topic status from phpBB v3.x numeric’s to WordPress’s strings. |
phpBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
phpBB::setup_globals() |
Sets up the field mappings |
PHPFox3::__construct() |
Main Constructor |
PHPFox3::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
PHPFox3::callback_forum_status() |
Translate the forum status from PHPFox v3.5.x numeric’s to WordPress’s strings. |
PHPFox3::callback_forum_type() |
Translate the forum type from PHPFox v3.5.x numeric’s to WordPress’s strings. |
PHPFox3::callback_reply_title() |
Set the reply title |
PHPFox3::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. |
PHPFox3::callback_sticky_status() |
Translate the topic sticky status type from PHPFox v3.5.x numeric’s to WordPress’s strings. |
PHPFox3::callback_topic_reply_count() |
Verify the topic/reply count. |
PHPFox3::callback_topic_status() |
Translate the post status from PHPFox v3.5.x numeric’s to WordPress’s strings. |
PHPFox3::info() |
This method allows us to indicates what is or is not converted for each converter. |
PHPFox3::setup_globals() |
Sets up the field mappings |
PHPWind::__construct() |
Main Constructor |
PHPWind::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
PHPWind::callback_forum_type() |
Translate the forum type from PHPWind v9.x Capitalised case to WordPress’s non-capatilise case strings. |
PHPWind::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. |
PHPWind::callback_topic_reply_count() |
Verify the topic/reply count. |
PHPWind::callback_topic_status() |
Translate the post status from PHPWind v9.x numeric’s to WordPress’s strings. |
PHPWind::info() |
This method allows us to indicates what is or is not converted for each converter. |
PHPWind::setup_globals() |
Sets up the field mappings |
PunBB::__construct() |
Main Constructor |
PunBB::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
PunBB::callback_reply_title() |
Set the reply title |
PunBB::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. |
PunBB::callback_sticky_status() |
Translate the topic sticky status type from PunBB v1.4.2 numeric’s to WordPress’s strings. |
PunBB::callback_topic_reply_count() |
Verify the topic/reply count. |
PunBB::callback_topic_status() |
Translate the post status from PunBB v1.4.2 numeric’s to WordPress’s strings. |
PunBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
PunBB::setup_globals() |
Sets up the field mappings |
QuizzesReportsGenerator::__construct() |
Constructor |
QuizzesReportsGenerator::addQuizActivityFields() |
Add quiz activity fields on sql statement |
QuizzesReportsGenerator::columns() |
Returns the columns and their settings |
QuizzesReportsGenerator::formatData() |
Format the activity results for each column |
QuizzesReportsGenerator::loadAdditionalFields() |
Remove and add additional sql field on ajax |
Reports::__construct() |
Constructor |
Reports::courseReportResults() |
Filter to sort the report by Course |
Reports::export_report_column() |
Add status columns to export |
Reports::forceOwnReportResults() |
Only allow non admin/mod to view his own reports |
Reports::getCurrentGenerator() |
Get the class name for the current generator based on request value |
Reports::getCurrentTableColumns() |
Get the table columns on the current generator |
Reports::getGeneratorColumns() |
Convert generator columns to datatable js format by current generator |
Reports::getGenerators() |
Get available report generators |
Reports::getGroupCoursesList() |
Get group’s course list for filter |