Integration hooks by file SMF2.1: Difference between revisions From Online Manual

Jump to: navigation, search
(Integration hooks by file in SMF2.1)
No edit summary
Line 1: Line 1:
index.php
'''index.php'''<br />
call_integration_hook('integrate_autoload', array(&$classMap))
call_integration_hook('integrate_autoload', array(&$classMap))<br />
call_integration_hook('integrate_pre_log_stats', array(&$no_stat_actions))
call_integration_hook('integrate_pre_log_stats', array(&$no_stat_actions))<br />
call_integration_hook('integrate_actions', array(&$actionArray))
call_integration_hook('integrate_actions', array(&$actionArray))<br />


Sources\Admin.php
'''Sources\Admin.php'''<br />
call_integration_hook('integrate_admin_search', array(&$language_files, &$include_files, &$settings_search))
call_integration_hook('integrate_admin_search', array(&$language_files, &$include_files, &$settings_search))<br />
call_integration_hook('integrate_manage_logs', array(&$log_functions))
call_integration_hook('integrate_manage_logs', array(&$log_functions))<br />


Sources\Attachments.php
'''Sources\Attachments.php'''<br />
call_integration_hook('integrate_attachment_upload', array())
call_integration_hook('integrate_attachment_upload', array())<br />


Sources\BoardIndex.php
'''Sources\BoardIndex.php'''<br />
call_integration_hook('integrate_mark_read_button')
call_integration_hook('integrate_mark_read_button')<br />


Sources\Calendar.php
'''Sources\Calendar.php'''<br />
call_integration_hook('integrate_calendar_buttons')
call_integration_hook('integrate_calendar_buttons')<br />


Sources\Display.php
'''Sources\Display.php'''<br />
call_integration_hook('integrate_display_topic', array(&$topic_selects, &$topic_tables, &$topic_parameters))
call_integration_hook('integrate_display_topic', array(&$topic_selects, &$topic_tables, &$topic_parameters))<br />
call_integration_hook('integrate_poll_buttons')
call_integration_hook('integrate_poll_buttons')<br />
call_integration_hook('integrate_display_message_list', array(&$messages, &$posters))
call_integration_hook('integrate_display_message_list', array(&$messages, &$posters))<br />
call_integration_hook('integrate_query_message', array(&$msg_selects, &$msg_tables, &$msg_parameters))
call_integration_hook('integrate_query_message', array(&$msg_selects, &$msg_tables, &$msg_parameters))<br />
call_integration_hook('integrate_display_buttons', array(&$context['normal_buttons']))
call_integration_hook('integrate_display_buttons', array(&$context['normal_buttons']))<br />
call_integration_hook('integrate_mod_buttons', array(&$context['mod_buttons']))
call_integration_hook('integrate_mod_buttons', array(&$context['mod_buttons']))<br />
call_integration_hook('integrate_prepare_display_context', array(&$output, &$message, $counter))
call_integration_hook('integrate_prepare_display_context', array(&$output, &$message, $counter))<br />


Sources\Errors.php
'''Sources\Errors.php'''<br />
call_integration_hook('integrate_error_types', array(&$other_error_types, &$error_type, $error_message, $file, $line))
call_integration_hook('integrate_error_types', array(&$other_error_types, &$error_type, $error_message, $file, $line))<br />
call_integration_hook('integrate_output_error', array($message, $error_type, $error_level, $file, $line))
call_integration_hook('integrate_output_error', array($message, $error_type, $error_level, $file, $line))<br />


Sources\Groups.php
'''Sources\Groups.php'''<br />
call_integration_hook('integrate_manage_groups', array(&$subActions))
call_integration_hook('integrate_manage_groups', array(&$subActions))<br />


Sources\Help.php
'''Sources\Help.php'''<br />
call_integration_hook('integrate_manage_help', array(&$subActions))
call_integration_hook('integrate_manage_help', array(&$subActions))<br />
call_integration_hook('integrate_helpadmin')
call_integration_hook('integrate_helpadmin')<br />


Sources\Likes.php
'''Sources\Likes.php'''<br />
call_integration_hook('integrate_valid_likes', array($this->_type, $this->_content, $this->_sa, $this->_js, $this->_extra))
call_integration_hook('integrate_valid_likes', array($this->_type, $this->_content, $this->_sa, $this->_js, $this->_extra))<br />
call_integration_hook('integrate_issue_like_before', array(&$type, &$content, &$user, &$time))
call_integration_hook('integrate_issue_like_before', array(&$type, &$content, &$user, &$time))<br />
call_integration_hook('integrate_issue_like', array($this))
call_integration_hook('integrate_issue_like', array($this))<br />
call_integration_hook('integrate_likes_json_response', array(&$print))
call_integration_hook('integrate_likes_json_response', array(&$print))<br />


Sources\Load.php
'''Sources\Load.php'''<br />
call_integration_hook('integrate_load_average', array($modSettings['load_average']))
call_integration_hook('integrate_load_average', array($modSettings['load_average']))<br />
call_integration_hook('integrate_pre_load')
call_integration_hook('integrate_pre_load')<br />
call_integration_hook('integrate_verify_user'))
call_integration_hook('integrate_verify_user'))<br />
call_integration_hook('integrate_force_tfasetup', array(&$force_tfasetup))
call_integration_hook('integrate_force_tfasetup', array(&$force_tfasetup))<br />
call_integration_hook('integrate_verify_tfa', array($id_member, $user_settings))
call_integration_hook('integrate_verify_tfa', array($id_member, $user_settings))<br />
call_integration_hook('integrate_user_info')
call_integration_hook('integrate_user_info')<br />
call_integration_hook('integrate_load_min_user_settings_columns', array(&$columns_to_load))
call_integration_hook('integrate_load_min_user_settings_columns', array(&$columns_to_load))<br />
call_integration_hook('integrate_load_min_user_settings', array(&$user_info_min))
call_integration_hook('integrate_load_min_user_settings', array(&$user_info_min))<br />
call_integration_hook('integrate_load_board', array(&$custom_column_selects, &$custom_column_parameters))
call_integration_hook('integrate_load_board', array(&$custom_column_selects, &$custom_column_parameters))<br />
call_integration_hook('integrate_board_info', array(&$board_info, $row))
call_integration_hook('integrate_board_info', array(&$board_info, $row))<br />
call_integration_hook('integrate_load_member_data', array(&$select_columns, &$select_tables, &$set))
call_integration_hook('integrate_load_member_data', array(&$select_columns, &$select_tables, &$set))<br />
call_integration_hook('integrate_member_context', array(&$memberContext[$user], $user, $display_custom_fields))
call_integration_hook('integrate_member_context', array(&$memberContext[$user], $user, $display_custom_fields))<br />
call_integration_hook('integrate_pre_load_theme', array(&$id_theme))
call_integration_hook('integrate_pre_load_theme', array(&$id_theme))<br />
call_integration_hook('integrate_simple_actions', array(&$simpleActions, &$simpleAreas, &$simpleSubActions, &$extraParams, &$xmlActions))
call_integration_hook('integrate_simple_actions', array(&$simpleActions, &$simpleAreas, &$simpleSubActions, &$extraParams, &$xmlActions))<br />
call_integration_hook('integrate_load_theme')
call_integration_hook('integrate_load_theme')<br />
call_integration_hook('integrate_word_censor', array(&$text))
call_integration_hook('integrate_word_censor', array(&$text))<br />
call_integration_hook('integrate_clean_cache')
call_integration_hook('integrate_clean_cache')<br />
call_integration_hook('integrate_set_avatar_data', array(&$image, &$data))
call_integration_hook('integrate_set_avatar_data', array(&$image, &$data))<br />


Sources\Logging.php
'''Sources\Logging.php'''<br />
call_integration_hook('integrate_log_types', array(&$log_types, &$always_log))
call_integration_hook('integrate_log_types', array(&$log_types, &$always_log))<br />


Sources\LogInOut.php
'''Sources\LogInOut.php'''<br />
call_integration_hook('integrate_other_passwords', array(&$other_passwords))
call_integration_hook('integrate_other_passwords', array(&$other_passwords))<br />
call_integration_hook('integrate_login', array($user_settings['member_name'], null, $modSettings['cookieTime']))
call_integration_hook('integrate_login', array($user_settings['member_name'], null, $modSettings['cookieTime']))<br />
call_integration_hook('integrate_logout', array($user_settings['member_name']))
call_integration_hook('integrate_logout', array($user_settings['member_name']))<br />


Sources\ManageAttachments.php
'''Sources\ManageAttachments.php'''<br />
call_integration_hook('integrate_manage_attachments', array(&$subActions))
call_integration_hook('integrate_manage_attachments', array(&$subActions))<br />
call_integration_hook('integrate_modify_attachment_settings', array(&$config_vars))
call_integration_hook('integrate_modify_attachment_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_attachment_settings')
call_integration_hook('integrate_save_attachment_settings')<br />
call_integration_hook('integrate_modify_avatar_settings', array(&$config_vars))
call_integration_hook('integrate_modify_avatar_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_avatar_settings')
call_integration_hook('integrate_save_avatar_settings')<br />
call_integration_hook('integrate_attachments_browse', array(&$listOptions, &$titles, &$list_title))
call_integration_hook('integrate_attachments_browse', array(&$listOptions, &$titles, &$list_title))<br />
call_integration_hook('integrate_attachment_remove', array(&$filesRemoved, $attachments))
call_integration_hook('integrate_attachment_remove', array(&$filesRemoved, $attachments))<br />
call_integration_hook('integrate_remove_attachments', array($attach))
call_integration_hook('integrate_remove_attachments', array($attach))<br />
call_integration_hook('integrate_repair_attachments_nomsg', array(&$ignore_ids, $_GET['substep'], $_GET['substep'] + 500))
call_integration_hook('integrate_repair_attachments_nomsg', array(&$ignore_ids, $_GET['substep'], $_GET['substep'] + 500))<br />
call_integration_hook('integrate_approve_attachments', array($attachments))
call_integration_hook('integrate_approve_attachments', array($attachments))<br />


Sources\ManageBans.php
'''Sources\ManageBans.php'''<br />
call_integration_hook('integrate_manage_bans', array(&$subActions))
call_integration_hook('integrate_manage_bans', array(&$subActions))<br />
call_integration_hook('integrate_ban_edit_list', array(&$listOptions))
call_integration_hook('integrate_ban_edit_list', array(&$listOptions))<br />
call_integration_hook('integrate_ban_edit_new', array())
call_integration_hook('integrate_ban_edit_new', array())<br />
call_integration_hook('integrate_ban_list', array(&$ban_items))
call_integration_hook('integrate_ban_list', array(&$ban_items))<br />
call_integration_hook('integrate_load_addtional_ip_ban', array(&$search_list))
call_integration_hook('integrate_load_addtional_ip_ban', array(&$search_list))<br />
call_integration_hook('integrate_edit_bans', array(&$ban_info, empty($_REQUEST['bg'])))
call_integration_hook('integrate_edit_bans', array(&$ban_info, empty($_REQUEST['bg'])))<br />
call_integration_hook('integrate_edit_bans_post', array())
call_integration_hook('integrate_edit_bans_post', array())<br />
call_integration_hook('integrate_save_triggers', array(&$ban_triggers, &$ban_group))
call_integration_hook('integrate_save_triggers', array(&$ban_triggers, &$ban_group))<br />
call_integration_hook('integrate_remove_triggers', array(&$items_ids, $group_id))
call_integration_hook('integrate_remove_triggers', array(&$items_ids, $group_id))<br />


Sources\ManageBoards.php
'''Sources\ManageBoards.php'''<br />
call_integration_hook('integrate_manage_boards', array(&$subActions))
call_integration_hook('integrate_manage_boards', array(&$subActions))<br />
call_integration_hook('integrate_boards_main')
call_integration_hook('integrate_boards_main')<br />
call_integration_hook('integrate_edit_category')
call_integration_hook('integrate_edit_category')<br />
call_integration_hook('integrate_edit_board')
call_integration_hook('integrate_edit_board')<br />
call_integration_hook('integrate_modify_board_settings', array(&$config_vars))
call_integration_hook('integrate_modify_board_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_board_settings')
call_integration_hook('integrate_save_board_settings')<br />


Sources\ManageCalendar.php
'''Sources\ManageCalendar.php'''<br />
call_integration_hook('integrate_manage_calendar', array(&$subActions))
call_integration_hook('integrate_manage_calendar', array(&$subActions))<br />
call_integration_hook('integrate_modify_calendar_settings', array(&$config_vars))
call_integration_hook('integrate_modify_calendar_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_calendar_settings')
call_integration_hook('integrate_save_calendar_settings')<br />


Sources\ManageLanguages.php
'''Sources\ManageLanguages.php'''<br />
call_integration_hook('integrate_manage_languages', array(&$subActions))
call_integration_hook('integrate_manage_languages', array(&$subActions))<br />
call_integration_hook('integrate_language_settings', array(&$config_vars))
call_integration_hook('integrate_language_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_language_settings', array(&$config_vars))
call_integration_hook('integrate_save_language_settings', array(&$config_vars))<br />
call_integration_hook('integrate_modifylanguages', array(&$themes, &$lang_dirs, &$allows_add_remove, &$additional_string_types))
call_integration_hook('integrate_modifylanguages', array(&$themes, &$lang_dirs, &$allows_add_remove, &$additional_string_types))<br />
call_integration_hook('integrate_language_edit_helptext', array(&$special_groups))
call_integration_hook('integrate_language_edit_helptext', array(&$special_groups))<br />


Sources\ManageMail.php
'''Sources\ManageMail.php'''<br />
call_integration_hook('integrate_manage_mail', array(&$subActions))
call_integration_hook('integrate_manage_mail', array(&$subActions))<br />
call_integration_hook('integrate_modify_mail_settings', array(&$config_vars))
call_integration_hook('integrate_modify_mail_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_mail_settings')
call_integration_hook('integrate_save_mail_settings')<br />


Sources\ManageMaintenance.php
'''Sources\ManageMaintenance.php'''<br />
call_integration_hook('integrate_manage_maintenance', array(&$subActions))
call_integration_hook('integrate_manage_maintenance', array(&$subActions))<br />
call_integration_hook('integrate_convert_msgbody', array($body_type))
call_integration_hook('integrate_convert_msgbody', array($body_type))<br />


Sources\ManageMembergroups.php
'''Sources\ManageMembergroups.php'''<br />
call_integration_hook('integrate_manage_membergroups', array(&$subActions))
call_integration_hook('integrate_manage_membergroups', array(&$subActions))<br />
call_integration_hook('integrate_pre_add_membergroup', array())
call_integration_hook('integrate_pre_add_membergroup', array())<br />
call_integration_hook('integrate_add_membergroup', array($id_group, $postCountBasedGroup))
call_integration_hook('integrate_add_membergroup', array($id_group, $postCountBasedGroup))<br />
call_integration_hook('integrate_save_membergroup', array((int) $_REQUEST['group']))
call_integration_hook('integrate_save_membergroup', array((int) $_REQUEST['group']))<br />
call_integration_hook('integrate_view_membergroup')
call_integration_hook('integrate_view_membergroup')<br />
call_integration_hook('integrate_modify_membergroup_settings', array(&$config_vars))
call_integration_hook('integrate_modify_membergroup_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_membergroup_settings')
call_integration_hook('integrate_save_membergroup_settings')<br />


Sources\ManageMembers.php
'''Sources\ManageMembers.php'''<br />
call_integration_hook('integrate_manage_members', array(&$subActions))
call_integration_hook('integrate_manage_members', array(&$subActions))<br />
call_integration_hook('integrate_view_members_params', array(&$params))
call_integration_hook('integrate_view_members_params', array(&$params))<br />
call_integration_hook('integrate_activate', array($member['username']))
call_integration_hook('integrate_activate', array($member['username']))<br />


Sources\ManageNews.php
'''Sources\ManageNews.php'''<br />
call_integration_hook('integrate_manage_news', array(&$subActions))
call_integration_hook('integrate_manage_news', array(&$subActions))<br />
call_integration_hook('integrate_modify_news_settings', array(&$config_vars))
call_integration_hook('integrate_modify_news_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_news_settings')
call_integration_hook('integrate_save_news_settings')<br />


Sources\ManagePaid.php
'''Sources\ManagePaid.php'''<br />
call_integration_hook('integrate_manage_subscriptions', array(&$subActions))
call_integration_hook('integrate_manage_subscriptions', array(&$subActions))<br />
call_integration_hook('integrate_delete_subscription', array($context['sub_id']))
call_integration_hook('integrate_delete_subscription', array($context['sub_id']))<br />


Sources\ManagePermissions.php
'''Sources\ManagePermissions.php'''<br />
call_integration_hook('integrate_manage_permissions', array(&$subActions))
call_integration_hook('integrate_manage_permissions', array(&$subActions))<br />
call_integration_hook('integrate_modify_permission_settings', array(&$config_vars))
call_integration_hook('integrate_modify_permission_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_permission_settings')
call_integration_hook('integrate_save_permission_settings')<br />
call_integration_hook('integrate_load_permission_levels', array(&$groupLevels, &$boardLevels))
call_integration_hook('integrate_load_permission_levels', array(&$groupLevels, &$boardLevels))<br />
call_integration_hook('integrate_load_permissions', array(&$permissionGroups, &$permissionList, &$leftPermissionGroups, &$hiddenPermissions, &$relabelPermissions))
call_integration_hook('integrate_load_permissions', array(&$permissionGroups, &$permissionList, &$leftPermissionGroups, &$hiddenPermissions, &$relabelPermissions))<br />
call_integration_hook('integrate_load_illegal_permissions')
call_integration_hook('integrate_load_illegal_permissions')<br />
call_integration_hook('integrate_load_illegal_guest_permissions')
call_integration_hook('integrate_load_illegal_guest_permissions')<br />
call_integration_hook('integrate_post_moderation_mapping', array(&$mappings))
call_integration_hook('integrate_post_moderation_mapping', array(&$mappings))<br />


Sources\ManagePosts.php
'''Sources\ManagePosts.php'''<br />
call_integration_hook('integrate_manage_posts', array(&$subActions))
call_integration_hook('integrate_manage_posts', array(&$subActions))<br />
call_integration_hook('integrate_save_censors', array(&$updates))
call_integration_hook('integrate_save_censors', array(&$updates))<br />
call_integration_hook('integrate_censors')
call_integration_hook('integrate_censors')<br />
call_integration_hook('integrate_modify_post_settings', array(&$config_vars))
call_integration_hook('integrate_modify_post_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_post_settings')
call_integration_hook('integrate_save_post_settings')<br />
call_integration_hook('integrate_modify_topic_settings', array(&$config_vars))
call_integration_hook('integrate_modify_topic_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_topic_settings')
call_integration_hook('integrate_save_topic_settings')<br />


Sources\ManageRegistration.php
'''Sources\ManageRegistration.php'''<br />
call_integration_hook('integrate_manage_registrations', array(&$subActions))
call_integration_hook('integrate_manage_registrations', array(&$subActions))<br />
call_integration_hook('integrate_modify_registration_settings', array(&$config_vars))
call_integration_hook('integrate_modify_registration_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_registration_settings')
call_integration_hook('integrate_save_registration_settings')<br />


Sources\ManageScheduledTasks.php
'''Sources\ManageScheduledTasks.php'''<br />
call_integration_hook('integrate_manage_scheduled_tasks', array(&$subActions))
call_integration_hook('integrate_manage_scheduled_tasks', array(&$subActions))<br />
call_integration_hook('integrate_scheduled_tasks_settings', array(&$config_vars))
call_integration_hook('integrate_scheduled_tasks_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_scheduled_tasks_settings', array(&$save_vars))
call_integration_hook('integrate_save_scheduled_tasks_settings', array(&$save_vars))<br />


Sources\ManageSearch.php
'''Sources\ManageSearch.php'''<br />
call_integration_hook('integrate_manage_search', array(&$subActions))
call_integration_hook('integrate_manage_search', array(&$subActions))<br />
call_integration_hook('integrate_modify_search_settings', array(&$config_vars))
call_integration_hook('integrate_modify_search_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_search_settings')
call_integration_hook('integrate_save_search_settings')<br />
call_integration_hook('integrate_modify_search_weights', array(&$factors))
call_integration_hook('integrate_modify_search_weights', array(&$factors))<br />
call_integration_hook('integrate_save_search_weights')
call_integration_hook('integrate_save_search_weights')<br />


Sources\ManageSearchEngines.php
'''Sources\ManageSearchEngines.php'''<br />
call_integration_hook('integrate_manage_search_engines', array(&$subActions))
call_integration_hook('integrate_manage_search_engines', array(&$subActions))<br />
call_integration_hook('integrate_modify_search_engine_settings', array(&$config_vars))
call_integration_hook('integrate_modify_search_engine_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_search_engine_settings')
call_integration_hook('integrate_save_search_engine_settings')<br />


Sources\ManageServer.php
'''Sources\ManageServer.php'''<br />
call_integration_hook('integrate_server_settings', array(&$subActions))
call_integration_hook('integrate_server_settings', array(&$subActions))<br />
call_integration_hook('integrate_general_settings', array(&$config_vars))
call_integration_hook('integrate_general_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_general_settings')
call_integration_hook('integrate_save_general_settings')<br />
call_integration_hook('integrate_database_settings', array(&$config_vars))
call_integration_hook('integrate_database_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_database_settings')
call_integration_hook('integrate_save_database_settings')<br />
call_integration_hook('integrate_cookie_settings', array(&$config_vars))
call_integration_hook('integrate_cookie_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_cookie_settings')
call_integration_hook('integrate_save_cookie_settings')<br />
call_integration_hook('integrate_general_security_settings', array(&$config_vars))
call_integration_hook('integrate_general_security_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_general_security_settings')
call_integration_hook('integrate_save_general_security_settings')<br />
call_integration_hook('integrate_modify_cache_settings', array(&$config_vars))
call_integration_hook('integrate_modify_cache_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_cache_settings')
call_integration_hook('integrate_save_cache_settings')<br />
call_integration_hook('integrate_export_settings', array(&$config_vars))
call_integration_hook('integrate_export_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_export_settings')
call_integration_hook('integrate_save_export_settings')<br />
call_integration_hook('integrate_loadavg_settings', array(&$config_vars))
call_integration_hook('integrate_loadavg_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_loadavg_settings')
call_integration_hook('integrate_save_loadavg_settings')<br />
call_integration_hook('integrate_prepare_db_settings', array(&$config_vars))
call_integration_hook('integrate_prepare_db_settings', array(&$config_vars))<br />
call_integration_hook('integrate_load_cache_apis', array(&$loadedApis))
call_integration_hook('integrate_load_cache_apis', array(&$loadedApis))<br />


Sources\ManageSettings.php
'''Sources\ManageSettings.php'''<br />
call_integration_hook('integrate_modify_features', array(&$subActions))
call_integration_hook('integrate_modify_features', array(&$subActions))<br />
call_integration_hook('integrate_modify_modifications', array(&$subActions))
call_integration_hook('integrate_modify_modifications', array(&$subActions))<br />
call_integration_hook('integrate_modify_basic_settings', array(&$config_vars))
call_integration_hook('integrate_modify_basic_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_basic_settings')
call_integration_hook('integrate_save_basic_settings')<br />
call_integration_hook('integrate_modify_bbc_settings', array(&$config_vars))
call_integration_hook('integrate_modify_bbc_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_bbc_settings', array($bbcTags))
call_integration_hook('integrate_save_bbc_settings', array($bbcTags))<br />
call_integration_hook('integrate_layout_settings', array(&$config_vars))
call_integration_hook('integrate_layout_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_layout_settings')
call_integration_hook('integrate_save_layout_settings')<br />
call_integration_hook('integrate_likes_settings', array(&$config_vars))
call_integration_hook('integrate_likes_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_likes_settings')
call_integration_hook('integrate_save_likes_settings')<br />
call_integration_hook('integrate_mentions_settings', array(&$config_vars))
call_integration_hook('integrate_mentions_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_mentions_settings')
call_integration_hook('integrate_save_mentions_settings')<br />
call_integration_hook('integrate_warning_settings', array(&$config_vars))
call_integration_hook('integrate_warning_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_warning_settings', array(&$save_vars))
call_integration_hook('integrate_save_warning_settings', array(&$save_vars))<br />
call_integration_hook('integrate_spam_settings', array(&$config_vars))
call_integration_hook('integrate_spam_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_spam_settings', array(&$save_vars))
call_integration_hook('integrate_save_spam_settings', array(&$save_vars))<br />
call_integration_hook('integrate_signature_settings', array(&$config_vars))
call_integration_hook('integrate_signature_settings', array(&$config_vars))<br />
call_integration_hook('integrate_apply_signature_settings', array(&$sig, $sig_limits, $disabledTags))
call_integration_hook('integrate_apply_signature_settings', array(&$sig, $sig_limits, $disabledTags))<br />
call_integration_hook('integrate_save_signature_settings', array(&$sig_limits, &$bbcTags))
call_integration_hook('integrate_save_signature_settings', array(&$sig_limits, &$bbcTags))<br />
call_integration_hook('integrate_prune_settings', array(&$config_vars, &$prune_toggle, false))
call_integration_hook('integrate_prune_settings', array(&$config_vars, &$prune_toggle, false))<br />
call_integration_hook('integrate_prune_settings', array(&$savevar, &$prune_toggle, true))
call_integration_hook('integrate_prune_settings', array(&$savevar, &$prune_toggle, true))<br />
call_integration_hook('integrate_general_mod_settings', array(&$config_vars))
call_integration_hook('integrate_general_mod_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_general_mod_settings', array(&$save_vars))
call_integration_hook('integrate_save_general_mod_settings', array(&$save_vars))<br />


