View Full Version : Minimum Posts to view Forum.
SgtSling
11-10-2001, 06:15 AM
i know this is out there.. integrated into a hack that adds three functions.. but I only want to restrict certain users from viewing a forums unless they have 10 or so posts..
Anyone?
Admin
11-10-2001, 06:33 AM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=19390&highlight=minimum+posts" target="_blank">https://vborg.vbsupport.ru/showt...=minimum+posts</a>
SgtSling
11-10-2001, 06:47 AM
Originally posted by SgtSling
i know this is out there.. integrated into a hack that adds three functions.. but I only want to restrict certain users from viewing a forums unless they have 10 or so posts..
Anyone?
Thanks for that link.. but that adds 2 other forum features that are not necessary to this hack.
Anyone?
SgtSling
11-10-2001, 04:03 PM
bueller?
Sinclair
11-10-2001, 04:09 PM
a very simple version:
forumdisplay.php
find:
<?php
error_reporting(7);
after it add:
if($forumid=="2" AND $bbuserinfo[posts]<=25) {
show_nopermission();
}
you must replace $forumid=="2" with your forumid where to limit access and define the posts.
If anyone needed an complete hack pm me.
Sinclair
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.