to add this to AdminCp Do these edits. And Copy postreports.php from modcp over to admincp folder
Find in This: /admincp/index.php
Find This Code:
construct_nav_group($vbphrase['users']);
Below This Add:
construct_nav_option($vbphrase['postreports_new'], "postreports.php?do=list");
construct_nav_option($vbphrase['postreports_closed'], "postreports.php?do=closed");
construct_nav_group($vbphrase['postreports'], '<hr />', "$df");
|