Sources\ManageSmileys.php
'''Sources\ManageSmileys.php'''<br />
call_integration_hook('integrate_manage_smileys', array(&$subActions))
call_integration_hook('integrate_manage_smileys', array(&$subActions))<br />
call_integration_hook('integrate_modify_smiley_settings', array(&$config_vars))
call_integration_hook('integrate_modify_smiley_settings', array(&$config_vars))<br />
call_integration_hook('integrate_save_smiley_settings')
call_integration_hook('integrate_save_smiley_settings')<br />


Sources\Memberlist.php
'''Sources\Memberlist.php'''<br />
call_integration_hook('integrate_memberlist_buttons')
call_integration_hook('integrate_memberlist_buttons')<br />


Sources\MessageIndex.php
'''Sources\MessageIndex.php'''<br />
call_integration_hook('integrate_pre_messageindex', array(&$sort_methods, &$sort_methods_table))
call_integration_hook('integrate_pre_messageindex', array(&$sort_methods, &$sort_methods_table))<br />
call_integration_hook('integrate_message_index', array(&$message_index_selects, &$message_index_tables, &$message_index_parameters, &$message_index_wheres, &$topic_ids, &$message_index_topic_wheres))
call_integration_hook('integrate_message_index', array(&$message_index_selects, &$message_index_tables, &$message_index_parameters, &$message_index_wheres, &$topic_ids, &$message_index_topic_wheres))<br />
call_integration_hook('integrate_quick_mod_actions')
call_integration_hook('integrate_quick_mod_actions')<br />
call_integration_hook('integrate_messageindex_buttons', array(&$context['normal_buttons']))
call_integration_hook('integrate_messageindex_buttons', array(&$context['normal_buttons']))<br />


Sources\ModerationCenter.php
'''Sources\ModerationCenter.php'''<br />
call_integration_hook('integrate_mod_centre_blocks', array(&$valid_blocks))
call_integration_hook('integrate_mod_centre_blocks', array(&$valid_blocks))<br />
call_integration_hook('integrate_warning_log_actions', array(&$subActions))
call_integration_hook('integrate_warning_log_actions', array(&$subActions))<br />


Sources\Modlog.php
'''Sources\Modlog.php'''<br />
call_integration_hook('integrate_viewModLog', array(&$listOptions, &$moderation_menu_name))
call_integration_hook('integrate_viewModLog', array(&$listOptions, &$moderation_menu_name))<br />


Sources\MoveTopic.php
'''Sources\MoveTopic.php'''<br />
call_integration_hook('integrate_movetopic2_end')
call_integration_hook('integrate_movetopic2_end')<br />


Sources\News.php
'''Sources\News.php'''<br />
call_integration_hook('integrate_xmlfeeds', array(&$subActions))
call_integration_hook('integrate_xmlfeeds', array(&$subActions))<br />
call_integration_hook('integrate_xml_data', array(&$xml_data, &$feed_meta, &$namespaces, &$extraFeedTags, &$forceCdataKeys, &$nsKeys, $xml_format, $subaction, &$doctype))
call_integration_hook('integrate_xml_data', array(&$xml_data, &$feed_meta, &$namespaces, &$extraFeedTags, &$forceCdataKeys, &$nsKeys, $xml_format, $subaction, &$doctype))<br />
call_integration_hook('integrate_fix_url', array(&$val))
call_integration_hook('integrate_fix_url', array(&$val))<br />


Sources\PackageGet.php
'''Sources\PackageGet.php'''<br />
call_integration_hook('integrate_package_get', array(&$subActions))
call_integration_hook('integrate_package_get', array(&$subActions))<br />
call_integration_hook('integrate_package_download')
call_integration_hook('integrate_package_download')<br />
call_integration_hook('integrate_package_upload')
call_integration_hook('integrate_package_upload')<br />


Sources\Packages.php
'''Sources\Packages.php'''<br />
call_integration_hook('integrate_manage_packages', array(&$subActions))
call_integration_hook('integrate_manage_packages', array(&$subActions))<br />
call_integration_hook('integrate_modification_types')
call_integration_hook('integrate_modification_types')<br />
call_integration_hook('integrate_packages_sort_id', array(&$sort_id, &$packages))
call_integration_hook('integrate_packages_sort_id', array(&$sort_id, &$packages))<br />


Sources\PersonalMessage.php
'''Sources\PersonalMessage.php'''<br />
call_integration_hook('integrate_conversation_buttons')
call_integration_hook('integrate_conversation_buttons')<br />
call_integration_hook('integrate_prepare_pm_context', array(&$output, &$message, $counter))
call_integration_hook('integrate_prepare_pm_context', array(&$output, &$message, $counter))<br />
call_integration_hook('integrate_search_pm_context')
call_integration_hook('integrate_search_pm_context')<br />
call_integration_hook('integrate_pm_post')
call_integration_hook('integrate_pm_post')<br />
call_integration_hook('integrate_pm_error')
call_integration_hook('integrate_pm_error')<br />


Sources\Poll.php
'''Sources\Poll.php'''<br />
call_integration_hook('integrate_poll_vote', array(&$row['id_poll'], &$pollOptions))
call_integration_hook('integrate_poll_vote', array(&$row['id_poll'], &$pollOptions))<br />
call_integration_hook('integrate_poll_add_edit', array($bcinfo['id_poll'], $isEdit))
call_integration_hook('integrate_poll_add_edit', array($bcinfo['id_poll'], $isEdit))<br />
call_integration_hook('integrate_poll_remove', array($pollID))
call_integration_hook('integrate_poll_remove', array($pollID))<br />


Sources\Post.php
'''Sources\Post.php'''<br />
call_integration_hook('integrate_post_start')
call_integration_hook('integrate_post_start')<br />
call_integration_hook('integrate_preview_post', array(&$form_message, &$form_subject))
call_integration_hook('integrate_preview_post', array(&$form_message, &$form_subject))<br />
call_integration_hook('integrate_post_errors', array(&$post_errors, &$minor_errors, $form_message, $form_subject))
call_integration_hook('integrate_post_errors', array(&$post_errors, &$minor_errors, $form_message, $form_subject))<br />
call_integration_hook('integrate_post_end')
call_integration_hook('integrate_post_end')<br />
call_integration_hook('integrate_post2_start', array(&$post_errors))
call_integration_hook('integrate_post2_start', array(&$post_errors))<br />
call_integration_hook('integrate_post2_pre', array(&$post_errors))
call_integration_hook('integrate_post2_pre', array(&$post_errors))<br />
call_integration_hook('integrate_poll_add_edit', array($id_poll, false))
call_integration_hook('integrate_poll_add_edit', array($id_poll, false))<br />
call_integration_hook('integrate_post2_end')
call_integration_hook('integrate_post2_end')<br />
call_integration_hook('integrate_getTopic_previous_post', array(&$row))
call_integration_hook('integrate_getTopic_previous_post', array(&$row))<br />
call_integration_hook('integrate_post_JavascriptModify', array(&$post_errors, $row))
call_integration_hook('integrate_post_JavascriptModify', array(&$post_errors, $row))<br />
call_integration_hook('integrate_jsmodify_xml')
call_integration_hook('integrate_jsmodify_xml')<br />


Sources\PostModeration.php
'''Sources\PostModeration.php'''<br />
call_integration_hook('integrate_post_moderation', array(&$subActions))
call_integration_hook('integrate_post_moderation', array(&$subActions))<br />


Sources\Profile-Actions.php
'''Sources\Profile-Actions.php'''<br />
call_integration_hook('integrate_activate', array($user_profile[$memID]['member_name']))
call_integration_hook('integrate_activate', array($user_profile[$memID]['member_name']))<br />


Sources\Profile-Export.php
'''Sources\Profile-Export.php'''<br />
call_integration_hook('integrate_export_xslt_variables', array(&$xslt_variables, $format))
call_integration_hook('integrate_export_xslt_variables', array(&$xslt_variables, $format))<br />
call_integration_hook('integrate_export_xslt_stylesheet', array(&$stylesheet, $format))
call_integration_hook('integrate_export_xslt_stylesheet', array(&$stylesheet, $format))<br />
call_integration_hook('integrate_pre_css_output')
call_integration_hook('integrate_pre_css_output')<br />
call_integration_hook('integrate_pre_javascript_output', array(false))
call_integration_hook('integrate_pre_javascript_output', array(false))<br />
call_integration_hook('integrate_pre_javascript_output', array(true))
call_integration_hook('integrate_pre_javascript_output', array(true))<br />


Sources\Profile-Modify.php
'''Sources\Profile-Modify.php'''<br />
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $value, $_POST['passwrd1']))
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $value, $_POST['passwrd1']))<br />
call_integration_hook('integrate_load_profile_fields', array(&$profile_fields))
call_integration_hook('integrate_load_profile_fields', array(&$profile_fields))<br />
call_integration_hook('integrate_setup_profile_context', array(&$fields))
call_integration_hook('integrate_setup_profile_context', array(&$fields))<br />
call_integration_hook('integrate_save_custom_profile_fields', array(&$changes, &$log_changes, &$errors, $returnErrors, $memID, $area, $sanitize, &$deletes))
call_integration_hook('integrate_save_custom_profile_fields', array(&$changes, &$log_changes, &$errors, $returnErrors, $memID, $area, $sanitize, &$deletes))<br />
call_integration_hook('integrate_remove_buddy', array($memID))
call_integration_hook('integrate_remove_buddy', array($memID))<br />
call_integration_hook('integrate_add_buddies', array($memID, &$new_buddies))
call_integration_hook('integrate_add_buddies', array($memID, &$new_buddies))<br />
call_integration_hook('integrate_view_buddies', array($memID))
call_integration_hook('integrate_view_buddies', array($memID))<br />
call_integration_hook('integrate_theme_options')
call_integration_hook('integrate_theme_options')<br />
call_integration_hook('integrate_alert_types', array(&$alert_types, &$group_options))
call_integration_hook('integrate_alert_types', array(&$alert_types, &$group_options))<br />
call_integration_hook('integrate_profile_profileSaveGroups', array($value, $additional_groups))
call_integration_hook('integrate_profile_profileSaveGroups', array($value, $additional_groups))<br />


Sources\Profile-View.php
'''Sources\Profile-View.php'''<br />
call_integration_hook('integrate_fetch_alerts', array(&$alerts, &$formats))
call_integration_hook('integrate_fetch_alerts', array(&$alerts, &$formats))<br />
call_integration_hook('integrate_profile_showPosts')
call_integration_hook('integrate_profile_showPosts')<br />
call_integration_hook('integrate_profile_stats', array($memID, &$context['text_stats']))
call_integration_hook('integrate_profile_stats', array($memID, &$context['text_stats']))<br />
call_integration_hook('integrate_profile_trackip', array($ip_string, $ip_var))
call_integration_hook('integrate_profile_trackip', array($ip_string, $ip_var))<br />


Sources\Profile.php
'''Sources\Profile.php'''<br />
call_integration_hook('integrate_profile_areas', array(&$profile_areas))
call_integration_hook('integrate_profile_areas', array(&$profile_areas))<br />
call_integration_hook('integrate_pre_profile_areas', array(&$profile_areas))
call_integration_hook('integrate_pre_profile_areas', array(&$profile_areas))<br />
call_integration_hook('integrate_verify_password', array($cur_profile['member_name'], $password, false))
call_integration_hook('integrate_verify_password', array($cur_profile['member_name'], $password, false))<br />
call_integration_hook('integrate_profile_save', array(&$profile_vars, &$post_errors, $memID, $cur_profile, $current_area))
call_integration_hook('integrate_profile_save', array(&$profile_vars, &$post_errors, $memID, $cur_profile, $current_area))<br />
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $cur_profile['member_name'], $_POST['passwrd2']))
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $cur_profile['member_name'], $_POST['passwrd2']))<br />
call_integration_hook('integrate_profile_popup', array(&$profile_items))
call_integration_hook('integrate_profile_popup', array(&$profile_items))<br />
call_integration_hook('integrate_load_custom_profile_fields', array($memID, $area))
call_integration_hook('integrate_load_custom_profile_fields', array($memID, $area))<br />


