File: bp-forums/admin/converters/Vanilla.php
Description
Vanilla::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/Vanilla.php:523

Vanilla::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/Vanilla.php:534

Vanilla::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/Vanilla.php:544

Vanilla::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/Vanilla.php:552

Vanilla::callback_html()

This callback processes any custom BBCodes with parser.php

Source: bp-forums/admin/converters/Vanilla.php:559

Vanilla::setup_globals()

Sets up the field mappings

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

Vanilla::info()

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

Source: bp-forums/admin/converters/Vanilla.php:479

Vanilla::callback_topic_status()

Translate the topic status from Vanilla v2.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Vanilla.php:489

Vanilla::callback_forum_parent()

Clean Root Parent ID -1 to 0

Source: bp-forums/admin/converters/Vanilla.php:509

Vanilla

Implementation of Vanilla 2.0.18.1 Converter

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