vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Moderators Functions - vFcoders - Advanced Report System (https://vborg.vbsupport.ru/showthread.php?t=285206)

r00028304 08-02-2012 08:04 PM

Quote:

Originally Posted by DJ-Dez (Post 2353014)
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

Quote:

Originally Posted by Badshah93 (Post 2350451)
Open showthread template and add this code just above </head>

Code:

$headinclude_bottom

Tried 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

Quote:

Originally Posted by WorldCraft (Post 2356310)
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)
Code:

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

Code:

You did not select any posts to which the action you picked can be applied.
also;

Code:

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

Quote:

Originally Posted by trackpads (Post 2345190)
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

Code:


<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

Code:

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

Quote:

Originally Posted by deadlySniper (Post 2363874)
I am getting this error for some reason

Code:

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

Code:


                        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

with

Code:


                        $bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());


pachel 09-09-2012 11:49 AM

Installed but getting these errors:

Quote:

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)

Code:

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.

Code:

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

Quote:

Originally Posted by pachel (Post 2363981)
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

Quote:

Originally Posted by simonhind (Post 2364034)
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
Code:

http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
These links do not work and should look like
Code:

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

Quote:

Originally Posted by jluerken (Post 2364800)
The report emails contain links like
Code:

http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open
These links do not work and should look like
Code:

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.
Code:

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

Quote:

Originally Posted by Badshah93 (Post 2364754)
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

Quote:

Originally Posted by My Hattiesburg (Post 2365187)
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

Quote:

Originally Posted by artos0131 (Post 2365339)
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

Quote:

Originally Posted by My Hattiesburg (Post 2365187)
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

Quote:

Originally Posted by My Hattiesburg (Post 2365187)
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

Quote:

Originally Posted by MentaL (Post 2366060)
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

Quote:

Originally Posted by ssslippy (Post 2348819)
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:

Code:

http://www.domain.com/admincp/index.php?loc=../modcp/ars_report.php?do=open

artos0131 09-22-2012 05:20 PM

Quote:

Originally Posted by WorldCraft (Post 2365465)
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/

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

Quote:

Originally Posted by Badshah93 (Post 2364754)
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

Quote:

Originally Posted by gbicar (Post 2367845)
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

Quote:

Originally Posted by artos0131 (Post 2369745)
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


All times are GMT. The time now is 09:37 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.01537 seconds
  • Memory Usage 1,848KB
  • 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
  • (17)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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