Sources\Recent.php
'''Sources\Recent.php'''<br />
call_integration_hook('integrate_recent_RecentPosts')
call_integration_hook('integrate_recent_RecentPosts')<br />
call_integration_hook('integrate_recent_buttons')
call_integration_hook('integrate_recent_buttons')<br />
call_integration_hook('integrate_unread_list')
call_integration_hook('integrate_unread_list')<br />


Sources\Register.php
'''Sources\Register.php'''<br />
call_integration_hook('integrate_activate', array($regOptions['username']))
call_integration_hook('integrate_activate', array($regOptions['username']))<br />
call_integration_hook('integrate_activate', array($row['member_name']))
call_integration_hook('integrate_activate', array($row['member_name']))<br />


Sources\Reminder.php
'''Sources\Reminder.php'''<br />
call_integration_hook('integrate_reset_pass', array($username, $username, $_POST['passwrd1']))
call_integration_hook('integrate_reset_pass', array($username, $username, $_POST['passwrd1']))<br />
call_integration_hook('integrate_reset_pass', array($row['member_name'], $row['member_name'], $_POST['passwrd1']))
call_integration_hook('integrate_reset_pass', array($row['member_name'], $row['member_name'], $_POST['passwrd1']))<br />


Sources\RemoveTopic.php
'''Sources\RemoveTopic.php'''<br />
call_integration_hook('integrate_remove_topics_before', array($topics, $recycle_board))
call_integration_hook('integrate_remove_topics_before', array($topics, $recycle_board))<br />
call_integration_hook('integrate_remove_topics', array($topics))
call_integration_hook('integrate_remove_topics', array($topics))<br />
call_integration_hook('integrate_pre_remove_message', array($message, $decreasePostCount, $row))
call_integration_hook('integrate_pre_remove_message', array($message, $decreasePostCount, $row))<br />
call_integration_hook('integrate_remove_message', array($message, $row, $recycle))
call_integration_hook('integrate_remove_message', array($message, $row, $recycle))<br />


Sources\ReportedContent.php
'''Sources\ReportedContent.php'''<br />
call_integration_hook('integrate_reported_' . $context['report_type'], array(&$subActions))
call_integration_hook('integrate_reported_' . $context['report_type'], array(&$subActions))<br />


Sources\Reports.php
'''Sources\Reports.php'''<br />
call_integration_hook('integrate_report_types')
call_integration_hook('integrate_report_types')<br />
call_integration_hook('integrate_report_buttons')
call_integration_hook('integrate_report_buttons')<br />
call_integration_hook('integrate_reports_boardperm', array(&$disabled_permissions))
call_integration_hook('integrate_reports_boardperm', array(&$disabled_permissions))<br />
call_integration_hook('integrate_reports_groupperm', array(&$disabled_permissions))
call_integration_hook('integrate_reports_groupperm', array(&$disabled_permissions))<br />


Sources\ScheduledTasks.php
'''Sources\ScheduledTasks.php'''<br />
call_integration_hook('integrate_daily_maintenance')
call_integration_hook('integrate_daily_maintenance')<br />
call_integration_hook('integrate_daily_digest_lang', array(&$langtxt, $lang))
call_integration_hook('integrate_daily_digest_lang', array(&$langtxt, $lang))<br />
call_integration_hook('integrate_daily_digest_email', array(&$email, $types, $notify_types, $langtxt))
call_integration_hook('integrate_daily_digest_email', array(&$email, $types, $notify_types, $langtxt))<br />
call_integration_hook('integrate_weekly_maintenance')
call_integration_hook('integrate_weekly_maintenance')<br />


Sources\Search.php
'''Sources\Search.php'''<br />
call_integration_hook('integrate_search')
call_integration_hook('integrate_search')<br />
call_integration_hook('integrate_search_weights', array(&$weight_factors))
call_integration_hook('integrate_search_weights', array(&$weight_factors))<br />
call_integration_hook('integrate_search_sort_columns', array(&$sort_columns))
call_integration_hook('integrate_search_sort_columns', array(&$sort_columns))<br />
call_integration_hook('integrate_search_params', array(&$search_params))
call_integration_hook('integrate_search_params', array(&$search_params))<br />
call_integration_hook('integrate_search_blacklisted_words', array(&$blacklisted_words))
call_integration_hook('integrate_search_blacklisted_words', array(&$blacklisted_words))<br />
call_integration_hook('integrate_search_errors')
call_integration_hook('integrate_search_errors')<br />
call_integration_hook('integrate_subject_only_search_query', array(&$subject_query, &$subject_query_params))
call_integration_hook('integrate_subject_only_search_query', array(&$subject_query, &$subject_query_params))<br />
call_integration_hook('integrate_subject_search_query', array(&$subject_query))
call_integration_hook('integrate_subject_search_query', array(&$subject_query))<br />
call_integration_hook('integrate_main_search_query', array(&$main_query))
call_integration_hook('integrate_main_search_query', array(&$main_query))<br />
call_integration_hook('integrate_search_message_list', array(&$msg_list, &$posters))
call_integration_hook('integrate_search_message_list', array(&$msg_list, &$posters))<br />
call_integration_hook('integrate_quick_mod_actions_search')
call_integration_hook('integrate_quick_mod_actions_search')<br />
call_integration_hook('integrate_search_message_context', array(&$output, &$message, $counter))
call_integration_hook('integrate_search_message_context', array(&$output, &$message, $counter))<br />


Sources\Security.php
'''Sources\Security.php'''<br />
call_integration_hook('integrate_validateSession', array(&$types))
call_integration_hook('integrate_validateSession', array(&$types))<br />
call_integration_hook('integrate_verify_password', array($user_info['username'], $_POST[$type . '_pass'], false))
call_integration_hook('integrate_verify_password', array($user_info['username'], $_POST[$type . '_pass'], false))<br />
call_integration_hook('integrate_post_ban_permissions', array(&$denied_permissions))
call_integration_hook('integrate_post_ban_permissions', array(&$denied_permissions))<br />
call_integration_hook('integrate_warn_permissions', array(&$permission_change))
call_integration_hook('integrate_warn_permissions', array(&$permission_change))<br />
call_integration_hook('integrate_allowed_to_general', array(&$user_permissions, $permission))
call_integration_hook('integrate_allowed_to_general', array(&$user_permissions, $permission))<br />
call_integration_hook('integrate_allowed_to_board', array(&$return, $permission, $boards, $any))
call_integration_hook('integrate_allowed_to_board', array(&$return, $permission, $boards, $any))<br />
call_integration_hook('integrate_heavy_permissions_session', array(&$heavy_permissions))
call_integration_hook('integrate_heavy_permissions_session', array(&$heavy_permissions))<br />
call_integration_hook('integrate_boards_allowed_to', array(&$boards, $deny_boards, $permissions, $check_access, $simple))
call_integration_hook('integrate_boards_allowed_to', array(&$boards, $deny_boards, $permissions, $check_access, $simple))<br />
call_integration_hook('integrate_spam_protection', array(&$timeOverrides))
call_integration_hook('integrate_spam_protection', array(&$timeOverrides))<br />


Sources\Session.php
'''Sources\Session.php'''<br />
call_integration_hook('integrate_load_session')
call_integration_hook('integrate_load_session')<br />
call_integration_hook('integrate_session_handlers')
call_integration_hook('integrate_session_handlers')<br />


Sources\ShowAttachments.php
'''Sources\ShowAttachments.php'''<br />
call_integration_hook('integrate_pre_download_request')
call_integration_hook('integrate_pre_download_request')<br />
call_integration_hook('integrate_download_request', array(&$attachRequest))
call_integration_hook('integrate_download_request', array(&$attachRequest))<br />
call_integration_hook('integrate_download_headers')
call_integration_hook('integrate_download_headers')<br />


Sources\SplitTopics.php
'''Sources\SplitTopics.php'''<br />
call_integration_hook('integrate_split_topic', array($split1, $split2, $new_subject, $id_board))
call_integration_hook('integrate_split_topic', array($split1, $split2, $new_subject, $id_board))<br />
call_integration_hook('integrate_merge_topic', array($merged_topic, $updated_topics, $deleted_topics, $deleted_polls))
call_integration_hook('integrate_merge_topic', array($merged_topic, $updated_topics, $deleted_topics, $deleted_polls))<br />


Sources\Stats.php
'''Sources\Stats.php'''<br />
call_integration_hook('integrate_forum_stats')
call_integration_hook('integrate_forum_stats')<br />


Sources\Subs-Admin.php
'''Sources\Subs-Admin.php'''<br />
call_integration_hook('integrate_update_settings_file', array(&$settings_defs))
call_integration_hook('integrate_update_settings_file', array(&$settings_defs))<br />


Sources\Subs-Attachments.php
'''Sources\Subs-Attachments.php'''<br />
call_integration_hook('integrate_attachment_upload', array())
call_integration_hook('integrate_attachment_upload', array())<br />
call_integration_hook('integrate_createAttachment', array(&$attachmentOptions, &$attachmentInserts))
call_integration_hook('integrate_createAttachment', array(&$attachmentOptions, &$attachmentInserts))<br />
call_integration_hook('integrate_assign_attachments', array(&$attachIDs, &$msgID))
call_integration_hook('integrate_assign_attachments', array(&$attachIDs, &$msgID))<br />
call_integration_hook('integrate_pre_parseAttachBBC', array($attachID, $msgID))
call_integration_hook('integrate_pre_parseAttachBBC', array($attachID, $msgID))<br />
call_integration_hook('integrate_post_parseAttachBBC', array(&$attachContext))
call_integration_hook('integrate_post_parseAttachBBC', array(&$attachContext))<br />


Sources\Subs-Auth.php
'''Sources\Subs-Auth.php'''<br />
call_integration_hook('integrate_cookie_data', array($data, &$custom_data))
call_integration_hook('integrate_cookie_data', array($data, &$custom_data))<br />
call_integration_hook('integrate_validateSession', array(&$types))
call_integration_hook('integrate_validateSession', array(&$types))<br />
call_integration_hook('integrate_reset_pass', array($old_user, $user, $newPassword))
call_integration_hook('integrate_reset_pass', array($old_user, $user, $newPassword))<br />
call_integration_hook('integrate_validate_username', array($username, &$errors))
call_integration_hook('integrate_validate_username', array($username, &$errors))<br />
call_integration_hook('integrate_validatePassword', array($password, $username, $restrict_in, &$pass_error))
call_integration_hook('integrate_validatePassword', array($password, $username, $restrict_in, &$pass_error))<br />
call_integration_hook('integrate_mod_cache')
call_integration_hook('integrate_mod_cache')<br />
call_integration_hook('integrate_cookie', array($name, $value, $expire, $path, $domain, $secure, $httponly, $samesite))
call_integration_hook('integrate_cookie', array($name, $value, $expire, $path, $domain, $secure, $httponly, $samesite))<br />


Sources\Subs-BoardIndex.php
'''Sources\Subs-BoardIndex.php'''<br />
call_integration_hook('integrate_pre_boardindex', array(&$board_index_selects, &$board_index_parameters))
call_integration_hook('integrate_pre_boardindex', array(&$board_index_selects, &$board_index_parameters))<br />
call_integration_hook('integrate_boardindex_board', array(&$this_category, $row_board))
call_integration_hook('integrate_boardindex_board', array(&$this_category, $row_board))<br />
call_integration_hook('integrate_getboardtree', array($board_index_options, &$categories))
call_integration_hook('integrate_getboardtree', array($board_index_options, &$categories))<br />
call_integration_hook('integrate_getboardtree', array($board_index_options, &$this_category))
call_integration_hook('integrate_getboardtree', array($board_index_options, &$this_category))<br />


Sources\Subs-Boards.php
'''Sources\Subs-Boards.php'''<br />
call_integration_hook('integrate_pre_modify_board', array($id, &$boardOptions))
call_integration_hook('integrate_pre_modify_board', array($id, &$boardOptions))<br />
call_integration_hook('integrate_modify_board', array($id, $boardOptions, &$boardUpdates, &$boardUpdateParameters))
call_integration_hook('integrate_modify_board', array($id, $boardOptions, &$boardUpdates, &$boardUpdateParameters))<br />
call_integration_hook('integrate_create_board', array(&$boardOptions, &$board_columns, &$board_parameters))
call_integration_hook('integrate_create_board', array(&$boardOptions, &$board_columns, &$board_parameters))<br />
call_integration_hook('integrate_delete_board', array($boards_to_remove, &$moveChildrenTo))
call_integration_hook('integrate_delete_board', array($boards_to_remove, &$moveChildrenTo))<br />
call_integration_hook('integrate_pre_boardtree', array(&$boardColumns, &$boardParameters, &$boardJoins, &$boardWhere, &$boardOrder))
call_integration_hook('integrate_pre_boardtree', array(&$boardColumns, &$boardParameters, &$boardJoins, &$boardWhere, &$boardOrder))<br />
call_integration_hook('integrate_boardtree_board', array($row))
call_integration_hook('integrate_boardtree_board', array($row))<br />


