The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Report Manager 2.0 (Admin CP) - Report to Email, PM, Staff Forum as a new Thread! Details »» | |||||||||||||||||||||||||||
vB Report Manager 2.0 (Admin CP) - Report to Email, PM, Staff Forum as a new Thread!
Developer Last Online: May 2013
vB Report Manager 2.1 (Admin CP) - Report to Email, PM, Staff Forum as a new Thread!
By Dr Erwin Loh What does this hack do? When a member reports a post, the report goes to: 1) Email (as per normal) 2) PM 3) A new thread in your private Staff Forums 4) In the report, there will be a link to the new thread in your private Staff Forums Or ANY of the above combination! The thread title now has the Date/ Time of Report, Originating Forum and Reported Poster! There is now Admin CP support under vBulletin Options - you can choose to switch on or off any of the notification methods, and set the FORUM ID for the Staff Forum you want the posts to appear in. All you need to do is run install_vbreport.php and modify 1 file - report.php. Update Version 2.0 1. Added Admin CP support - choose to switch on and off each notification method. Also specify your Staff Forum ID in Admin CP. 2. Added more info to the THREAD TITLE - now with NAME OF FORUM, USERNAME OF POSTER, AND DATE/ TIME OF REPORT! Update Version 2.1 1. Fixed email option bug 2. Fixed URL parsing bug To upgrade, it's easiest just to reinstall this hack over a CLEAN REPORT.PHP file. Admin CP installer and install instructions in HTML file in ZIP below. Screenshots attached. Enjoy! Show Your Support
|
Comments |
#82
|
||||
|
||||
ok hmmm did this hack in 3.0.3,, seems to have gone in fine EXCEPT one little thing.. now the report post icon / link is gone.... any ideas??
linkage: http://pokecommunity.com/showthread....ewpost&t=23623 edit: Nevermind.. seems I can't report my own posts, lol *clicks install* |
#83
|
|||
|
|||
I too would be interested in this ONLY creating the thread, and NOT sending out a PM or email!
-Michael |
#84
|
|||
|
|||
Has anyone been able to make this ONLY create a thread in a certain forum?
-Michael |
#85
|
||||
|
||||
Quote:
|
#86
|
||||
|
||||
Update Version 2.0
1. Added Admin CP support - choose to switch on and off each notification method. Also specify your Staff Forum ID in Admin CP. 2. Added more info to the THREAD TITLE - now with NAME OF FORUM, USERNAME OF POSTER, AND DATE/ TIME OF REPORT! To upgrade, it's easiest just to reinstall this hack over a CLEAN REPORT.PHP file. Admin CP installer and install instructions in HTML file in ZIP in 1st post. Screenshots attached. Enjoy! |
#87
|
|||
|
|||
Erwin - great hack! However, as soon as I installed this hack I get the error:
Parse error: parse error, unexpected $ in /home/fhco/public_html/boardvb2/report.php on line 246 Any ideas? |
#88
|
||||
|
||||
Quote:
|
#89
|
|||
|
|||
Hi I got that error to on line 246
Code:
vbmail_end(); // Erwin's Report Hack foreach ($mods AS $index => $moderator) { if (!empty($moderator['email'])) { eval(fetch_email_phrases('reportbadpost', $moderator['languageid'])); if ($vboptions['vbreportemail'] == '1') { vbmail($moderator['email'], $subject, $message); } if ($vboptions['vbreportpm'] == '1') { $DB_site->query("INSERT INTO " . TABLE_PREFIX . "pm (pmtextid, userid, messageread) VALUES ($pmtextid, $moderator[userid], 0)"); $DB_site->shutdown_query("UPDATE " . TABLE_PREFIX . "user SET pmtotal=pmtotal+1, pmunread=pmunread+1 WHERE userid = $moderator[userid]"); }// Erwin's Report Hack eval(print_standard_redirect('redirect_reportthanks')); } /*======================================================================*\ || #################################################################### || # Downloaded: 10:20, Tue Nov 30th 2004 || # CVS: $RCSfile: report.php,v $ - $Revision: 1.47 $ || #################################################################### \*======================================================================*/ ?> ?> |
#90
|
|||
|
|||
Same thing here... error on line 246 is ?>
Wierd... |
#91
|
||||
|
||||
Strange posting times... it's out of order...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|