Download and unzip vFcoders - Advanced Report System.zip file from this thread.
Upload all the files inside "UPLOAD" folder into your vBulletin installation directory. (where forum.php file is located)
Import product-advanced_report_system.xml file through Product Manager in admincp.
Installation Complete..
Mod History:
v1.0 : 4 July 2012 : First Release.
-> Click On Mark As Installed If You Have Installed This Mod. -> You Can Nominate it also for Mod Of The Month. -> If u like my work, you can Donate me also.
My Reports Link error and report.php (Full Form)
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT report.*, rextra.dateline, rextra.reason, thread.title as posttitle FROM vbvfc_ars_report as report
LEFT JOIN vbpost ON post.postid = report.contentid
LEFT JOIN vbthread ON thread.threadid = post.threadid
LEFT JOIN vbvfc_ars_report_extra as rextra ON (rextra.reportid = report.reportid)
where report.type = 'post' AND rextra.ruserid = 1 order by rextra.dateline desc LIMIT 0, 25;
MySQL Error : Unknown column 'thread.title' in 'field list'
Error Number : 1054
My Reports Link error and report.php (Full Form)
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT report.*, rextra.dateline, rextra.reason, thread.title as posttitle FROM vbvfc_ars_report as report
LEFT JOIN vbpost ON post.postid = report.contentid
LEFT JOIN vbthread ON thread.threadid = post.threadid
LEFT JOIN vbvfc_ars_report_extra as rextra ON (rextra.reportid = report.reportid)
where report.type = 'post' AND rextra.ruserid = 1 order by rextra.dateline desc LIMIT 0, 25;
MySQL Error : Unknown column 'thread.title' in 'field list'
Error Number : 1054
Fixed.. download zip from first post or xml file from this post.
Yes it now work but have a option for My Reports Link on/off from navbar?
i developed this mod in vb 4.2 and in that version admin can control position of "my reports" nav link through navigation manager.
if you want to turn off my reports link
open plugin manager and disabled this plugin
Code:
vFcoders - Advanced Report System (PTC) (vB < 4.2)
Ajax Report Popup to report post from showthread. is not working in vb 4.2. When i click its send me to send page. How to fix this? I want the small pop up box to be appeared.
Ajax Report Popup to report post from showthread. is not working in vb 4.2. When i click its send me to send page. How to fix this? I want the small pop up box to be appeared.
Thanks for nice mod.
can u see popup box when you click report button and test the mod in default skin.
Is there any chance to have options like, the posters get a notification on report. When a post is reported, the poster or thread creator will get a notification.