Sources\Subs-Calendar.php
'''Sources\Subs-Calendar.php'''<br />
call_integration_hook('integrate_create_event', array(&$eventOptions, &$event_columns, &$event_parameters))
call_integration_hook('integrate_create_event', array(&$eventOptions, &$event_columns, &$event_parameters))<br />
call_integration_hook('integrate_modify_event', array($event_id, &$eventOptions, &$event_columns, &$event_parameters))
call_integration_hook('integrate_modify_event', array($event_id, &$eventOptions, &$event_columns, &$event_parameters))<br />
call_integration_hook('integrate_remove_event', array($event_id))
call_integration_hook('integrate_remove_event', array($event_id))<br />


Sources\Subs-Categories.php
'''Sources\Subs-Categories.php'''<br />
call_integration_hook('integrate_pre_modify_category', array($cat_id, &$catOptions))
call_integration_hook('integrate_pre_modify_category', array($cat_id, &$catOptions))<br />
call_integration_hook('integrate_modify_category', array($cat_id, &$catUpdates, &$catParameters))
call_integration_hook('integrate_modify_category', array($cat_id, &$catUpdates, &$catParameters))<br />
call_integration_hook('integrate_create_category', array(&$catOptions, &$cat_columns, &$cat_parameters))
call_integration_hook('integrate_create_category', array(&$catOptions, &$cat_columns, &$cat_parameters))<br />
call_integration_hook('integrate_delete_category', array($categories, &$moveBoardsTo))
call_integration_hook('integrate_delete_category', array($categories, &$moveBoardsTo))<br />


Sources\Subs-Editor.php
'''Sources\Subs-Editor.php'''<br />
call_integration_hook('integrate_load_message_icons', array(&$icons))
call_integration_hook('integrate_load_message_icons', array(&$icons))<br />
call_integration_hook('integrate_bbc_buttons', array(&$context['bbc_tags'], &$editor_tag_map))
call_integration_hook('integrate_bbc_buttons', array(&$context['bbc_tags'], &$editor_tag_map))<br />
call_integration_hook('integrate_sceditor_options', array(&$sce_options))
call_integration_hook('integrate_sceditor_options', array(&$sce_options))<br />
call_integration_hook('integrate_create_control_verification_pre', array(&$verificationOptions, $do_test))
call_integration_hook('integrate_create_control_verification_pre', array(&$verificationOptions, $do_test))<br />
call_integration_hook('integrate_create_control_verification_test', array($thisVerification, &$verification_errors))
call_integration_hook('integrate_create_control_verification_test', array($thisVerification, &$verification_errors))<br />
call_integration_hook('integrate_create_control_verification_refresh', array($thisVerification))
call_integration_hook('integrate_create_control_verification_refresh', array($thisVerification))<br />
call_integration_hook('integrate_create_control_verification_post', array(&$verification_errors, $do_test))
call_integration_hook('integrate_create_control_verification_post', array(&$verification_errors, $do_test))<br />
call_integration_hook('integrate_autosuggest', array(&$searchTypes))
call_integration_hook('integrate_autosuggest', array(&$searchTypes))<br />


Sources\Subs-List.php
'''Sources\Subs-List.php'''<br />
call_integration_hook('integrate_' . $listOptions['id'], array(&$listOptions))
call_integration_hook('integrate_' . $listOptions['id'], array(&$listOptions))<br />


Sources\Subs-Membergroups.php
'''Sources\Subs-Membergroups.php'''<br />
call_integration_hook('integrate_delete_membergroups', array($groups))
call_integration_hook('integrate_delete_membergroups', array($groups))<br />
call_integration_hook('integrate_add_members_to_group', array($members, $group, &$group_names))
call_integration_hook('integrate_add_members_to_group', array($members, $group, &$group_names))<br />
call_integration_hook('integrate_getMembergroupList', array(&$groupCache, $group))
call_integration_hook('integrate_getMembergroupList', array(&$groupCache, $group))<br />


Sources\Subs-Members.php
'''Sources\Subs-Members.php'''<br />
call_integration_hook('integrate_delete_members', array($users))
call_integration_hook('integrate_delete_members', array($users))<br />
call_integration_hook('integrate_register_check', array(&$regOptions, &$reg_errors))
call_integration_hook('integrate_register_check', array(&$regOptions, &$reg_errors))<br />
call_integration_hook('integrate_register', array(&$regOptions, &$theme_vars, &$knownInts, &$knownFloats))
call_integration_hook('integrate_register', array(&$regOptions, &$theme_vars, &$knownInts, &$knownFloats))<br />
call_integration_hook('integrate_post_register', array(&$regOptions, &$theme_vars, &$memberID))
call_integration_hook('integrate_post_register', array(&$regOptions, &$theme_vars, &$memberID))<br />
call_integration_hook('integrate_register_after', array($regOptions, $memberID))
call_integration_hook('integrate_register_after', array($regOptions, $memberID))<br />
call_integration_hook('integrate_check_name', array($checkName, &$is_reserved, $current_id_member, $is_name))
call_integration_hook('integrate_check_name', array($checkName, &$is_reserved, $current_id_member, $is_name))<br />
call_integration_hook('integrate_groups_allowed_to', array(&$member_groups, $permission, $board_id))
call_integration_hook('integrate_groups_allowed_to', array(&$member_groups, $permission, $board_id))<br />
call_integration_hook('integrate_reattribute_posts', array($memID, $email, $membername, $post_count, &$updated))
call_integration_hook('integrate_reattribute_posts', array($memID, $email, $membername, $post_count, &$updated))<br />


Sources\Subs-MembersOnline.php
'''Sources\Subs-MembersOnline.php'''<br />
call_integration_hook('integrate_online_stats', array(&$membersOnlineStats))
call_integration_hook('integrate_online_stats', array(&$membersOnlineStats))<br />


Sources\Subs-Menu.php
'''Sources\Subs-Menu.php'''<br />
call_integration_hook('integrate_' . $menu_context['current_action'] . '_areas', array(&$menuData))
call_integration_hook('integrate_' . $menu_context['current_action'] . '_areas', array(&$menuData))<br />


Sources\Subs-Post.php
'''Sources\Subs-Post.php'''<br />
call_integration_hook('integrate_preparsecode', array(&$message, $previewing))
call_integration_hook('integrate_preparsecode', array(&$message, $previewing))<br />
call_integration_hook('integrate_unpreparsecode', array(&$message))
call_integration_hook('integrate_unpreparsecode', array(&$message))<br />
call_integration_hook('integrate_outgoing_email', array(&$subject, &$message, &$headers, &$to_array))
call_integration_hook('integrate_outgoing_email', array(&$subject, &$message, &$headers, &$to_array))<br />
call_integration_hook('integrate_personal_message', array(&$recipients, &$from, &$subject, &$message))
call_integration_hook('integrate_personal_message', array(&$recipients, &$from, &$subject, &$message))<br />
call_integration_hook('integrate_personal_message_after', array(&$id_pm, &$log, &$recipients, &$from, &$subject, &$message))
call_integration_hook('integrate_personal_message_after', array(&$id_pm, &$log, &$recipients, &$from, &$subject, &$message))<br />
call_integration_hook('integrate_create_post', array(&$msgOptions, &$topicOptions, &$posterOptions, &$message_columns, &$message_parameters))
call_integration_hook('integrate_create_post', array(&$msgOptions, &$topicOptions, &$posterOptions, &$message_columns, &$message_parameters))<br />
call_integration_hook('integrate_after_create_post', array($msgOptions, $topicOptions, $posterOptions, $message_columns, $message_parameters))
call_integration_hook('integrate_after_create_post', array($msgOptions, $topicOptions, $posterOptions, $message_columns, $message_parameters))<br />
call_integration_hook('integrate_before_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions, &$topic_columns, &$topic_parameters))
call_integration_hook('integrate_before_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions, &$topic_columns, &$topic_parameters))<br />
call_integration_hook('integrate_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions))
call_integration_hook('integrate_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions))<br />
call_integration_hook('integrate_modify_topic', array(&$topics_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions))
call_integration_hook('integrate_modify_topic', array(&$topics_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions))<br />
call_integration_hook('integrate_modify_post', array(&$messages_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions, &$messageInts))
call_integration_hook('integrate_modify_post', array(&$messages_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions, &$messageInts))<br />
call_integration_hook('integrate_after_approve_posts', array($approve, $msgs, $topic_changes, $member_post_changes))
call_integration_hook('integrate_after_approve_posts', array($approve, $msgs, $topic_changes, $member_post_changes))<br />


Sources\Subs-Themes.php
'''Sources\Subs-Themes.php'''<br />
call_integration_hook('integrate_get_single_theme', array(&$variables, $id))
call_integration_hook('integrate_get_single_theme', array(&$variables, $id))<br />
call_integration_hook('integrate_get_all_themes', array(&$themeValues, $enable_only))
call_integration_hook('integrate_get_all_themes', array(&$themeValues, $enable_only))<br />
call_integration_hook('integrate_get_installed_themes', array(&$themeValues))
call_integration_hook('integrate_get_installed_themes', array(&$themeValues))<br />
call_integration_hook('integrate_theme_install', array(&$context['to_install'], $id_theme))
call_integration_hook('integrate_theme_install', array(&$context['to_install'], $id_theme))<br />


Sources\Subs-Timezones.php
'''Sources\Subs-Timezones.php'''<br />
call_integration_hook('integrate_metazones', array(&$tzid_metazones, $when))
call_integration_hook('integrate_metazones', array(&$tzid_metazones, $when))<br />
call_integration_hook('integrate_country_timezones', array(&$sorted_tzids, $country_code, $when))
call_integration_hook('integrate_country_timezones', array(&$sorted_tzids, $country_code, $when))<br />
call_integration_hook('integrate_timezone_fallbacks', array(&$fallbacks, &$missing, $tzids, $when))
call_integration_hook('integrate_timezone_fallbacks', array(&$fallbacks, &$missing, $tzids, $when))<br />


Sources\Subs.php
'''Sources\Subs.php'''<br />
call_integration_hook('integrate_change_member_data', array($member_names, $var, &$data[$var], &$knownInts, &$knownFloats))
call_integration_hook('integrate_change_member_data', array($member_names, $var, &$data[$var], &$knownInts, &$knownFloats))<br />
call_integration_hook('integrate_pre_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))
call_integration_hook('integrate_pre_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))<br />
call_integration_hook('integrate_attach_bbc_validate', array(&$returnContext, $currentAttachment, $tag, $data, $disabled, $params))
call_integration_hook('integrate_attach_bbc_validate', array(&$returnContext, $currentAttachment, $tag, $data, $disabled, $params))<br />
call_integration_hook('integrate_bbc_codes', array(&$codes, &$no_autolink_tags))
call_integration_hook('integrate_bbc_codes', array(&$codes, &$no_autolink_tags))<br />
call_integration_hook('integrate_bbc_print', array(&$disabled))
call_integration_hook('integrate_bbc_print', array(&$disabled))<br />
call_integration_hook('integrate_autolinker_schemes', array(&$schemes))
call_integration_hook('integrate_autolinker_schemes', array(&$schemes))<br />
call_integration_hook('integrate_post_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))
call_integration_hook('integrate_post_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))<br />
call_integration_hook('integrate_smileys', array(&$smileyPregSearch, &$smileyPregReplacements))
call_integration_hook('integrate_smileys', array(&$smileyPregSearch, &$smileyPregReplacements))<br />
call_integration_hook('integrate_proxy', array($url, &$proxied_url))
call_integration_hook('integrate_proxy', array($url, &$proxied_url))<br />
call_integration_hook('integrate_redirect', array(&$setLocation, &$refresh, &$permanent))
call_integration_hook('integrate_redirect', array(&$setLocation, &$refresh, &$permanent))<br />
call_integration_hook('integrate_exit', array($do_footer))
call_integration_hook('integrate_exit', array($do_footer))<br />
call_integration_hook('integrate_theme_context')
call_integration_hook('integrate_theme_context')<br />
call_integration_hook('integrate_security_files', array(&$securityFiles))
call_integration_hook('integrate_security_files', array(&$securityFiles))<br />
call_integration_hook('integrate_pre_javascript_output', array(&$do_deferred))
call_integration_hook('integrate_pre_javascript_output', array(&$do_deferred))<br />
call_integration_hook('integrate_pre_css_output')
call_integration_hook('integrate_pre_css_output')<br />
call_integration_hook('integrate_menu_buttons', array(&$buttons))
call_integration_hook('integrate_menu_buttons', array(&$buttons))<br />
call_integration_hook('integrate_current_action', array(&$current_action))
call_integration_hook('integrate_current_action', array(&$current_action))<br />


Sources\tasks\Likes-Notify.php
'''Sources\tasks\Likes-Notify.php'''<br />
call_integration_hook('integrate_find_like_author', array($this->_details['content_type'], $this->_details['content_id']))
call_integration_hook('integrate_find_like_author', array($this->_details['content_type'], $this->_details['content_id']))<br />


Sources\Themes.php
'''Sources\Themes.php'''<br />
call_integration_hook('integrate_manage_themes', array(&$subActions))
call_integration_hook('integrate_manage_themes', array(&$subActions))<br />
call_integration_hook('integrate_theme_options')
call_integration_hook('integrate_theme_options')<br />
call_integration_hook('integrate_theme_settings')
call_integration_hook('integrate_theme_settings')<br />
call_integration_hook('integrate_wrap_action')
call_integration_hook('integrate_wrap_action')<br />


Sources\ViewQuery.php
'''Sources\ViewQuery.php'''<br />
call_integration_hook('integrate_egg_nog')
call_integration_hook('integrate_egg_nog')<br />


Sources\Who.php
'''Sources\Who.php'''<br />
call_integration_hook('integrate_whos_online', array($actions))
call_integration_hook('integrate_whos_online', array($actions))<br />
call_integration_hook('integrate_credits')
call_integration_hook('integrate_credits')<br />


Sources\Xml.php
'''Sources\Xml.php'''<br />
call_integration_hook('integrate_XMLhttpMain_subActions', array(&$subActions))
call_integration_hook('integrate_XMLhttpMain_subActions', array(&$subActions))<br />


SSI.php
SSI.php<br />
call_integration_hook('integrate_autoload', array(&$classMap))
call_integration_hook('integrate_autoload', array(&$classMap))<br />
call_integration_hook('integrate_SSI')
call_integration_hook('integrate_SSI')<br />
call_integration_hook('integrate_ssi_queryPosts', array(&$posts))
call_integration_hook('integrate_ssi_queryPosts', array(&$posts))<br />
call_integration_hook('integrate_ssi_recentTopics', array(&$posts))
call_integration_hook('integrate_ssi_recentTopics', array(&$posts))<br />
call_integration_hook('integrate_ssi_topPoster', array(&$return))
call_integration_hook('integrate_ssi_topPoster', array(&$return))<br />
call_integration_hook('integrate_ssi_topBoards', array(&$boards))
call_integration_hook('integrate_ssi_topBoards', array(&$boards))<br />
call_integration_hook('integrate_ssi_topTopics', array(&$topics, $type))
call_integration_hook('integrate_ssi_topTopics', array(&$topics, $type))<br />
call_integration_hook('integrate_ssi_queryMembers', array(&$members))
call_integration_hook('integrate_ssi_queryMembers', array(&$members))<br />
call_integration_hook('integrate_ssi_boardStats', array(&$totals))
call_integration_hook('integrate_ssi_boardStats', array(&$totals))<br />
call_integration_hook('integrate_ssi_whosOnline', array(&$return))
call_integration_hook('integrate_ssi_whosOnline', array(&$return))<br />
call_integration_hook('integrate_ssi_recentPoll', array(&$return, $topPollInstead))
call_integration_hook('integrate_ssi_recentPoll', array(&$return, $topPollInstead))<br />
call_integration_hook('integrate_ssi_showPoll', array(&$return))
call_integration_hook('integrate_ssi_showPoll', array(&$return))<br />
call_integration_hook('integrate_ssi_news')
call_integration_hook('integrate_ssi_news')<br />
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))<br />
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))<br />
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))<br />
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))<br />
call_integration_hook('integrate_ssi_boardNews', array(&$return))
call_integration_hook('integrate_ssi_boardNews', array(&$return))<br />
call_integration_hook('integrate_ssi_recentEvents', array(&$return))
call_integration_hook('integrate_ssi_recentEvents', array(&$return))<br />
call_integration_hook('integrate_ssi_recentAttachments', array(&$attachments))
call_integration_hook('integrate_ssi_recentAttachments', array(&$attachments))<br />


