vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Prevent access to newbie forum if posts > x (https://vborg.vbsupport.ru/showthread.php?t=40310)

chris frolic 06-26-2002 04:14 PM

Prevent access to newbie forum if posts > x
 
Was thinking of creating a forum for newbie users to hang out without risking smartass comments from people who have lived on the board for years on end.

I searched the hacks and couldn't find anything like this? Does something like this exist?

Xenon 06-26-2002 04:17 PM

i know there is a hack, where you can decide a minimum of posts for a forum to be viewable for users.

download this hack and change the if clauses for a minimum post-counter to a maximum postcounter.

scsa20 06-26-2002 05:26 PM

go to https://vborg.vbsupport.ru/showthrea...413#post261413

that's a post that someone replyed to when I asked how to limited forum access if it under post, and if you scroll down to post number 11, it tells you how to do it for forums...now, if you want to stop other users getting access to it, you'll have to change one part:

change the line that says:

PHP Code:

$bbuserinfo[posts]<

to

PHP Code:

$bbuserinfo[posts]>

that's it, now whoever is above that number of post won't beable to post there

but it's for new threads, I'll see if it works the same with newreplys

*edit*Just checked, it's the same as the newthread.php, just look for the same line that says in post (link is in the first sentince) in newreply.php then follow the instrustion in that post ;) *edit*


All times are GMT. The time now is 11:39 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.01541 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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