View Full Version : User Needs XXX Posts to view forum
Liquid1ce
04-15-2004, 06:49 PM
Anyone made a hack where/so a user needs X amount of posts before he can view a forum with the set permissions?
Or anyone will to work on one?
Regards
Liquid1ce
Fluous
04-15-2004, 07:27 PM
I was just wondering...but this guy runs a warez site, and out of the back of my mind...is this allowed?
VBDev
04-15-2004, 08:10 PM
I'll do it with other things : can create thread, can reply
PitchouneN64ngc
04-15-2004, 08:37 PM
I'll do it with other things : can create thread, can replyWith the option 'can create thread', you can definite how many posts must to have an user before he can create threads or reply in a forum :)
It's a good mean to prevent spam of websites links.
Liquid1ce
04-16-2004, 02:45 AM
Would it be easy enuff to use this hack thats for pm's
& just change it for the forum ID >?
https://vborg.vbsupport.ru/showthread.php?t=63889
if (($foruminfo['forumid']=='1') || ($foruminfo['forumid']=='2'))
{
if ($bbuserinfo['posts'] < $vboptions['minpostpm'])
{
eval(print_standard_error('pm_notenuffposts'));
}
something along these lines>?
Zachery
04-16-2004, 02:55 AM
Would it be easy enuff to use this hack thats for pm's
& just change it for the forum ID >?
https://vborg.vbsupport.ru/showthread.php?t=63889
if (($foruminfo['forumid']=='1') || ($foruminfo['forumid']=='2'))
{
if ($bbuserinfo['posts'] < $vboptions['minpostpm'])
{
eval(print_standard_error('pm_notenuffposts'));
}
something along these lines>?
Try using promotions if were talking about vBulletin 3 :)
Liquid1ce
04-16-2004, 03:05 AM
:rolleyes:
Yeah but that way i move everyone to a diffrent usergroup ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.