File: bp-forums/admin/converters/Invision.php |
Description |
---|---|
Invision::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. |
Invision::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
Invision::to_char() | |
Invision::callback_html() |
This callback processes any custom BBCodes with parser.php |
Invision::callback_forum_type() |
Translate the forum type from Invision numeric’s to WordPress’s strings. |
Invision::callback_sticky_status() |
Translate the topic sticky status type from Invision numeric’s to WordPress’s strings. |
Invision::callback_topic_reply_count() |
Verify the topic reply count. |
Invision::callback_reply_title() |
Set the reply title |
Invision |
Implementation of Invision Power Board v3.x converter. |
Invision::__construct() |
Main Constructor |