vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Moderators Functions - Pedro!'s Post Report Manager 0.93 (https://vborg.vbsupport.ru/showthread.php?t=205087)

jawatkin 08-05-2010 12:44 PM

Quote:

Originally Posted by kalisekj (Post 2061392)
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();


kalisekj 11-04-2010 07:30 PM

hey Buddy thanks for the info tried it though and it was the exact same code, copied and pasted anyways but still unable to see any other page other than page 1, lemme know if your memory gets jogged on how I can resolve this issue. Thanks

djxpire3 12-22-2010 10:53 PM

not working for me on 3.8.6
the admin cp link to configure shows me homepage and the other links all show me blank pages...

boagenator 01-07-2011 03:31 PM

Quote:

Originally Posted by puddlove (Post 2010415)
I love this mod but am wondering if there is any possibility that the SQL error can be fixed:

"0.92 - With 'Acknowledge moderator permissions...' enabled an SQL error may occur when a moderator tries to access open/closed reports."

Disabling that option wouldn't be that helpful to me as all my mods are based in individual forums and it would be confusing if they started receiving reports from elsewhere, but at the moment with the option enabled they can't view reports at ALL :( Would like to see it fixed if at all possible!

For anyone having this issue, I fixed it by editing /modcp/pprm.php

Find line 179, and edit to read

Code:

                        $where .= "AND reports.type != " . "'" . $reporttype[$z] . "'" . " ";
ie, we are adding a single quote round each side of the report type. Without this single quote, it won't work.

Hope this helps someone

S3Ponline 05-05-2011 08:57 PM

anything like this for 4.x

Francisco Rosso 05-05-2011 10:38 PM

What a nice addon ! I like It ! Tagged, Download and Nominated :P

pachel 02-11-2012 07:17 PM

This modification has an error for moderators in mod cp.
It gives an database error.
An admin can easely view it in both admin and mod cp.

CoffeeLovesYou 04-09-2012 09:57 PM

Anyone know how to fix this to work for 3.8.7?

puddlove 05-19-2013 12:33 PM

Is there a way to get this working on vB4? There's this and maybe 2 or 3 other plugins/mods that I need to get to work before I can upgrade from 3.8.7 and this one isn't working :(

It says this when I activate it on vB4:

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar_pprm_quicklink in [path]\includes\functions.php on line 4591

Fatal error: Call to a member function query_read() on a non-object in C:\wamp\www\testvb\includes\class_bootstrap.php(1227) : eval()'d code on line 16

I'm running this on WAMP in a test environment so I can afford to have a mess around with code to get it to work, if anyone has any suggestions.

Blueracer66 02-21-2015 09:04 PM

This looks awesome! Anyone using it on 3.8.8?


All times are GMT. The time now is 06:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01367 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete