| [ Index ] |
PHP Cross Reference of MyBB 1.8.39 |
[Source view] [Print] [Project Stats]
MyBB 1.8 Copyright 2014 MyBB Group, All Rights Reserved Website: http://www.mybb.com License: http://www.mybb.com/about/license
| File Size: | 341 lines (10 kb) |
| Included or required: | 4 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file inc/datahandlers/pm.php |
| modcp_can_manage_user($uid) X-Ref |
| Check if the current user has permission to perform a ModCP action on another user param: int $uid The user ID to perform the action on. return: boolean True if the user has necessary permissions |
| fetch_forum_announcements($pid=0, $depth=1) X-Ref |
| Fetch forums the moderator can manage announcements to param: int $pid (Optional) The parent forum ID param: int $depth (Optional) The depth from parent forum the moderator can manage to |
| send_report($report, $report_type='post') X-Ref |
| Send reported content to moderators param: array $report Array of reported content param: string $report_type Type of content being reported return: bool|array PM Information or false |
| add_report($report, $type = 'post') X-Ref |
| Add a report param: array $report Array of reported content param: string $type Type of content being reported return: int Report ID |
| update_report($report) X-Ref |
| Update an existing report param: array $report Array of reported content return: bool true |
| 2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |