File: bp-forums/admin/converters/AEF.php |
Description |
|---|---|
| AEF::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
| AEF::callback_forum_status() |
Translate the forum status from AEF v1.0.9 numeric’s to WordPress’s strings. |
| AEF::callback_topic_status() |
Translate the post status from AEF v1.0.9 numeric’s to WordPress’s strings. |
| AEF::callback_sticky_status() |
Translate the topic sticky status type from AEF 1.x numeric’s to WordPress’s strings. |
| AEF::callback_topic_reply_count() |
Verify the topic/reply count. |
| AEF::callback_reply_title() |
Set the reply title |
| AEF |
Implementation of AEF Forum converter. |
| AEF::__construct() |
Main Constructor |
| AEF::setup_globals() |
Sets up the field mappings |
| AEF::info() |
This method allows us to indicates what is or is not converted for each converter. |