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

Invision::callback_topic_reply_count()

Verify the topic reply count.

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

Invision::callback_reply_title()

Set the reply title

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

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