Themes\default\index.template.php
Themes\default\index.template.php<br />
call_integration_hook('integrate_' . $list_class . '_quickbuttons', array(&$list_items))
call_integration_hook('integrate_' . $list_class . '_quickbuttons', array(&$list_items))<br />

Revision as of 09:42, 5 March 2024

index.php
call_integration_hook('integrate_autoload', array(&$classMap))
call_integration_hook('integrate_pre_log_stats', array(&$no_stat_actions))
call_integration_hook('integrate_actions', array(&$actionArray))

Sources\Admin.php
call_integration_hook('integrate_admin_search', array(&$language_files, &$include_files, &$settings_search))
call_integration_hook('integrate_manage_logs', array(&$log_functions))

Sources\Attachments.php
call_integration_hook('integrate_attachment_upload', array())

Sources\BoardIndex.php
call_integration_hook('integrate_mark_read_button')

Sources\Calendar.php
call_integration_hook('integrate_calendar_buttons')

Sources\Display.php
call_integration_hook('integrate_display_topic', array(&$topic_selects, &$topic_tables, &$topic_parameters))
call_integration_hook('integrate_poll_buttons')
call_integration_hook('integrate_display_message_list', array(&$messages, &$posters))
call_integration_hook('integrate_query_message', array(&$msg_selects, &$msg_tables, &$msg_parameters))
call_integration_hook('integrate_display_buttons', array(&$context['normal_buttons']))
call_integration_hook('integrate_mod_buttons', array(&$context['mod_buttons']))
call_integration_hook('integrate_prepare_display_context', array(&$output, &$message, $counter))

Sources\Errors.php
call_integration_hook('integrate_error_types', array(&$other_error_types, &$error_type, $error_message, $file, $line))
call_integration_hook('integrate_output_error', array($message, $error_type, $error_level, $file, $line))

Sources\Groups.php
call_integration_hook('integrate_manage_groups', array(&$subActions))

Sources\Help.php
call_integration_hook('integrate_manage_help', array(&$subActions))
call_integration_hook('integrate_helpadmin')

Sources\Likes.php
call_integration_hook('integrate_valid_likes', array($this->_type, $this->_content, $this->_sa, $this->_js, $this->_extra))
call_integration_hook('integrate_issue_like_before', array(&$type, &$content, &$user, &$time))
call_integration_hook('integrate_issue_like', array($this))
call_integration_hook('integrate_likes_json_response', array(&$print))

Sources\Load.php
call_integration_hook('integrate_load_average', array($modSettings['load_average']))
call_integration_hook('integrate_pre_load')
call_integration_hook('integrate_verify_user'))
call_integration_hook('integrate_force_tfasetup', array(&$force_tfasetup))
call_integration_hook('integrate_verify_tfa', array($id_member, $user_settings))
call_integration_hook('integrate_user_info')
call_integration_hook('integrate_load_min_user_settings_columns', array(&$columns_to_load))
call_integration_hook('integrate_load_min_user_settings', array(&$user_info_min))
call_integration_hook('integrate_load_board', array(&$custom_column_selects, &$custom_column_parameters))
call_integration_hook('integrate_board_info', array(&$board_info, $row))
call_integration_hook('integrate_load_member_data', array(&$select_columns, &$select_tables, &$set))
call_integration_hook('integrate_member_context', array(&$memberContext[$user], $user, $display_custom_fields))
call_integration_hook('integrate_pre_load_theme', array(&$id_theme))
call_integration_hook('integrate_simple_actions', array(&$simpleActions, &$simpleAreas, &$simpleSubActions, &$extraParams, &$xmlActions))
call_integration_hook('integrate_load_theme')
call_integration_hook('integrate_word_censor', array(&$text))
call_integration_hook('integrate_clean_cache')
call_integration_hook('integrate_set_avatar_data', array(&$image, &$data))

Sources\Logging.php
call_integration_hook('integrate_log_types', array(&$log_types, &$always_log))

Sources\LogInOut.php
call_integration_hook('integrate_other_passwords', array(&$other_passwords))
call_integration_hook('integrate_login', array($user_settings['member_name'], null, $modSettings['cookieTime']))
call_integration_hook('integrate_logout', array($user_settings['member_name']))

Sources\ManageAttachments.php
call_integration_hook('integrate_manage_attachments', array(&$subActions))
call_integration_hook('integrate_modify_attachment_settings', array(&$config_vars))
call_integration_hook('integrate_save_attachment_settings')
call_integration_hook('integrate_modify_avatar_settings', array(&$config_vars))
call_integration_hook('integrate_save_avatar_settings')
call_integration_hook('integrate_attachments_browse', array(&$listOptions, &$titles, &$list_title))
call_integration_hook('integrate_attachment_remove', array(&$filesRemoved, $attachments))
call_integration_hook('integrate_remove_attachments', array($attach))
call_integration_hook('integrate_repair_attachments_nomsg', array(&$ignore_ids, $_GET['substep'], $_GET['substep'] + 500))
call_integration_hook('integrate_approve_attachments', array($attachments))

Sources\ManageBans.php
call_integration_hook('integrate_manage_bans', array(&$subActions))
call_integration_hook('integrate_ban_edit_list', array(&$listOptions))
call_integration_hook('integrate_ban_edit_new', array())
call_integration_hook('integrate_ban_list', array(&$ban_items))
call_integration_hook('integrate_load_addtional_ip_ban', array(&$search_list))
call_integration_hook('integrate_edit_bans', array(&$ban_info, empty($_REQUEST['bg'])))
call_integration_hook('integrate_edit_bans_post', array())
call_integration_hook('integrate_save_triggers', array(&$ban_triggers, &$ban_group))
call_integration_hook('integrate_remove_triggers', array(&$items_ids, $group_id))

Sources\ManageBoards.php
call_integration_hook('integrate_manage_boards', array(&$subActions))
call_integration_hook('integrate_boards_main')
call_integration_hook('integrate_edit_category')
call_integration_hook('integrate_edit_board')
call_integration_hook('integrate_modify_board_settings', array(&$config_vars))
call_integration_hook('integrate_save_board_settings')

Sources\ManageCalendar.php
call_integration_hook('integrate_manage_calendar', array(&$subActions))
call_integration_hook('integrate_modify_calendar_settings', array(&$config_vars))
call_integration_hook('integrate_save_calendar_settings')

Sources\ManageLanguages.php
call_integration_hook('integrate_manage_languages', array(&$subActions))
call_integration_hook('integrate_language_settings', array(&$config_vars))
call_integration_hook('integrate_save_language_settings', array(&$config_vars))
call_integration_hook('integrate_modifylanguages', array(&$themes, &$lang_dirs, &$allows_add_remove, &$additional_string_types))
call_integration_hook('integrate_language_edit_helptext', array(&$special_groups))

Sources\ManageMail.php
call_integration_hook('integrate_manage_mail', array(&$subActions))
call_integration_hook('integrate_modify_mail_settings', array(&$config_vars))
call_integration_hook('integrate_save_mail_settings')

Sources\ManageMaintenance.php
call_integration_hook('integrate_manage_maintenance', array(&$subActions))
call_integration_hook('integrate_convert_msgbody', array($body_type))

Sources\ManageMembergroups.php
call_integration_hook('integrate_manage_membergroups', array(&$subActions))
call_integration_hook('integrate_pre_add_membergroup', array())
call_integration_hook('integrate_add_membergroup', array($id_group, $postCountBasedGroup))
call_integration_hook('integrate_save_membergroup', array((int) $_REQUEST['group']))
call_integration_hook('integrate_view_membergroup')
call_integration_hook('integrate_modify_membergroup_settings', array(&$config_vars))
call_integration_hook('integrate_save_membergroup_settings')

Sources\ManageMembers.php
call_integration_hook('integrate_manage_members', array(&$subActions))
call_integration_hook('integrate_view_members_params', array(&$params))
call_integration_hook('integrate_activate', array($member['username']))

Sources\ManageNews.php
call_integration_hook('integrate_manage_news', array(&$subActions))
call_integration_hook('integrate_modify_news_settings', array(&$config_vars))
call_integration_hook('integrate_save_news_settings')

