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

This callback processes any custom parser.php attributes and custom HTML code with preg_replace

Source: bp-forums/admin/converters/SimplePress5.php:544

SimplePress5::callback_topic_reply_count()

Verify the topic reply count.

Source: bp-forums/admin/converters/SimplePress5.php:525

SimplePress5::callback_reply_title()

Set the reply title

Source: bp-forums/admin/converters/SimplePress5.php:536

SimplePress5

Implementation of SimplePress v5 converter.

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

SimplePress5::__construct()

Main Constructor

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

SimplePress5::setup_globals()

Sets up the field mappings

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

SimplePress5::info()

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

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

SimplePress5::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/SimplePress5.php:467

SimplePress5::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/SimplePress5.php:475

SimplePress5::callback_status()

Translate the post status from Simple:Press v5.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/SimplePress5.php:485