This is the constructor and it connects to the platform databases.
BBP_Converter_Base
__construct
()
Redefined in descendants as:
This method implements the authentication for the different forums.
void
authenticate_pass
(string $password, $hash)
-
string
$password: Unencoded password.
-
$hash
Redefined in descendants as:
void
callback_datetime
( $field)
void
callback_html
( $field)
void
callback_negative
( $field)
void
callback_null
( $field)
Run password through wp_hash_password()
void
callback_pass
(string $username, string $password)
-
string
$username
-
string
$password
void
callback_slug
( $field)
This method deletes data from the wp database.
void
clean
( $start)
This method deletes passwords from the wp database.
void
clean_passwords
(int $start)
Convert Forums
void
convert_forums
([ $start = 1])
void
convert_forum_parents
( $start)
Convert Posts
void
convert_replies
([ $start = 1])
Convert Table
void
convert_table
(string $to_type, int $start)
-
string
$to_type: to type
-
int
$start: Start row
Convert Tags
void
convert_tags
([ $start = 1])
Convert Topics / Threads
void
convert_topics
([ $start = 1])
Convert Users
void
convert_users
([ $start = 1])
Info
void
info
()
Redefined in descendants as:
-
Invision::info()
: This method allows us to indicates what is or is not converted for each converter.
-
vBulletin::info()
: This method allows us to indicates what is or is not converted for each converter.
-
bbPress1::info()
: This method allows us to indicates what is or is not converted for each converter.
-
Example_Converter::info()
: This method allows us to indicates what is or is not converted for each converter.
-
phpBB::info()
: This method allows us to indicates what is or is not converted for each converter.