Unofficial SMF API Documentation

Everything in moderation

Modlog.php

integrate_viewModLog

call_integration_hook('integrate_viewModLog', array(&$listOptions, &$moderation_menu_name))
Type Parameter Description
array &$listOptions desc
array &$moderation_menu_name desc
Called from
ViewModlog() in ./Sources/Modlog.php
Notes
Since 2.1

ModerationCenter.php

integrate_mod_centre_blocks

call_integration_hook('integrate_mod_centre_blocks', array(&$valid_blocks))
Type Parameter Description
array &$valid_blocks desc
Called from
ModerationHome() in ./Sources/ModerationCenter.php
Notes
Since 2.1

integrate_warning_log_actions

call_integration_hook('integrate_warning_log_actions', array(&$subActions))
Type Parameter Description
array &$subActions desc
Called from
ViewWarnings() in ./Sources/ModerationCenter.php
Notes
Since 2.1

PostModeration.php

integrate_post_moderation

call_integration_hook('integrate_post_moderation', array(&$subActions))
Type Parameter Description
array &$subActions desc
Called from
PostModerationMain() in ./Sources/PostModeration.php
Notes
Since 2.1

Reports.php

integrate_report_types

call_integration_hook('integrate_report_types')
Called from
ReportsMain() in ./Sources/Reports.php
Notes
Since 2.1

integrate_report_buttons

call_integration_hook('integrate_report_buttons')
Called from
ReportsMain() in ./Sources/Reports.php
Notes
Since 2.1

integrate_reports_boardperm

call_integration_hook('integrate_reports_boardperm', array(&$disabled_permissions))
Type Parameter Description
array &$disabled_permissions desc
Called from
BoardPermissionsReport() in ./Sources/Reports.php
Notes
Since 2.1

integrate_reports_groupperm

call_integration_hook('integrate_reports_groupperm', array(&$disabled_permissions))
Type Parameter Description
array &$disabled_permissions desc
Called from
GroupPermissionsReport() in ./Sources/Reports.php
Notes
Since 2.1

Suggest an edit to this page on GitHub