View Full Version : Moderators Functions - vFcoders - Advanced Report System
Badshah93
07-03-2012, 10:00 PM
.::vFcoders - Advanced Report System::.
This Product enhances the functionality of vB Report System.
TESTED IN vB 4.1.x & vB 4.2.x
1. Current Features
Option to set pre-defined reasons for report.
Ajax Report Popup to report post from showthread.
Report tracking for the reporter.
Report management area accessible from the Mod CP and Admin CP
Full integration with notifications menu
Commenting / Update System.
Quick/Moderation links related to the reported item.
Uses Phrases
Uses vBulletin easy Product installer/updater/uninstaller
No Template or File Edits.
.. and many more features will list them later.
2. Planned Features
Advanced Report System For
Visitor Messages
Group Messages
Profile Album Pictures
Group Pictures
Picture Comments
3. Installation
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 (https://vborg.vbsupport.ru/showthread.php?p=2345050&nojs=1#gtdonate) me also.
Nirjonadda
07-04-2012, 04:13 PM
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
Badshah93
07-04-2012, 04:35 PM
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.
Nirjonadda
07-04-2012, 04:50 PM
Yes it now work but have a option for My Reports Link on/off from navbar?
Badshah93
07-04-2012, 04:57 PM
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
vFcoders - Advanced Report System (PTC) (vB < 4.2)
Deathjam
07-04-2012, 05:01 PM
i don't seem to be getting notifications of new reports
Badshah93
07-04-2012, 05:10 PM
i don't seem to be getting notifications of new reports
Admins and Super Mod's will not get notification if report email notification is set to Moderators / None
Settings -> User Infractions & Post Reporting Options
rafiul
07-04-2012, 06:15 PM
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.
Badshah93
07-04-2012, 06:27 PM
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.
tareqbd
07-04-2012, 06:55 PM
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.
Badshah93
07-04-2012, 07:12 PM
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.
i don't see any point of having that option
Reason:
Suppose i am a member of your forum and advertising some sites in my signature which is not allowed and someone reports that. If i get the notification that someone has reported about my signature, then i will immediately change it and save myself from receiving infraction. Then after few days i will again start advertising, so no point of having that option.
RobbieZ
07-04-2012, 07:37 PM
Nice!
Would you consider an optional positionable button?
Ive always thought the new warning symbol isnt that notice-able after vb3, maybe postbit at the bottom somewhere!
Alex@bulletin
07-04-2012, 10:20 PM
Tested and works on 4.2. Very good job :)
Guess this mod will be my next candidate for a German translation :D
:up:
EDIT:
I'd like to suggest to add the option "Warn User" to the "Useful Links" in ACP/MCP :cool:
EDIT 2:
I'd like to make another suggestion. At the moment in ACP/MCP in the category "Reason Given" there is no visible separation between the custom reasons and the additional comments by the reporter. Maybe you can improve this to make it more apparent.
Hornstar
07-05-2012, 12:09 AM
If someone reports a post in section B will all mods see the notification of the report, or only mods in Section B see the notification? (Hoping the second)
trackpads
07-05-2012, 02:21 AM
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
Thanks again,
-Jason
rafiul
07-05-2012, 03:27 AM
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
Thanks again,
-Jason
I having the same problem like him, in default skin. And on my custom style its not appearing at all.
Badshah93
07-05-2012, 04:00 AM
If someone reports a post in section B will all mods see the notification of the report, or only mods in Section B see the notification? (Hoping the second)
only mods in Section B see the notification.
report of that post in modcp will be seen by mods of B only (plus admins and super mods)
Badshah93
07-05-2012, 04:07 AM
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
Thanks again,
-Jason
strange as javascript and css are both together so if box is showing then it should have height also.
pm me id and pass with style permission.
I having the same problem like him, in default skin. And on my custom style its not appearing at all.
Open SHOWTHREAD TEMPLATE
Add this code above </head>
{vb:raw headinclude_bottom}
Nice!
Would you consider an optional positionable button?
Ive always thought the new warning symbol isnt that notice-able after vb3, maybe postbit at the bottom somewhere!
are you talking about report icon ?
to make it more visible you can add "Report" text next to report icon
open postbit & postbit_legacy template
Find:
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}">
Replace it with
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}">Report
Sage Knight
07-05-2012, 04:15 AM
This seems really interesting. Thanks :)
tareqbd
07-05-2012, 03:18 PM
I am using vb4.1.3 PL8, after submitting the report a blank page opens /report.php?do=sendemail2, the page doesn't show anything at all. again in my report it doesn't show any report or report status.
Badshah93
07-05-2012, 03:28 PM
I am using vb4.1.3 PL8, after submitting the report a blank page opens /report.php?do=sendemail2, the page doesn't show anything at all. again in my report it doesn't show any report or report status.
vB 4.1.0 - vB 4.1.4 doesn't have one hook which this mod needs.
you will need to do a file edit
open class_reportitem.php inside includes folder
Find:
$this->set_reportinfo($reportinfo);
$this->set_reportinfo_commonlinks($reportinfo);
Add Below:
($hook = vBulletinHook::fetch_hook('report_do_report')) ? eval($hook) : false;
tareqbd
07-05-2012, 03:35 PM
vB 4.1.0 - vB 4.1.4 doesn't have one hook which this mod needs.
you will need to do a file edit
open class_reportitem.php inside includes folder
Find:
$this->set_reportinfo($reportinfo);
$this->set_reportinfo_commonlinks($reportinfo);
Add Below:
($hook = vBulletinHook::fetch_hook('report_do_report')) ? eval($hook) : false;
added as u said but now after clicking on report button it shows
"Parse error: syntax error, unexpected $end in /home/*******/public_html/includes/class_reportitem.php on line 308"
Badshah93
07-05-2012, 04:06 PM
added as u said but now after clicking on report button it shows
"Parse error: syntax error, unexpected $end in /home/*******/public_html/includes/class_reportitem.php on line 308"
hmm, i just tried it in vb 4.1.3 and that edit did the trick although redirect is not working but reports are getting created.
edit the file in your pc (not in cpanel) and upload it through ftp software.
tareqbd
07-05-2012, 04:27 PM
Sorry tried that too but not worked.
anymore solution please?
Alex@bulletin
07-09-2012, 08:28 PM
Hai folks.
As I promised I got a German translation for you.
It is a BETA version, as I got to tell some issues to the Developer of the mod
(see next post)
Alex@bulletin
07-09-2012, 09:19 PM
Hey Coder,
I got some problems with my translation, I show the texts I couldn't translate (missing phrases, maybe additionally mistakes I did) on some screenshots (red marked areas are important):
Screenshot 1:
https://vborg.vbsupport.ru/attachment.php?attachmentid=139639&stc=1&d=1341871659
Hmm I guess this are phrases, that should be included in vBulletin but they stay in English on my page for some reason :(
---------------------------------
Screenshot 2:
https://vborg.vbsupport.ru/attachment.php?attachmentid=139640&stc=1&d=1341871764
Also some phrases that stay in English. Strange for me are the "Open", "In Progress" and "Close" phrases. I translated them and they work on the front page (see screenshots 3 & 4) but not in the ACP/MCP. :confused:
---------------------------------
Screenshot 3 & 4
https://vborg.vbsupport.ru/attachment.php?attachmentid=139641&stc=1&d=1341871859
https://vborg.vbsupport.ru/attachment.php?attachmentid=139642&stc=1&d=1341871859
The last aspects I wasn't able to translate. Please note especially the Mouse Over, that couldn't be translated properly.
---------------------------------
As I said, maybe I configured something wrong in my AdminCP and that's why some phrases (especially that ones that are included in the regular VB) stay in English.
But it would be kind if you could check the problems I reported now for me.
Maybe you can tell me what I did wrong....
Thanks :)
After this I'm gonna upload my translation on the official german vb-homepage, )
Alex
ssslippy
07-15-2012, 05:12 AM
Is there a converter for pedros post report mod?
ssslippy
07-17-2012, 01:30 AM
Move Post and Delete Post do not work gives error of "You did not select any posts to which the action you picked can be applied."
Also the last Updated by date is broken. Says 31/12/1969 @ 19:00
Also could really use an issue infraction button.
qpurser
07-17-2012, 09:46 AM
Great Mod. Thank you.
Makes life so much easier.
I would like to change one thing but can't figure out what template to edit:
When I get a "notification" about a reported post and click on the link the admin/modcp opens in the same window/tab. I would rather have the page show up in a "new" tab/window".
Can you give me hint what template to edit?
thanks so much
Michael
Alex@bulletin
07-17-2012, 04:37 PM
Move Post and Delete Post do not work gives error of "You did not select any posts to which the action you picked can be applied."
Also the last Updated by date is broken. Says 31/12/1969 @ 19:00
I can confirm that issue. It doesn't always arise but sometimes. I don't know why :( sorry.
Badshah93
07-17-2012, 05:15 PM
Move Post and Delete Post do not work gives error of "You did not select any posts to which the action you picked can be applied."
Also the last Updated by date is broken. Says 31/12/1969 @ 19:00
Also could really use an issue infraction button.
Maybe that post is already deleted by any moderator of your forum.
solohdes
07-17-2012, 09:28 PM
Ajax popup is not working on 4.1.5. I don't have default skin.
BaanFarsang
07-19-2012, 04:38 PM
Worked fine on v4.2.0
luccss
07-21-2012, 06:45 PM
I wonder where I could add the code to show the area reported (Fórum $reportinfo[forumtitle])
Mukashi
07-22-2012, 01:09 AM
The AJAX pop-up doesn't seem to be working on my test forum installation. Anything which might be preventing that there? Everything else about the mod seems to work fine.
Badshah93
07-22-2012, 03:17 PM
The AJAX pop-up doesn't seem to be working on my test forum installation. Anything which might be preventing that there? Everything else about the mod seems to work fine.
Open showthread template and add this code just above </head>
$headinclude_bottom
ssslippy
07-23-2012, 04:33 AM
Maybe that post is already deleted by any moderator of your forum.
This is on a test forum running 4.2.0. The issue is the post is not highlighted and you are just activating the JavaScript.
Mukashi
07-23-2012, 12:07 PM
Open showthread template and add this code just above </head>
$headinclude_bottom
There's already a
{vb:raw headinclude_bottom}
right before the </head>. Shouldn't that already be doing that?
EDIT: Adding the $headinclude_bottom right before the </head> hasn't fixed the problem. =/
Alfa1
07-25-2012, 12:01 PM
Please add:
- report reputation
- notifications for reports
- infract from report
- canned replies
DJ-Dez
07-31-2012, 10:50 AM
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.
r00028304
08-02-2012, 08:04 PM
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.
Same here.. Had to uninstall :(
EliasAlucard
08-03-2012, 03:10 AM
Exactly what I've been looking for. Problem is though, it's not working in vB4.2.
WorldCraft
08-11-2012, 11:45 PM
I have a question.
When leaving a Moderator Comment, is the user that sent the report notified of this comment?
For example: if I have a user that reports a post that in accordance to forum rules, does not need moderation, I would leave a comment stating that the reported post is in fact fine.
Since I've installed this product I've been PMing users myself to let them know the report has been taken care of, just wondering if what I've been doing is redundant, and if the user is automatically notified.
Thanks.
Prorockz
08-12-2012, 06:03 PM
Is This Avaiable For 3.8x???
EliasAlucard
08-13-2012, 07:42 AM
Open showthread template and add this code just above </head>
$headinclude_bottomTried this, still not working. I've disabled it until a fix is available.
tr1cky
08-15-2012, 07:05 PM
Does not work with 4.1.9 yet, on post report there is no sign of the extra options and my reports is blank.
Badshah93
08-17-2012, 05:25 PM
I have a question.
When leaving a Moderator Comment, is the user that sent the report notified of this comment?
For example: if I have a user that reports a post that in accordance to forum rules, does not need moderation, I would leave a comment stating that the reported post is in fact fine.
Since I've installed this product I've been PMing users myself to let them know the report has been taken care of, just wondering if what I've been doing is redundant, and if the user is automatically notified.
Thanks.
User can see moderator comments in my reports page. (link in navbar)
http://forum.com/misc.php?do=myreports
sutto
09-05-2012, 07:14 AM
Hi Great Mod, thanks.
Just a couple of issues. The reported post date in the modcp apears to be 01/01/1970 9pm and the delete post etc functions that are available don't seem to work.
Have their been any updates since the initial release?
bigs15
09-05-2012, 08:12 PM
can u made this for 3.8?
MentaL
09-08-2012, 06:27 PM
I love you! Now make it better and i'll donate.
#update - bugs
when clicking "delete" i get this error
You did not select any posts to which the action you picked can be applied.
also;
uncaught typeerror: cannot read property 'nodevalue' of null - vfc_arc.js:110
#update
reporting time error:
Current Status: Open
Last Updated By:
01/01/1970 @ 1:00
MentaL
09-08-2012, 09:27 PM
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
Thanks again,
-Jason
I found out why... the plugin didn't import properly so I had to manually edit the templates
edit vfc_ars_reportbitajax and replace with
<h2 class="blockhead">{vb:rawphrase vfc_ars_report_this_post} </h2>
<div class="blockbody formcontrols">
<div class="reportpopup">
<div class="reportform">
<div class="fullform"><a href="report.php?p={vb:raw postid}">{vb:rawphrase vfc_ars_full_form} ?</a></div>
<ul id="report_reasons">
<vb:each from="reasons" value="reason" key="reason_name">
<li><label for="{vb:raw reason_name}"><input type="checkbox" name="report_reasons[]" value="{vb:raw reason_name}" id="{vb:raw reason_name}" tabindex="1" /> {vb:raw reason.title} <vb:if condition="$reason['required'] == 1">(*)</vb:if></label></li>
</vb:each>
</ul>
<div class="reasonbox">
<textarea class="primary textbox" style="width:100%;" name="reason" autocomplete="off" placeholder="{vb:rawphrase vfc_ars_specify_report_reason}" id="report_reason_{vb:raw postid}"></textarea>
</div>
<div class="report-buttons blockfoot actionbuttons">
<div class="group" style="text-align: center;">
<input type="hidden" name="postid" value="{vb:raw postid}">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="sendemail2" />
<input type="submit" class="button" value="{vb:rawphrase send_report}" tabindex="1" accesskey="s" />
<input type="reset" class="button" value="{vb:rawphrase reset_fields}" tabindex="1" />
</div>
</div>
</div>
<img src="images/misc/progress3.gif" class="progress3">
</div>
</div>
deadlySniper
09-09-2012, 12:31 AM
I am getting this error for some reason
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/63/9570563/html/forums/modcp/ars_report.php on line 193
MentaL
09-09-2012, 10:17 AM
I am getting this error for some reason
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/63/9570563/html/forums/modcp/ars_report.php on line 193
What version of php are you using?
#update
fix is easy
replace in modcp/ars_report.php
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
with
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
pachel
09-09-2012, 11:49 AM
Installed but getting these errors:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(996) : eval()'d code on line 6
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(996) : eval()'d code on line 6
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(996) : eval()'d code on line 6
removed files and uninstalled plugin but errors persist. VBulletin 4.2
MentaL
09-09-2012, 01:37 PM
I've edited the code so that it the "my reports" only displays for the registered members and not staff, to fix update the following plugin;
Edit Plugin vFcoders - Advanced Report System (PTC) (vB < 4.2)
if ("!is_member_of($bbuserinfo, x,x,x)" AND $vbulletin->versionnumber < '4.2.0')
{
$template_hook['navbar_end'] .= "<li><a href=\"misc.php?do=myreports\">" . $vbphrase['vfc_ars_myreports'] . "</a></li>";
}
Replace the x with the usergroups you want it displayed to or alternatively you can select which usergroups you dont want it displayed to.
if ("is_member_of($bbuserinfo, x,x,x)" AND $vbulletin->versionnumber < '4.2.0')
{
$template_hook['navbar_end'] .= "<li><a href=\"misc.php?do=myreports\">" . $vbphrase['vfc_ars_myreports'] . "</a></li>";
}
TheSupportForum
09-09-2012, 03:36 PM
Installed but getting these errors:
removed files and uninstalled plugin but errors persist. VBulletin 4.2
this works with 4.2.0 pl2 with no issues
pachel
09-09-2012, 05:39 PM
this works with 4.2.0 pl2 with no issues
Why does my forum chrash with installing it on the same vb version?
Edit: sorry it just appeared with your plugin but now I see the true cause...
WorldCraft
09-10-2012, 12:06 AM
Is this an issue? In admincp and modcp, I can only view the first page of reports (2 most recent ones). If I try to go to the next page to view more, the page is blank.
My vB version is 4.2.0 pl2
deadlySniper
09-10-2012, 06:08 AM
I am using PHP Version 5.3.14
It shows that there are two reported posts but I cannot seem them after the fix you posted
MentaL
09-10-2012, 10:42 AM
advice for the auther, use a frame for the reported post content since large reports take up a stupid amount of space.
Badshah93
09-12-2012, 09:49 AM
Was busy with my college life, will update the mod in coming days to make it even better.
Regards
Aayush
jluerken
09-12-2012, 01:57 PM
The report emails contain links like
http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
These links do not work and should look like
http://www.domain.com/admincp/index.php?loc=http://www.domain.com/modcp/ars_report.php?do=open
I think!
What can I do to fix this?
MentaL
09-12-2012, 06:03 PM
The report emails contain links like
http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
These links do not work and should look like
http://www.domain.com/admincp/index.php?loc=http://www.domain.com/modcp/ars_report.php?do=open
I think!
What can I do to fix this?
Why would you want your url to be like that? Is security no concern to you?
jluerken
09-13-2012, 05:18 AM
Because with the original link it is not working.
http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
Clicking on this gives a 404 error, I think because of this "../modcp" stuff.
Btw. we are on a Windows Server ^^
Superorb
09-13-2012, 04:11 PM
Subscribed for the new release
My Hattiesburg
09-13-2012, 06:57 PM
Was busy with my college life, will update the mod in coming days to make it even better.
Regards
Aayush
Can I make a request to have the option to have a reported post go to the moderation queue? Our site really needs this function.
WorldCraft
09-14-2012, 02:35 AM
Can I make a request to have the option to have a reported post go to the moderation queue? Our site really needs this function.
Oh this would be a fantastic feature! :up:
artos0131
09-14-2012, 11:35 AM
There's one problem with this mod. When post is reported and moderator deletes whole thread, we can't close this report and notification will stay forever.
WorldCraft
09-14-2012, 08:02 PM
There's one problem with this mod. When post is reported and moderator deletes whole thread, we can't close this report and notification will stay forever.
Soft delete or permanently remove?
Eagle Eyes
09-16-2012, 08:43 PM
Can I make a request to have the option to have a reported post go to the moderation queue? Our site really needs this function.
Would be great. Clean up in one page!
MentaL
09-17-2012, 07:27 AM
Can I make a request to have the option to have a reported post go to the moderation queue? Our site really needs this function.
but if it goes to the moderation queue then it why would would you need the report system? a reported post shouldnt be auto moderated... especially with hundreds of reports per day on large forums (such as mine).
My Hattiesburg
09-17-2012, 08:33 PM
but if it goes to the moderation queue then it why would would you need the report system? a reported post shouldnt be auto moderated... especially with hundreds of reports per day on large forums (such as mine).
If you have moderators or admins that can respond to post reports in a timely manner then something like this is probably not needed. But in the past we've had posts that needed to be handled immediately because of the sensitive nature of the contents. Having posts like that languish on the board for even a few hours until a moderator is able to handle it is not something that we really want to see happen.
There was a mod that did exactly what I'm asking for, but it only works for vb3.8 and hasn't been updated to work with 4.2, at least that's the best info that I have.
theilya2
09-17-2012, 09:42 PM
I try to translate this words Reasons Comment Status
in report page but i can not find this words in "Find / Change Law" page
Superorb
09-19-2012, 06:55 PM
Move Post and Delete Post do not work gives error of "You did not select any posts to which the action you picked can be applied."
Also the last Updated by date is broken. Says 31/12/1969 @ 19:00
Also could really use an issue infraction button.
I'm seeing the same problem on my end on 4.2PL2. This is on my test install which is an exact copy of the live site. The post exists and has not been moved/deleted.
Also, when I receive a notification at the top menu when I click the link for the Post Reports it takes me to a 404 in my modcp. The link is malformed and looks like the following:
http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
artos0131
09-22-2012, 05:20 PM
Soft delete or permanently remove?
Permanently remove.
I found another bug. When I select standard reason "Zły dział" (Wrong section). Page says "You haven't selected any reason".
https://vborg.vbsupport.ru/ (http://imageshack.us/photo/my-images/805/reportsystem.png/)
I'm using latest version of Google Chrome.
gbicar
09-23-2012, 09:33 AM
reports are not automatically deleted, delete them manually it would not hurt, I hope in an update because this mod is very useful
Mark_Zuckerberg
09-26-2012, 12:56 PM
Really searching for such thing and you made my day thanks for the nice mod :)
Superorb
09-26-2012, 03:34 PM
Was busy with my college life, will update the mod in coming days to make it even better.
Regards
Aayush
Have you had time to make updates to this plugin?
artos0131
09-30-2012, 01:09 PM
reports are not automatically deleted, delete them manually it would not hurt, I hope in an update because this mod is very useful
I can't delete them manually, because they don't even exists. Notification stays forever, but there isn't any report on the list.
Mark_Zuckerberg
09-30-2012, 05:25 PM
I can't delete them manually, because they don't even exists. Notification stays forever, but there isn't any report on the list.
Which vb version you are using its worked fine for me mate
artos0131
09-30-2012, 08:23 PM
vBulletin® Version 4.2.0 Patch 2
Mark_Zuckerberg
09-30-2012, 09:32 PM
vBulletin? Version 4.2.0 Patch 2
its working for me fine i had the same version try running on default style and try disabling the mods one by one except this this will show you which mod is conflicting with that :)
scdurwood
10-01-2012, 11:50 AM
nm...
great mod...
MattGarner
10-01-2012, 03:41 PM
Is it possible to be able to change it to so it sends a user to the full form instead of having a popup?
scdurwood
10-02-2012, 03:14 AM
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.
Comment out the function call in awards.php starting on line 97 and it works fine:
// ###################### Start makedepthmark #######################
// function construct_depth_mark($depth, $depthchar, $depthmark = '')
// {
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
// for ($i = 0; $i < $depth; $i++)
// {
// $depthmark .= $depthchar;
// }
// return $depthmark;
// }
// end functions
MattGarner
10-03-2012, 07:33 PM
On the "Closed Reports" page it only shows two of the previous ones and once you click next page then it shows no more. Is there a way to fix this? It would be handy to be able to go through each closed report.
scdurwood
10-08-2012, 11:56 AM
To make the notification display on a new window, edit the notification_list plugin accordingly:
Change:
'link' => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open',
'order' => 11
To:
'link' => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_new/" ' ,
'order' => 11
Superorb
10-08-2012, 04:12 PM
Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?
http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open
TheSupportForum
10-08-2012, 04:47 PM
Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?
http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open
target="_blank," not target="_new,"
TheSupportForum
10-08-2012, 04:55 PM
<a href="/ars_report.php?do=open'_blank' ">
Superorb
10-08-2012, 05:04 PM
Ok I'm confused. Are people replying to my problem or just wanting to fix the target="_new" to _blank?
TheSupportForum
10-08-2012, 05:07 PM
Ok I'm confused. Are people replying to my problem or just wanting to fix the target="_new" to _blank?
_blank is a standard target variable whereas _new is a custom one
the url should look something like his
<a href="/ars_report.php?do=open'_blank' ">
Superorb
10-08-2012, 05:15 PM
So my entire line of code as it sits in the xml file is the following:
'link' => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_blank/" ' ,
What should it look like to avoid the 404?
TheSupportForum
10-08-2012, 05:26 PM
So my entire line of code as it sits in the xml file is the following:
'link' => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_blank/" ' ,
What should it look like to avoid the 404?
replace
vFcoders - Advanced Report System (NL)
with
require_once(DIR . '/includes/adminfunctions.php');
if (can_administer() OR can_moderate())
{
$linkdir = (can_administer() ? $vbulletin->config[Misc][admincpdir] : $vbulletin->config[Misc][modcpdir]);
$notifications['ars_count'] = array(
'phrase' => $vbphrase['vfc_ars_notification_report'],
'link' => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_new/" ' ,
'order' => 11
);
}
Superorb
10-08-2012, 05:35 PM
^^ All that did was replace _new with _blank. I'm trying to fix the 404 from the "loc=../" in the URL.
Superorb
10-09-2012, 04:56 PM
Any reason why this would work on my live site but not the test site if the test site uses a copy of the live site DB? Does it use absolute paths anywhere? I have the domains like this:
website.com/forum/
testsite.website.com
MattGarner
10-11-2012, 02:28 PM
Does anyone know how to fix it so when you clicked on "Close Reports" you get to see all of the closed reports and not just two? As when you click next it then starts showing you reports that are still open.
WorldCraft
10-13-2012, 04:36 AM
Clicking the "Next Page" buttons do not actually show past reports, but only show a blank page. I'm going to assume this is a bug, screenshot below.
tr1cky
10-14-2012, 03:10 PM
The coder does not care about this plugin anyways
karma010
10-19-2012, 01:58 AM
It's a shame the coder abandoned this mod...seeing as though it had great potential. In the hopes that he decides to actually release updates:
Bugs to fix (from my own experience)
Clicking "Next page" and "Last Page" in AdminCP "Closed Reports" shows a blank page
Show more than 2 results on opened/closed pages in AdminCP
Suggestions:
Ability to clear/reset (or delete reports individually) in "My Reports"
Automatically close and/or delete the discussion thread when a report is marked closed
Here's to hoping for updates...
sootfb
10-21-2012, 02:24 PM
I found another bug. When I select standard reason "Zły dział" (Wrong section). Page says "You haven't selected any reason".
http://imageshack.us/a/img805/2885/reportsystem.png (http://imageshack.us/photo/my-images/805/reportsystem.png/)
Having the same issue, any suggestions ?
Alfa1
10-21-2012, 03:28 PM
Too bad this excellent functionality is not available for vb3.
initiald
10-30-2012, 07:41 AM
Please add CMS comment report, Blog, and Private Message report too. Vbulletin 4.2
initiald
11-04-2012, 05:10 AM
There's one problem with this mod. When post is reported and moderator deletes whole thread, we can't close this report and notification will stay forever.
I concur. The notification stay forever if we delete. How to fix this?
UPDATE: There is a fixed. Just go to the AdminCP>Maintenance and Find "Report" and update the counter. It will reset. FIXED.
I think I can update the mod and fix some of the feature people want here if the author allows me to modify his code.
Superorb
11-04-2012, 04:43 PM
I concur. The notification stay forever if we delete. How to fix this?
UPDATE: There is a fixed. Just go to the AdminCP>Maintenance and Find "Report" and update the counter. It will reset. FIXED.
I think I can update the mod and fix some of the feature people want here if the author allows me to modify his code.
PM/Email the coder, they were online within the past few days.
Fatal Hazard
11-05-2012, 09:23 AM
Working great! Thanks.
WorldCraft
11-14-2012, 07:34 AM
It's a shame the coder abandoned this mod...seeing as though it had great potential. In the hopes that he decides to actually release updates:
Bugs to fix (from my own experience)
Clicking "Next page" and "Last Page" in AdminCP "Closed Reports" shows a blank page
Show more than 2 results on opened/closed pages in AdminCP
Suggestions:
Ability to clear/reset (or delete reports individually) in "My Reports"
Automatically close and/or delete the discussion thread when a report is marked closed
Here's to hoping for updates...
This bug happens for me as well. I like this mod, and I hope a fix will be provided.
lazytown
12-04-2012, 02:20 AM
So is this working ok for 4.2? I'd really love to see this in action.
hakkuo23
12-25-2012, 12:54 AM
Issue with PM: It is redirecting us to this link: and the tab is empty in modcp:
admincp/index.php?loc=../modcp/ars_report.php?do=open
wolfman069
12-30-2012, 12:55 AM
well its been 6 months and there coder web site been down for awhile now he might come back next year but no post from him since august 2012
Markco
01-01-2013, 08:48 PM
please updated VB 4.20pl3
Guru Samrat
01-16-2013, 01:36 PM
need this mod for vb 4.0.3 plz give me
Would be nice to see when someone report his post than PM message is send to the user with link to discussion thread and reason why post been reported...
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
So how to resolve this issue? Having same....
Dwarden
03-19-2013, 11:05 PM
this is great plugin, but needs fixing (lot of manual edits before getting it to work) for 4.2.0 pl3
It would be very nice if it's updated
Zantox
03-20-2013, 01:09 AM
This mod works great with vb 4.2. I love it, thanks for making it!
WorldCraft
04-14-2013, 10:02 PM
I have a solution to the issue where the Next Page, Prev Page, etc buttons are not working.
Open ars_report.php (the file you uploaded to your modCP directory). And go to line 119, or this statement: if ($vbulletin->GPC['page'] != 1)
Replace all of this if ($vbulletin->GPC['page'] != 1)
{
$prv = $vbulletin->GPC['page'] - 1;
$firstpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"« " . $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=1'\">";
$prevpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"< " . $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=$prv'\">";
}
if ($vbulletin->GPC['page'] != $totalpages)
{
$nxt = $vbulletin->GPC['page'] + 1;
$page_button = "ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open&perpage=" . $vbulletin->GPC['perpage'];
$nextpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['next_page'] . " >\" onclick=\"window.location='$page_button&page=$nxt'\">";
$lastpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['last_page'] . " »\" onclick=\"window.location='$page_button&page=$totalpages'\">";
}
With this: if ($_REQUEST['do'] == 'open')
{
if ($vbulletin->GPC['page'] != 1)
{
$prv = $vbulletin->GPC['page'] - 1;
$firstpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"« " . $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=1'\">";
$prevpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"< " . $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=$prv'\">";
}
if ($vbulletin->GPC['page'] != $totalpages)
{
$nxt = $vbulletin->GPC['page'] + 1;
$page_button = "ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=open&perpage=" . $vbulletin->GPC['perpage'];
$nextpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['next_page'] . " >\" onclick=\"window.location='$page_button&page=$nxt'\">";
$lastpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['last_page'] . " »\" onclick=\"window.location='$page_button&page=$totalpages'\">";
}
}
else
{
if ($vbulletin->GPC['page'] != 1)
{
$prv = $vbulletin->GPC['page'] - 1;
$firstpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"« " . $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=close" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=1'\">";
$prevpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"< " . $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=close" .
"&perpage=" . $vbulletin->GPC['perpage'] . "&page=$prv'\">";
}
if ($vbulletin->GPC['page'] != $totalpages)
{
$nxt = $vbulletin->GPC['page'] + 1;
$page_button = "ars_report.php?" . $vbulletin->session->vars['sessionurl'] . "do=close&perpage=" . $vbulletin->GPC['perpage'];
$nextpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['next_page'] . " >\" onclick=\"window.location='$page_button&page=$nxt'\">";
$lastpage = "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" . $vbphrase['last_page'] . " »\" onclick=\"window.location='$page_button&page=$totalpages'\">";
}
}
Draffi
04-19-2013, 10:02 PM
Hi!
Looks like a solution - But it never show all the pages....
Anyway! Thank you for your work!
CEZALAND
05-28-2013, 08:25 AM
Thanks for this awesome mod but may you use unique id instead of title of current reports to edit/remove reports? Because if you use utf8 characters in title it will not work (Invalid Reason)
Regards
RevoLand
DrPrepper
06-21-2013, 08:27 AM
I love this mod and have been using it for half a year, but recently (the last month or so) I'm getting feedback/complaints from moderators that they have Report alerts in their interface, but when they click it, no Reports are shown. Which is correct because all Reports are already closed. But they keep getting the alert in their display.
What can be the cause of this? (Or even better: a fix) :)
(Am using vBulletin 4.2.0 Patch Level 3 with this mod version 1.0)
Bubble #5
08-17-2013, 02:14 AM
This mod works great with vb 4.2. I love it, thanks for making it!
+1
4.2.1
Bubble #5
08-17-2013, 09:32 PM
Would love to move the "My Reports" link to Quick links menu.
Two questions; Does anyone know how to remove the 'my reports' link from the navbar, and what is the code or link that we need to use for the quick links menu in the nav manager (for example; forum.php{session.sessionurl_q})?
Thanks!
Bubble #5
08-18-2013, 02:22 PM
Just noticed while testing in 4.2.1 that in the ACP we get the following error at the top of the page;
Deprecated: Assigning the return value of new by reference is deprecated in /home/forum/public_html/forum/modcp/ars_report.php on line 193
How should we fix this?
ozzy47
08-18-2013, 02:28 PM
See this post, https://vborg.vbsupport.ru/showpost.php?p=2363965&postcount=53 that may work.
Bubble #5
08-18-2013, 02:44 PM
See this post, https://vborg.vbsupport.ru/showpost.php?p=2363965&postcount=53 that may work.
THANK YOU so much Ozzy47! I think that worked :up:
You wouldn't happen to know the answer to post 122 would you?
ozzy47
08-18-2013, 02:47 PM
You should be able to do that with the Navigation Manager, since you are running vB 4.2.1
Bubble #5
08-18-2013, 02:59 PM
Ahh... that's right! THANKS again :up:
ozzy47
08-18-2013, 03:00 PM
Not a problem.
miragevb
09-02-2013, 12:53 PM
Im looking for a report tool that when a user report something, just that user and the mods from the section can see his report.
Could this product do that ?
Bubble #5
10-19-2013, 02:00 PM
4.2.1.
It's saying that there are two reports, but there are none (they were already closed).
How do we manually delete or reset the system? :confused:
jjohns12
10-19-2013, 03:00 PM
Nice work! marked Intalled and Ratted Thanks for this Mod :)
Loget
12-01-2013, 02:20 PM
Hello,
In the Moderator Comments area, if multiple staff update it, would it be possible to show all their comments and time etc?
Thanks
VGModding
02-02-2014, 09:49 PM
Thanks, works great. +1
EliasAlucard
04-02-2014, 03:38 PM
Awesome idea adn thanks.
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
Thanks again,
-JasonI'm having the same problem as well. I was going to try Badshah's suggestion here:
https://vborg.vbsupport.ru/showpost.php?p=2345195&postcount=18
But I noticed that {vb:raw headinclude_bottom} was already above </head>, so I guess he's updated the plugin since release. However, this problem mainly seems to be an issue in Gecko and Trident based browsers; works fine in WebKit based browsers.
great hack! Thanks! some words:
1. when go to Closed reports and hit "next page" button I suddenly land in open reports next page :(
2. some suggestion - when changing report status it will be nice to update the Report Discussion Thread with new post from "Moderate Comment" box and close that thread if report closed ;)
thanks in advanced!
WorldCraft
08-26-2014, 08:35 PM
great hack! Thanks! some words:
1. when go to Closed reports and hit "next page" button I suddenly land in open reports next page :(
2. some suggestion - when changing report status it will be nice to update the Report Discussion Thread with new post from "Moderate Comment" box and close that thread if report closed ;)
thanks in advanced!
For #1, check my post here (https://vborg.vbsupport.ru/showpost.php?p=2416392&postcount=117)
epsilon80
09-10-2014, 09:23 AM
I have a problem. I do not see the notification on the top of the reports :( all moderators/super admin/admin yet the functionality is active...
majjed2008
09-14-2014, 10:19 PM
I have problem is when i press it it open very small box , i ediate the tamplet but still same any help please ?
YOODA230
02-08-2015, 12:23 PM
4.2.2 PL4
not working good
hebrew not supported.
cannot set status "closed" "in progress" noting!
cannot delete report. cannot set auto purge....
please help over here :-)
RFLIndustries
04-13-2015, 10:09 PM
I have been using this add-on for a while and have not had any problems till recently.
I received a report.
took care of it and went to close it and it sent me back to the log in page.
I sign in. and again takes me back to the log in page.
any idea why its doing this now?
Idiosyncrasy
04-15-2015, 02:46 PM
I have been using this add-on for a while and have not had any problems till recently.
I received a report.
took care of it and went to close it and it sent me back to the log in page.
I sign in. and again takes me back to the log in page.
any idea why its doing this now?
That happened to me upon fresh install about a week ago. I uninstalled it since then - seems too buggy.
fperreault
04-20-2015, 12:33 AM
I have been using this add-on for a while and have not had any problems till recently.
I received a report.
took care of it and went to close it and it sent me back to the log in page.
I sign in. and again takes me back to the log in page.
any idea why its doing this now?
Same thing here. Go to close a report and get an Admin login screen. I think it's related to last vBulletin update. This needs to be checked since it was working before the update.
blah100
06-03-2015, 12:42 PM
Same here for 4.2.2. A shame about the redirection issue for closed reports because this is the best report system mod out there.
tareqbd
06-12-2015, 12:18 PM
Same here for 4.2.2. A shame about the redirection issue for closed reports because this is the best report system mod out there.
Same thing here. Go to close a report and get an Admin login screen. I think it's related to last vBulletin update. This needs to be checked since it was working before the update.
I have been using this add-on for a while and have not had any problems till recently.
I received a report.
took care of it and went to close it and it sent me back to the log in page.
I sign in. and again takes me back to the log in page.
any idea why its doing this now?
This is a great mod though mentioned supported by the developer, I see there has been no update for vbulletin version 4.2.x which does not work for updating report status using admincp/modcp.
blah100
08-27-2015, 03:58 PM
Found the fix in order to update/close reports for vb 4.2.2 and above. Replace this file with the one in your modcp folder.
Mobynet
03-05-2017, 01:35 PM
Found the fix in order to update/close reports for vb 4.2.2 and above. Replace this file with the one in your modcp folder.
You are the best.
Now everything runs under vb 4.2.4 suite.
rockyb
06-28-2017, 08:56 PM
Found the fix in order to update/close reports for vb 4.2.2 and above. Replace this file with the one in your modcp folder.
I get still errors. if I try to use Move Post or Delete Post
"You did not select any posts to which the action you picked can be applied."
I use vb 4.2.3
Can you make a new fix? :) :) :)
blah100
08-24-2017, 04:01 AM
Haven't been able to get this to work with vb 4.2.5 and PHP 7+. The Open Reports/Closed Reports link in both modcp and admincp both produce a blank page when I visit them.
It does work with PHP 5.6 and below though. Just wish the links for open/close reports in admincp/modcp worked for PHP 7 and above.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.