Sources\ManagePaid.php
call_integration_hook('integrate_manage_subscriptions', array(&$subActions))
call_integration_hook('integrate_delete_subscription', array($context['sub_id']))

Sources\ManagePermissions.php
call_integration_hook('integrate_manage_permissions', array(&$subActions))
call_integration_hook('integrate_modify_permission_settings', array(&$config_vars))
call_integration_hook('integrate_save_permission_settings')
call_integration_hook('integrate_load_permission_levels', array(&$groupLevels, &$boardLevels))
call_integration_hook('integrate_load_permissions', array(&$permissionGroups, &$permissionList, &$leftPermissionGroups, &$hiddenPermissions, &$relabelPermissions))
call_integration_hook('integrate_load_illegal_permissions')
call_integration_hook('integrate_load_illegal_guest_permissions')
call_integration_hook('integrate_post_moderation_mapping', array(&$mappings))

Sources\ManagePosts.php
call_integration_hook('integrate_manage_posts', array(&$subActions))
call_integration_hook('integrate_save_censors', array(&$updates))
call_integration_hook('integrate_censors')
call_integration_hook('integrate_modify_post_settings', array(&$config_vars))
call_integration_hook('integrate_save_post_settings')
call_integration_hook('integrate_modify_topic_settings', array(&$config_vars))
call_integration_hook('integrate_save_topic_settings')

Sources\ManageRegistration.php
call_integration_hook('integrate_manage_registrations', array(&$subActions))
call_integration_hook('integrate_modify_registration_settings', array(&$config_vars))
call_integration_hook('integrate_save_registration_settings')

Sources\ManageScheduledTasks.php
call_integration_hook('integrate_manage_scheduled_tasks', array(&$subActions))
call_integration_hook('integrate_scheduled_tasks_settings', array(&$config_vars))
call_integration_hook('integrate_save_scheduled_tasks_settings', array(&$save_vars))

Sources\ManageSearch.php
call_integration_hook('integrate_manage_search', array(&$subActions))
call_integration_hook('integrate_modify_search_settings', array(&$config_vars))
call_integration_hook('integrate_save_search_settings')
call_integration_hook('integrate_modify_search_weights', array(&$factors))
call_integration_hook('integrate_save_search_weights')

Sources\ManageSearchEngines.php
call_integration_hook('integrate_manage_search_engines', array(&$subActions))
call_integration_hook('integrate_modify_search_engine_settings', array(&$config_vars))
call_integration_hook('integrate_save_search_engine_settings')

Sources\ManageServer.php
call_integration_hook('integrate_server_settings', array(&$subActions))
call_integration_hook('integrate_general_settings', array(&$config_vars))
call_integration_hook('integrate_save_general_settings')
call_integration_hook('integrate_database_settings', array(&$config_vars))
call_integration_hook('integrate_save_database_settings')
call_integration_hook('integrate_cookie_settings', array(&$config_vars))
call_integration_hook('integrate_save_cookie_settings')
call_integration_hook('integrate_general_security_settings', array(&$config_vars))
call_integration_hook('integrate_save_general_security_settings')
call_integration_hook('integrate_modify_cache_settings', array(&$config_vars))
call_integration_hook('integrate_save_cache_settings')
call_integration_hook('integrate_export_settings', array(&$config_vars))
call_integration_hook('integrate_save_export_settings')
call_integration_hook('integrate_loadavg_settings', array(&$config_vars))
call_integration_hook('integrate_save_loadavg_settings')
call_integration_hook('integrate_prepare_db_settings', array(&$config_vars))
call_integration_hook('integrate_load_cache_apis', array(&$loadedApis))

Sources\ManageSettings.php
call_integration_hook('integrate_modify_features', array(&$subActions))
call_integration_hook('integrate_modify_modifications', array(&$subActions))
call_integration_hook('integrate_modify_basic_settings', array(&$config_vars))
call_integration_hook('integrate_save_basic_settings')
call_integration_hook('integrate_modify_bbc_settings', array(&$config_vars))
call_integration_hook('integrate_save_bbc_settings', array($bbcTags))
call_integration_hook('integrate_layout_settings', array(&$config_vars))
call_integration_hook('integrate_save_layout_settings')
call_integration_hook('integrate_likes_settings', array(&$config_vars))
call_integration_hook('integrate_save_likes_settings')
call_integration_hook('integrate_mentions_settings', array(&$config_vars))
call_integration_hook('integrate_save_mentions_settings')
call_integration_hook('integrate_warning_settings', array(&$config_vars))
call_integration_hook('integrate_save_warning_settings', array(&$save_vars))
call_integration_hook('integrate_spam_settings', array(&$config_vars))
call_integration_hook('integrate_save_spam_settings', array(&$save_vars))
call_integration_hook('integrate_signature_settings', array(&$config_vars))
call_integration_hook('integrate_apply_signature_settings', array(&$sig, $sig_limits, $disabledTags))
call_integration_hook('integrate_save_signature_settings', array(&$sig_limits, &$bbcTags))
call_integration_hook('integrate_prune_settings', array(&$config_vars, &$prune_toggle, false))
call_integration_hook('integrate_prune_settings', array(&$savevar, &$prune_toggle, true))
call_integration_hook('integrate_general_mod_settings', array(&$config_vars))
call_integration_hook('integrate_save_general_mod_settings', array(&$save_vars))

Sources\ManageSmileys.php
call_integration_hook('integrate_manage_smileys', array(&$subActions))
call_integration_hook('integrate_modify_smiley_settings', array(&$config_vars))
call_integration_hook('integrate_save_smiley_settings')

Sources\Memberlist.php
call_integration_hook('integrate_memberlist_buttons')

Sources\MessageIndex.php
call_integration_hook('integrate_pre_messageindex', array(&$sort_methods, &$sort_methods_table))
call_integration_hook('integrate_message_index', array(&$message_index_selects, &$message_index_tables, &$message_index_parameters, &$message_index_wheres, &$topic_ids, &$message_index_topic_wheres))
call_integration_hook('integrate_quick_mod_actions')
call_integration_hook('integrate_messageindex_buttons', array(&$context['normal_buttons']))

Sources\ModerationCenter.php
call_integration_hook('integrate_mod_centre_blocks', array(&$valid_blocks))
call_integration_hook('integrate_warning_log_actions', array(&$subActions))

Sources\Modlog.php
call_integration_hook('integrate_viewModLog', array(&$listOptions, &$moderation_menu_name))

Sources\MoveTopic.php
call_integration_hook('integrate_movetopic2_end')

Sources\News.php
call_integration_hook('integrate_xmlfeeds', array(&$subActions))
call_integration_hook('integrate_xml_data', array(&$xml_data, &$feed_meta, &$namespaces, &$extraFeedTags, &$forceCdataKeys, &$nsKeys, $xml_format, $subaction, &$doctype))
call_integration_hook('integrate_fix_url', array(&$val))

Sources\PackageGet.php
call_integration_hook('integrate_package_get', array(&$subActions))
call_integration_hook('integrate_package_download')
call_integration_hook('integrate_package_upload')

Sources\Packages.php
call_integration_hook('integrate_manage_packages', array(&$subActions))
call_integration_hook('integrate_modification_types')
call_integration_hook('integrate_packages_sort_id', array(&$sort_id, &$packages))

Sources\PersonalMessage.php
call_integration_hook('integrate_conversation_buttons')
call_integration_hook('integrate_prepare_pm_context', array(&$output, &$message, $counter))
call_integration_hook('integrate_search_pm_context')
call_integration_hook('integrate_pm_post')
call_integration_hook('integrate_pm_error')

Sources\Poll.php
call_integration_hook('integrate_poll_vote', array(&$row['id_poll'], &$pollOptions))
call_integration_hook('integrate_poll_add_edit', array($bcinfo['id_poll'], $isEdit))
call_integration_hook('integrate_poll_remove', array($pollID))

Sources\Post.php
call_integration_hook('integrate_post_start')
call_integration_hook('integrate_preview_post', array(&$form_message, &$form_subject))
call_integration_hook('integrate_post_errors', array(&$post_errors, &$minor_errors, $form_message, $form_subject))
call_integration_hook('integrate_post_end')
call_integration_hook('integrate_post2_start', array(&$post_errors))
call_integration_hook('integrate_post2_pre', array(&$post_errors))
call_integration_hook('integrate_poll_add_edit', array($id_poll, false))
call_integration_hook('integrate_post2_end')
call_integration_hook('integrate_getTopic_previous_post', array(&$row))
call_integration_hook('integrate_post_JavascriptModify', array(&$post_errors, $row))
call_integration_hook('integrate_jsmodify_xml')

Sources\PostModeration.php
call_integration_hook('integrate_post_moderation', array(&$subActions))

Sources\Profile-Actions.php
call_integration_hook('integrate_activate', array($user_profile[$memID]['member_name']))

Sources\Profile-Export.php
call_integration_hook('integrate_export_xslt_variables', array(&$xslt_variables, $format))
call_integration_hook('integrate_export_xslt_stylesheet', array(&$stylesheet, $format))
call_integration_hook('integrate_pre_css_output')
call_integration_hook('integrate_pre_javascript_output', array(false))
call_integration_hook('integrate_pre_javascript_output', array(true))

Sources\Profile-Modify.php
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $value, $_POST['passwrd1']))
call_integration_hook('integrate_load_profile_fields', array(&$profile_fields))
call_integration_hook('integrate_setup_profile_context', array(&$fields))
call_integration_hook('integrate_save_custom_profile_fields', array(&$changes, &$log_changes, &$errors, $returnErrors, $memID, $area, $sanitize, &$deletes))
call_integration_hook('integrate_remove_buddy', array($memID))
call_integration_hook('integrate_add_buddies', array($memID, &$new_buddies))
call_integration_hook('integrate_view_buddies', array($memID))
call_integration_hook('integrate_theme_options')
call_integration_hook('integrate_alert_types', array(&$alert_types, &$group_options))
call_integration_hook('integrate_profile_profileSaveGroups', array($value, $additional_groups))

Sources\Profile-View.php
call_integration_hook('integrate_fetch_alerts', array(&$alerts, &$formats))
call_integration_hook('integrate_profile_showPosts')
call_integration_hook('integrate_profile_stats', array($memID, &$context['text_stats']))
call_integration_hook('integrate_profile_trackip', array($ip_string, $ip_var))

Sources\Profile.php
call_integration_hook('integrate_profile_areas', array(&$profile_areas))
call_integration_hook('integrate_pre_profile_areas', array(&$profile_areas))
call_integration_hook('integrate_verify_password', array($cur_profile['member_name'], $password, false))
call_integration_hook('integrate_profile_save', array(&$profile_vars, &$post_errors, $memID, $cur_profile, $current_area))
call_integration_hook('integrate_reset_pass', array($cur_profile['member_name'], $cur_profile['member_name'], $_POST['passwrd2']))
call_integration_hook('integrate_profile_popup', array(&$profile_items))
call_integration_hook('integrate_load_custom_profile_fields', array($memID, $area))

Sources\Recent.php
call_integration_hook('integrate_recent_RecentPosts')
call_integration_hook('integrate_recent_buttons')
call_integration_hook('integrate_unread_list')

Sources\Register.php
call_integration_hook('integrate_activate', array($regOptions['username']))
call_integration_hook('integrate_activate', array($row['member_name']))

Sources\Reminder.php
call_integration_hook('integrate_reset_pass', array($username, $username, $_POST['passwrd1']))
call_integration_hook('integrate_reset_pass', array($row['member_name'], $row['member_name'], $_POST['passwrd1']))

Sources\RemoveTopic.php
call_integration_hook('integrate_remove_topics_before', array($topics, $recycle_board))
call_integration_hook('integrate_remove_topics', array($topics))
call_integration_hook('integrate_pre_remove_message', array($message, $decreasePostCount, $row))
call_integration_hook('integrate_remove_message', array($message, $row, $recycle))

Sources\ReportedContent.php
call_integration_hook('integrate_reported_' . $context['report_type'], array(&$subActions))

Sources\Reports.php
call_integration_hook('integrate_report_types')
call_integration_hook('integrate_report_buttons')
call_integration_hook('integrate_reports_boardperm', array(&$disabled_permissions))
call_integration_hook('integrate_reports_groupperm', array(&$disabled_permissions))

Sources\ScheduledTasks.php
call_integration_hook('integrate_daily_maintenance')
call_integration_hook('integrate_daily_digest_lang', array(&$langtxt, $lang))
call_integration_hook('integrate_daily_digest_email', array(&$email, $types, $notify_types, $langtxt))
call_integration_hook('integrate_weekly_maintenance')

