File: bp-forums/admin/converters/Mingle.php
Description
Mingle::callback_html()

This callback processes any custom BBCodes with parser.php

Source: bp-forums/admin/converters/Mingle.php:475

Mingle::setup_globals()

Sets up the field mappings

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

Mingle::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/Mingle.php:411

Mingle::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/Mingle.php:420

Mingle::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/Mingle.php:428

Mingle::callback_topic_status()

Translate the topic status from Mingle numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Mingle.php:438

Mingle::callback_sticky_status()

Translate the topic sticky status type from Mingle numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Mingle.php:458

Mingle

Implementation of Mingle Forums converter.

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

Mingle::__construct()

Main constructor

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