Quote:
Originally Posted by kalisekj
One Major Issue when trying to go to a dif page of the closed reports in admin it just brings up a blank page  so its impossible to view any closed reports except for page one. System works great though and has truly enabled my mods to fix bad links and threads.
|
I fixed this bug by editing the "Add Mod CP Navigation" plugin... It's been sometime, but I think all I did was make a minor modification to the pprm_closedreports URL...
Try replacing the contents with this:
Code:
construct_nav_option($vbphrase['pprm_openreports'], 'pprm.php?' . $session[sessionurl] . 'show=open');
construct_nav_option($vbphrase['pprm_closedreports'], 'pprm.php?' . $session[sessionurl] . 'show=closed');
construct_nav_group($vbphrase['pprm_postreports']);
construct_nav_spacer();