vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Highlighting Reported Posts waiting Moderation (https://vborg.vbsupport.ru/showthread.php?t=295348)

Big-K 02-20-2013 07:45 PM

Highlighting Reported Posts waiting Moderation
 
I'm trying to do two things to alert users and moderators to posts awaiting moderation.

1. Auto-highlight reported posts so as to let users know that the post has been reported and awaiting moderators review. This will prevent users from quoting or replying to such post until someone has taken a look. I have been able to achieve this with the following conditional in postbit

<vb:if condition="$post['reportthreadid'] > 0">THIS POST IS REPORTED</vb:if>

2. Auto-remove the highlighted background when there is a reply to the report in the dedicated reported post forum

This second part is the one I cant seem to get my head around. Lynne suggest I need a plugin to find the reported post thread and see how many replies there are to it.

Grateful for ALL ideas

Lee Roberts 02-23-2013 04:38 AM

I am working on a mod that may just be what your looking for, will pm you :).

.Me


All times are GMT. The time now is 04:59 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.00981 seconds
  • Memory Usage 1,704KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete