The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Have to be registered for 5 days before viewing a forums
Following on from my "have to have 5 posts before viewing a forum" thread I am now requiring to make it 5 posts and 5 days since registering. The code I used for the first bit is:
Code:
//put that in forumdisplay just before //GENERATE forumjump: if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y AND $foruminfo[forumid]==3) { eval("standarderror (\"".gettemplate ("error_minposts")."\");"); exit; } but I cant workout the syntax to make it 5 posts and has been registered for 5 days. Anyone got any clues on this? thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|