vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - List Reported Items (https://vborg.vbsupport.ru/showthread.php?t=233232)

Brandon Sheley 03-29-2012 01:11 PM

Very nice mod to help manage reported post ;)

SuperTaz 04-25-2012 11:27 PM

Nice mod. Installed.

Question: Would it be possible to add a feature to also post a detailed thread about the reported items in a staff specified forum?

MentaL 05-07-2012 06:09 PM

so how exactly is the moderator suppose to know which report is his to solve? i've got hundreds of sections and a lot of moderators.

MentaL 05-13-2012 09:30 AM

when multiple users report the same thread/post it automatically merges with the current one and is automatically set to "solved".

Alan_SP 05-16-2012 03:40 PM

Actually, this mod is made in that way that whenever there is one (or more) posts in created thread, thread is marked as solved.

So, if anyone report it, or post in it, for this mod this issue is solved.

This is how this mod operates.

Paul M 05-17-2012 09:58 AM

Quote:

Originally Posted by Alan_SP (Post 2329897)
Actually, this mod is made in that way that whenever there is one (or more) posts in created thread, thread is marked as solved.

Only if the replies are from staff.

Alan_SP 05-17-2012 04:51 PM

Sorry, my bad, when I tested it, all answers were from me. :)

Nirjonadda 09-02-2012 06:41 PM

Quote:

Originally Posted by Eagle Eyes (Post 2302515)
Is it possible if the post is deleted and/or infracted it will show this in action.

Action: No Action Taken
Action: Deleted
Action: Deleted & Infracted
Action: Deleted & Warned
Action: Infracted
Action: Warned

I can pay if somebody can make this happen.

@Paul M , can you update this mod with this option?

Paul M 09-07-2012 11:23 AM

Sorry, Im not planning any updates to this (or any of my mods) atm, I do not have the time.

Dwarden 03-20-2013 12:17 AM

to these who want prevent this page content to be visible to non-staff members , just do e.g.

Code:

<vb:if condition="is_member_of($bbuserinfo, 6,5,7)">
                <h2 class="blockhead">{vb:phrase rpl_reported_posts} - {vb:rawphrase rpl_for_last_x_days, {vb:var vboptions.rpldays}}</h2>
                <table id="reportlist_table" width="100%">
                        <tr>
                                <td class="blocksubhead">{vb:phrase rpl_reported}</td>
                                <vb:if condition="$show['rpladmin']">
                                        <td class="blocksubhead">{vb:phrase rpl_reporter}</td>
                                </vb:if>
                                <td class="blocksubhead">{vb:phrase rpl_thread_title}</td>
                                <td class="blocksubhead">{vb:phrase rpl_item}</td>
                                <td class="blocksubhead">{vb:phrase rpl_actioned}</td>
                                <td class="blocksubhead">{vb:phrase moderator}</td>
                        </tr>
                        <vb:each from="rpl.list" value="rplrow">
                                <tr class="alt1 normal">
                                        <vb:each from="rplrow" value="row">
                                                <vb:if condition="$row['type'] == 'noaction'">
                                                        <td class="alt2">{vb:phrase rpl_not_actioned}</td><td class="alt2">-</td>
                                                </vb:if>
                                                <vb:if condition="$row['type'] == 'nolink'">
                                                        <td<vb:if condition="$row['align']"> align="{vb:raw row.align}"</vb:if>>{vb:raw row.cdata}</td>
                                                </vb:if>
                                                <vb:if condition="$row['type'] == 'link'">
                                                        <td<vb:if condition="$row['align']"> align="{vb:raw row.align}"</vb:if>><a title="{vb:phrase rpl_click_to_view}" href="{vb:raw row.clink}">{vb:raw row.cdata}</a></td>
                                                </vb:if>
                                        </vb:each>
                                </tr>
                        </vb:each>
</vb:if>

it's simple IF check which prevents the list to appear to anyone outside groups 5,6,7 while page still exists


All times are GMT. The time now is 09:34 AM.

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.01450 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (2)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
  • (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