vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Moderate New Threads But Not Posts? (https://vborg.vbsupport.ru/showthread.php?t=32351)

MarkG 11-11-2001 11:22 PM

if understand correctly, if you set a forum to be moderated, all posts must must be aprroved by the moderator before showing up

it is possible to have a queue only for threads and allow posts to be unmoderated?

dslteam 10-21-2002 06:51 PM

I am searching for the same Hack too !!!

Thanks !!

dslteam 10-22-2002 09:03 AM

is there any solutions ?

Logician 10-23-2002 08:56 AM

edit newreply.php, find:

PHP Code:

$visible=!$foruminfo[moderatenew]; 

After that add:

PHP Code:

if ($forumid==X) {$visible=1;} 

Replace X with your forum id where you want posts be unmoderated. If you want to loose it in ALL forums use this line instead:

PHP Code:

$visible=1


skrazydogz 02-10-2008 09:52 AM

I dont find the line in reply.php

Quote:

$visible=!$foruminfo[moderatenew];


All times are GMT. The time now is 01:46 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.01169 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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