Sources\Search.php
call_integration_hook('integrate_search')
call_integration_hook('integrate_search_weights', array(&$weight_factors))
call_integration_hook('integrate_search_sort_columns', array(&$sort_columns))
call_integration_hook('integrate_search_params', array(&$search_params))
call_integration_hook('integrate_search_blacklisted_words', array(&$blacklisted_words))
call_integration_hook('integrate_search_errors')
call_integration_hook('integrate_subject_only_search_query', array(&$subject_query, &$subject_query_params))
call_integration_hook('integrate_subject_search_query', array(&$subject_query))
call_integration_hook('integrate_main_search_query', array(&$main_query))
call_integration_hook('integrate_search_message_list', array(&$msg_list, &$posters))
call_integration_hook('integrate_quick_mod_actions_search')
call_integration_hook('integrate_search_message_context', array(&$output, &$message, $counter))

Sources\Security.php
call_integration_hook('integrate_validateSession', array(&$types))
call_integration_hook('integrate_verify_password', array($user_info['username'], $_POST[$type . '_pass'], false))
call_integration_hook('integrate_post_ban_permissions', array(&$denied_permissions))
call_integration_hook('integrate_warn_permissions', array(&$permission_change))
call_integration_hook('integrate_allowed_to_general', array(&$user_permissions, $permission))
call_integration_hook('integrate_allowed_to_board', array(&$return, $permission, $boards, $any))
call_integration_hook('integrate_heavy_permissions_session', array(&$heavy_permissions))
call_integration_hook('integrate_boards_allowed_to', array(&$boards, $deny_boards, $permissions, $check_access, $simple))
call_integration_hook('integrate_spam_protection', array(&$timeOverrides))

Sources\Session.php
call_integration_hook('integrate_load_session')
call_integration_hook('integrate_session_handlers')

Sources\ShowAttachments.php
call_integration_hook('integrate_pre_download_request')
call_integration_hook('integrate_download_request', array(&$attachRequest))
call_integration_hook('integrate_download_headers')

Sources\SplitTopics.php
call_integration_hook('integrate_split_topic', array($split1, $split2, $new_subject, $id_board))
call_integration_hook('integrate_merge_topic', array($merged_topic, $updated_topics, $deleted_topics, $deleted_polls))

Sources\Stats.php
call_integration_hook('integrate_forum_stats')

Sources\Subs-Admin.php
call_integration_hook('integrate_update_settings_file', array(&$settings_defs))

Sources\Subs-Attachments.php
call_integration_hook('integrate_attachment_upload', array())
call_integration_hook('integrate_createAttachment', array(&$attachmentOptions, &$attachmentInserts))
call_integration_hook('integrate_assign_attachments', array(&$attachIDs, &$msgID))
call_integration_hook('integrate_pre_parseAttachBBC', array($attachID, $msgID))
call_integration_hook('integrate_post_parseAttachBBC', array(&$attachContext))

Sources\Subs-Auth.php
call_integration_hook('integrate_cookie_data', array($data, &$custom_data))
call_integration_hook('integrate_validateSession', array(&$types))
call_integration_hook('integrate_reset_pass', array($old_user, $user, $newPassword))
call_integration_hook('integrate_validate_username', array($username, &$errors))
call_integration_hook('integrate_validatePassword', array($password, $username, $restrict_in, &$pass_error))
call_integration_hook('integrate_mod_cache')
call_integration_hook('integrate_cookie', array($name, $value, $expire, $path, $domain, $secure, $httponly, $samesite))

Sources\Subs-BoardIndex.php
call_integration_hook('integrate_pre_boardindex', array(&$board_index_selects, &$board_index_parameters))
call_integration_hook('integrate_boardindex_board', array(&$this_category, $row_board))
call_integration_hook('integrate_getboardtree', array($board_index_options, &$categories))
call_integration_hook('integrate_getboardtree', array($board_index_options, &$this_category))

Sources\Subs-Boards.php
call_integration_hook('integrate_pre_modify_board', array($id, &$boardOptions))
call_integration_hook('integrate_modify_board', array($id, $boardOptions, &$boardUpdates, &$boardUpdateParameters))
call_integration_hook('integrate_create_board', array(&$boardOptions, &$board_columns, &$board_parameters))
call_integration_hook('integrate_delete_board', array($boards_to_remove, &$moveChildrenTo))
call_integration_hook('integrate_pre_boardtree', array(&$boardColumns, &$boardParameters, &$boardJoins, &$boardWhere, &$boardOrder))
call_integration_hook('integrate_boardtree_board', array($row))

Sources\Subs-Calendar.php
call_integration_hook('integrate_create_event', array(&$eventOptions, &$event_columns, &$event_parameters))
call_integration_hook('integrate_modify_event', array($event_id, &$eventOptions, &$event_columns, &$event_parameters))
call_integration_hook('integrate_remove_event', array($event_id))

Sources\Subs-Categories.php
call_integration_hook('integrate_pre_modify_category', array($cat_id, &$catOptions))
call_integration_hook('integrate_modify_category', array($cat_id, &$catUpdates, &$catParameters))
call_integration_hook('integrate_create_category', array(&$catOptions, &$cat_columns, &$cat_parameters))
call_integration_hook('integrate_delete_category', array($categories, &$moveBoardsTo))

Sources\Subs-Editor.php
call_integration_hook('integrate_load_message_icons', array(&$icons))
call_integration_hook('integrate_bbc_buttons', array(&$context['bbc_tags'], &$editor_tag_map))
call_integration_hook('integrate_sceditor_options', array(&$sce_options))
call_integration_hook('integrate_create_control_verification_pre', array(&$verificationOptions, $do_test))
call_integration_hook('integrate_create_control_verification_test', array($thisVerification, &$verification_errors))
call_integration_hook('integrate_create_control_verification_refresh', array($thisVerification))
call_integration_hook('integrate_create_control_verification_post', array(&$verification_errors, $do_test))
call_integration_hook('integrate_autosuggest', array(&$searchTypes))

Sources\Subs-List.php
call_integration_hook('integrate_' . $listOptions['id'], array(&$listOptions))

Sources\Subs-Membergroups.php
call_integration_hook('integrate_delete_membergroups', array($groups))
call_integration_hook('integrate_add_members_to_group', array($members, $group, &$group_names))
call_integration_hook('integrate_getMembergroupList', array(&$groupCache, $group))

Sources\Subs-Members.php
call_integration_hook('integrate_delete_members', array($users))
call_integration_hook('integrate_register_check', array(&$regOptions, &$reg_errors))
call_integration_hook('integrate_register', array(&$regOptions, &$theme_vars, &$knownInts, &$knownFloats))
call_integration_hook('integrate_post_register', array(&$regOptions, &$theme_vars, &$memberID))
call_integration_hook('integrate_register_after', array($regOptions, $memberID))
call_integration_hook('integrate_check_name', array($checkName, &$is_reserved, $current_id_member, $is_name))
call_integration_hook('integrate_groups_allowed_to', array(&$member_groups, $permission, $board_id))
call_integration_hook('integrate_reattribute_posts', array($memID, $email, $membername, $post_count, &$updated))

Sources\Subs-MembersOnline.php
call_integration_hook('integrate_online_stats', array(&$membersOnlineStats))

Sources\Subs-Menu.php
call_integration_hook('integrate_' . $menu_context['current_action'] . '_areas', array(&$menuData))

Sources\Subs-Post.php
call_integration_hook('integrate_preparsecode', array(&$message, $previewing))
call_integration_hook('integrate_unpreparsecode', array(&$message))
call_integration_hook('integrate_outgoing_email', array(&$subject, &$message, &$headers, &$to_array))
call_integration_hook('integrate_personal_message', array(&$recipients, &$from, &$subject, &$message))
call_integration_hook('integrate_personal_message_after', array(&$id_pm, &$log, &$recipients, &$from, &$subject, &$message))
call_integration_hook('integrate_create_post', array(&$msgOptions, &$topicOptions, &$posterOptions, &$message_columns, &$message_parameters))
call_integration_hook('integrate_after_create_post', array($msgOptions, $topicOptions, $posterOptions, $message_columns, $message_parameters))
call_integration_hook('integrate_before_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions, &$topic_columns, &$topic_parameters))
call_integration_hook('integrate_create_topic', array(&$msgOptions, &$topicOptions, &$posterOptions))
call_integration_hook('integrate_modify_topic', array(&$topics_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions))
call_integration_hook('integrate_modify_post', array(&$messages_columns, &$update_parameters, &$msgOptions, &$topicOptions, &$posterOptions, &$messageInts))
call_integration_hook('integrate_after_approve_posts', array($approve, $msgs, $topic_changes, $member_post_changes))

Sources\Subs-Themes.php
call_integration_hook('integrate_get_single_theme', array(&$variables, $id))
call_integration_hook('integrate_get_all_themes', array(&$themeValues, $enable_only))
call_integration_hook('integrate_get_installed_themes', array(&$themeValues))
call_integration_hook('integrate_theme_install', array(&$context['to_install'], $id_theme))

Sources\Subs-Timezones.php
call_integration_hook('integrate_metazones', array(&$tzid_metazones, $when))
call_integration_hook('integrate_country_timezones', array(&$sorted_tzids, $country_code, $when))
call_integration_hook('integrate_timezone_fallbacks', array(&$fallbacks, &$missing, $tzids, $when))

Sources\Subs.php
call_integration_hook('integrate_change_member_data', array($member_names, $var, &$data[$var], &$knownInts, &$knownFloats))
call_integration_hook('integrate_pre_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))
call_integration_hook('integrate_attach_bbc_validate', array(&$returnContext, $currentAttachment, $tag, $data, $disabled, $params))
call_integration_hook('integrate_bbc_codes', array(&$codes, &$no_autolink_tags))
call_integration_hook('integrate_bbc_print', array(&$disabled))
call_integration_hook('integrate_autolinker_schemes', array(&$schemes))
call_integration_hook('integrate_post_parsebbc', array(&$message, &$smileys, &$cache_id, &$parse_tags))
call_integration_hook('integrate_smileys', array(&$smileyPregSearch, &$smileyPregReplacements))
call_integration_hook('integrate_proxy', array($url, &$proxied_url))
call_integration_hook('integrate_redirect', array(&$setLocation, &$refresh, &$permanent))
call_integration_hook('integrate_exit', array($do_footer))
call_integration_hook('integrate_theme_context')
call_integration_hook('integrate_security_files', array(&$securityFiles))
call_integration_hook('integrate_pre_javascript_output', array(&$do_deferred))
call_integration_hook('integrate_pre_css_output')
call_integration_hook('integrate_menu_buttons', array(&$buttons))
call_integration_hook('integrate_current_action', array(&$current_action))

Sources\tasks\Likes-Notify.php
call_integration_hook('integrate_find_like_author', array($this->_details['content_type'], $this->_details['content_id']))

Sources\Themes.php
call_integration_hook('integrate_manage_themes', array(&$subActions))
call_integration_hook('integrate_theme_options')
call_integration_hook('integrate_theme_settings')
call_integration_hook('integrate_wrap_action')

Sources\ViewQuery.php
call_integration_hook('integrate_egg_nog')

Sources\Who.php
call_integration_hook('integrate_whos_online', array($actions))
call_integration_hook('integrate_credits')

Sources\Xml.php
call_integration_hook('integrate_XMLhttpMain_subActions', array(&$subActions))

SSI.php
call_integration_hook('integrate_autoload', array(&$classMap))
call_integration_hook('integrate_SSI')
call_integration_hook('integrate_ssi_queryPosts', array(&$posts))
call_integration_hook('integrate_ssi_recentTopics', array(&$posts))
call_integration_hook('integrate_ssi_topPoster', array(&$return))
call_integration_hook('integrate_ssi_topBoards', array(&$boards))
call_integration_hook('integrate_ssi_topTopics', array(&$topics, $type))
call_integration_hook('integrate_ssi_queryMembers', array(&$members))
call_integration_hook('integrate_ssi_boardStats', array(&$totals))
call_integration_hook('integrate_ssi_whosOnline', array(&$return))
call_integration_hook('integrate_ssi_recentPoll', array(&$return, $topPollInstead))
call_integration_hook('integrate_ssi_showPoll', array(&$return))
call_integration_hook('integrate_ssi_news')
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_calendar', array(&$return, $eventOptions))
call_integration_hook('integrate_ssi_boardNews', array(&$return))
call_integration_hook('integrate_ssi_recentEvents', array(&$return))
call_integration_hook('integrate_ssi_recentAttachments', array(&$attachments))

Themes\default\index.template.php
call_integration_hook('integrate_' . $list_class . '_quickbuttons', array(&$list_items))



Advertisement: