[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress vBulletin 3.x Converter
File Size: | 754 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
vBulletin3:: (10 methods):
__construct()
setup_globals()
info()
callback_savepass()
authenticate_pass()
callback_forum_type()
callback_sticky_status()
callback_topic_reply_count()
callback_topic_status()
callback_html()
Class: vBulletin3 - X-Ref
Implementation of vBulletin v3.x Converter.__construct() X-Ref |
Main constructor |
setup_globals() X-Ref |
Sets up the field mappings |
info() X-Ref |
This method allows us to indicates what is or is not converted for each converter. |
callback_savepass( $field, $row ) X-Ref |
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. |
authenticate_pass( $password, $serialized_pass ) X-Ref |
This method is to take the pass out of the database and compare to a pass the user has typed in. vBulletin passwords do not work. Maybe use the below plugin's approach? |
callback_forum_type( $status = 0 ) X-Ref |
Translate the forum type from vBulletin v3.x numerics to WordPress's strings. return: string WordPress safe param: int $status vBulletin v3.x numeric forum type |
callback_sticky_status( $status = 0 ) X-Ref |
Translate the topic sticky status type from vBulletin v3.x numerics to WordPress's strings. return: string WordPress safe param: int $status vBulletin v3.x numeric forum type |
callback_topic_reply_count( $count = 1 ) X-Ref |
Verify the topic reply count. return: string WordPress safe param: int $count vBulletin v3.x reply count |
callback_topic_status( $status = 1 ) X-Ref |
Translate the post status from vBulletin v3.x numerics to WordPress's strings. return: string WordPress safe param: int $status vBulletin v3.x numeric topic status |
callback_html( $field ) X-Ref |
This callback processes any custom parser.php attributes and custom code with preg_replace |
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |