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.

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

Invision::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/Invision.php:545

Invision::to_char()

Source: bp-forums/admin/converters/Invision.php:550

Invision::callback_html()

This callback processes any custom BBCodes with parser.php

Source: bp-forums/admin/converters/Invision.php:568

Invision

Implementation of Invision Power Board v3.x converter.

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

Invision::__construct()

Main Constructor

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

Invision::setup_globals()

Sets up the field mappings

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

Invision::info()

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

Source: bp-forums/admin/converters/Invision.php:468

Invision::callback_forum_type()

Translate the forum type from Invision numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/Invision.php:478

Invision::callback_sticky_status()

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

Source: bp-forums/admin/converters/Invision.php:493