The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show code to users with more than x posts
hey guys,
i'am going to lunch a new page, so i wanna only users with more than 150 posts to see the content of this page and if user has less than 150post he get a message that he is not allowed. please HLEP |
#2
|
||||
|
||||
Assuming you're using a template to make the new page you can wrap it all in a conditional based on post count to show the page or not...
Basically: Code:
<if condition="$vbulletin->userinfo[posts] > 149"> *All Original Code Here* <else /> You must have 150 Posts or more to view this page! </if> |
#3
|
|||
|
|||
thx
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|