Skip to content

Instantly share code, notes, and snippets.

@p
Created June 20, 2012 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p/ee1d6edbb7b84e9b19a5 to your computer and use it in GitHub Desktop.
Save p/ee1d6edbb7b84e9b19a5 to your computer and use it in GitHub Desktop.
core.acp_forums_request_forum_data (action, forum_data) function: main, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_modify_forum_data (forum_id, row, forum_data) function: main, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_init_forum_data (forum_id, forum_data) function: main, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_assign_template_forum_data (forum_id, action, forum_data, template_data, old_forum_type, forum_desc_data, forum_rules_data) function: main, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_update_forum_data (forum_data, errors) function: update_forum_data, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_update_forum_data_after (forum_data, errors) function: update_forum_data, file: phpBB/includes/acp/acp_forums.php
core.acp_forums_move_forum (from_id, to_id) function: move_forum, file: phpBB/includes/acp/acp_forums.php
core.acp_profile_field_edit (field_row, visibility_ary, exclude) function: main, file: phpBB/includes/acp/acp_profile.php
core.acp_users_overview (data, check_ary, sql_ary, user_row, quick_tool_ary) function: main, file: phpBB/includes/acp/acp_users.php
core.page_header (page_title, display_online_list, item_id, item, page_header_override) function: page_header, file: phpBB/includes/functions.php
core.page_footer (run_cron, page_footer_override) function: page_footer, file: phpBB/includes/functions.php
core.adm_page_header (page_title, adm_page_header_override) function: adm_page_header, file: phpBB/includes/functions_acp.php
core.adm_page_footer (copyright_html, adm_page_footer_override) function: adm_page_footer, file: phpBB/includes/functions_acp.php
core.build_cfg_template (tpl_type, key, new, config_key, vars, tpl) function: build_cfg_template, file: phpBB/includes/functions_acp.php
core.validate_config_vars (cfg_array, config_name, config_definition, error) function: validate_config_vars, file: phpBB/includes/functions_acp.php
core.display_forums_build_query (sql_ary) function: display_forums, file: phpBB/includes/functions_display.php
core.display_forums_row_inject (row) function: display_forums, file: phpBB/includes/functions_display.php
core.display_forums_row_values_inject (forum_rows, parent_id, row) function: display_forums, file: phpBB/includes/functions_display.php
core.display_forums_assign_block_vars (row, forum_row) function: display_forums, file: phpBB/includes/functions_display.php
core.display_custom_bbcodes_row (custom_tags, row) function: display_custom_bbcodes, file: phpBB/includes/functions_display.php
core.get_user_avatar_default (avatar, avatar_type, ignore_config, default_avatar) function: get_user_avatar, file: phpBB/includes/functions_display.php
core.generate_smilies_footer (mode, forum_id, display_link) function: generate_smilies, file: phpBB/includes/functions_posting.php
core.user_update_name (old_name, new_name) function: user_update_name, file: phpBB/includes/functions_user.php
core.user_delete (mode, user_id, post_username) function: user_delete, file: phpBB/includes/functions_user.php
core.group_delete (group_id, group_name) function: group_delete, file: phpBB/includes/functions_user.php
core.group_user_del (group_id, user_id_ary, username_ary, group_name) function: group_user_del, file: phpBB/includes/functions_user.php
core.group_set_user_default (group_id, user_id_ary, group_attributes, update_listing, sql_ary) function: group_set_user_default, file: phpBB/includes/functions_user.php
core.mcp_forum_topicrow (topic_row, row) function: mcp_forum_view, file: phpBB/includes/mcp/mcp_forum.php
core.ucp_pm_viewmesssage (id, mode, folder_id, msg_id, folder, message_row, cp_row) function: view_message, file: phpBB/includes/ucp/ucp_pm_viewmessage.php
core.ucp_zebra_remove (data) function: main, file: phpBB/includes/ucp/ucp_zebra.php
core.ucp_zebra_add (mode, sql_ary) function: main, file: phpBB/includes/ucp/ucp_zebra.php
core.index_page_title (page_title) file: phpBB/index.php
core.memberlist_viewprofile (member, user_notes_enabled, warn_user_enabled) file: phpBB/memberlist.php
core.memberlist_profile_data (data, template_data) function: show_profile, file: phpBB/memberlist.php
core.ucp_modules (module) file: phpBB/ucp.php
core.viewforum_topicrow (row, topic_row) file: phpBB/viewforum.php
core.viewonline_get_userdata (sql_ary, show_guests) file: phpBB/viewonline.php
core.viewonline_location (on_page, row, location, location_url) file: phpBB/viewonline.php
core.viewtopic_get_userdata (sql_ary) file: phpBB/viewtopic.php
core.viewtopic_user_cache_guest (user_cache_data, row, poster_id) file: phpBB/viewtopic.php
core.viewtopic_user_cache (user_cache_data, row, poster_id) file: phpBB/viewtopic.php
core.viewtopic_postrow (row, cp_row, user_poster_data, post_row) file: phpBB/viewtopic.php
core.viewtopic_page_header (page_title, topic_data, forum_id, start) file: phpBB/viewtopic.php
core.common file: phpBB/common.php
core.garbage_collection function: garbage_collection, file: phpBB/includes/functions.php
core.display_custom_bbcodes function: display_custom_bbcodes, file: phpBB/includes/functions_display.php
core.mcp_check_ids function: check_ids, file: phpBB/mcp.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment