File: bp-forums/admin/converters/Kunena3.php |
Description |
---|---|
Kunena3::callback_reply_title() |
Set the reply title |
Kunena3 |
Implementation of Kunena v3.x Forums for Joomla Forum converter. |
Kunena3::__construct() |
Main Constructor |
Kunena3::setup_globals() |
Sets up the field mappings |
Kunena3::info() |
This method allows us to indicates what is or is not converted for each converter. |
Kunena3::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. |
Kunena3::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
Kunena3::callback_forum_type() |
Translate the forum type from Kunena v3.x numeric’s to WordPress’s strings. |
Kunena3::callback_forum_status() |
Translate the forum status from Kunena v3.x numeric’s to WordPress’s strings. |
Kunena3::callback_topic_status() |
Translate the post status from Kunena v3.x numeric’s to WordPress’s strings. |