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.

Source: bp-forums/admin/converters/AEF.php:605

AEF::callback_forum_status()

Translate the forum status from AEF v1.0.9 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:616

AEF::callback_topic_status()

Translate the post status from AEF v1.0.9 numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:636

AEF::callback_sticky_status()

Translate the topic sticky status type from AEF 1.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/AEF.php:656

AEF::callback_topic_reply_count()

Verify the topic/reply count.

Source: bp-forums/admin/converters/AEF.php:676

AEF::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/AEF.php:687

AEF::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.

Source: bp-forums/admin/converters/AEF.php:593

AEF

Implementation of AEF Forum converter.

Source: bp-forums/admin/converters/AEF.php:9

AEF::__construct()

Main Constructor

Source: bp-forums/admin/converters/AEF.php:16

AEF::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/AEF.php:24