[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Converter Based on the hard work of Adam Ellis
File Size: | 893 lines (26 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BBP_Converter:: (34 methods):
__construct()
setup_globals()
setup_actions()
admin_head()
process_callback()
converter_response()
maybe_set_memory()
maybe_restart()
maybe_update_options()
setup_options()
check_access()
reset()
bump_step()
bump_start()
do_steps()
step_sync_table()
step_users()
step_passwords()
step_forums()
step_forum_hierarchy()
step_forum_subscriptions()
step_topics()
step_topics_authors()
step_stickies()
step_super_stickies()
step_closed_topics()
step_topic_tags()
step_topic_subscriptions()
step_topic_favorites()
step_replies()
step_reply_authors()
step_reply_hierarchy()
step_done()
sync_table()
Class: BBP_Converter - X-Ref
Main BBP_Converter Class__construct() X-Ref |
The main bbPress Converter loader since: 2.1.0 bbPress (r3813) |
setup_globals() X-Ref |
Admin globals since: 2.6.0 bbPress (r6598) |
setup_actions() X-Ref |
Setup the default actions since: 2.1.0 bbPress (r3813) |
admin_head() X-Ref |
Admin scripts since: 2.1.0 bbPress (r3813) |
process_callback() X-Ref |
Callback processor since: 2.1.0 bbPress (r3813) |
converter_response( $output = '' ) X-Ref |
Wrap the converter output in HTML, so styling can be applied since: 2.1.0 bbPress (r4052) param: string $output |
maybe_set_memory() X-Ref |
Attempt to increase memory and set other system settings since: 2.6.0 bbPress (r6460) |
maybe_restart() X-Ref |
Maybe restart the converter since: 2.6.0 bbPress (r6460) |
maybe_update_options() X-Ref |
Maybe update options since: 2.6.0 bbPress (r6637) |
setup_options() X-Ref |
Setup converter options since: 2.6.0 bbPress (r6460) |
check_access() X-Ref |
Check that user can access the converter since: 2.6.0 bbPress (r6460) |
reset() X-Ref |
Reset the converter since: 2.6.0 bbPress (r6460) |
bump_step() X-Ref |
Bump the step and reset the start since: 2.6.0 bbPress (r6460) |
bump_start() X-Ref |
Bump the start within the current step since: 2.6.0 bbPress (r6460) |
do_steps() X-Ref |
Do the converter step since: 2.6.0 bbPress (r6460) |
step_sync_table() X-Ref |
Maybe clean the sync table since: 2.6.0 bbPress (r6513) |
step_users() X-Ref |
Maybe convert users since: 2.6.0 bbPress (r6513) |
step_passwords() X-Ref |
Maybe clean up passwords since: 2.6.0 bbPress (r6513) |
step_forums() X-Ref |
Maybe convert forums since: 2.6.0 bbPress (r6513) |
step_forum_hierarchy() X-Ref |
Maybe walk the forum hierarchy since: 2.6.0 bbPress (r6513) |
step_forum_subscriptions() X-Ref |
Maybe convert forum subscriptions since: 2.6.0 bbPress (r6513) |
step_topics() X-Ref |
Maybe convert topics since: 2.6.0 bbPress (r6513) |
step_topics_authors() X-Ref |
Maybe convert topic authors (anonymous) since: 2.6.0 bbPress (r6513) |
step_stickies() X-Ref |
Maybe convert sticky topics (not super stickies) since: 2.6.0 bbPress (r6513) |
step_super_stickies() X-Ref |
Maybe convert super-sticky topics (not per-forum) since: 2.6.0 bbPress (r6513) |
step_closed_topics() X-Ref |
Maybe close converted topics since: 2.6.0 bbPress (r6513) |
step_topic_tags() X-Ref |
Maybe convert topic tags since: 2.6.0 bbPress (r6513) |
step_topic_subscriptions() X-Ref |
Maybe convert topic subscriptions since: 2.6.0 bbPress (r6513) |
step_topic_favorites() X-Ref |
Maybe convert topic favorites since: 2.6.0 bbPress (r6513) |
step_replies() X-Ref |
Maybe convert replies since: 2.6.0 bbPress (r6513) |
step_reply_authors() X-Ref |
Maybe convert reply authors (anonymous) since: 2.6.0 bbPress (r6513) |
step_reply_hierarchy() X-Ref |
Maybe convert the threaded reply hierarchy since: 2.6.0 bbPress (r6513) |
step_done() X-Ref |
Done! since: 2.6.0 bbPress (r6513) |
sync_table( $drop = false ) X-Ref |
Create Tables for fast syncing since: 2.1.0 bbPress (r3813) |
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |