The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Thank you so much - that worked perfectly!
Is there any way that i can exclude a usergroup from that? Ie if they are in X group then they are fine to go in there regardless (i want to turn it off for staff) |
#12
|
||||
|
||||
If Viewer is in the Following Usergroups Array. Enter the Usergroup Number(s) Separated by a Comma
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if> Wrap it in this conditional the ones you want to include !! |
#13
|
|||
|
|||
PHP Code:
|
#14
|
|||
|
|||
Will this work for this:
What I want is to display some HTML when a user has less than X amount of posts, any ideas on how to achieve this? Thanks very much --------------- Added [DATE]1240179092[/DATE] at [TIME]1240179092[/TIME] --------------- I have tried this: Code:
<if condition="$post['postcount'] < '25'"> <div> <p>THIS WILL SHOW IF YOU HAVE UNDER 25 POSTS THIS IS A TEST IGNORE ME!!!!!!</p></div> <else /> <div><p>THIS WILL SHOW IF YOU HAVE OVER 25 POSTS THIS IS A TEST IGNORE ME!!!!</p></div> </if> --------------- Added [DATE]1240179940[/DATE] at [TIME]1240179940[/TIME] --------------- I have also tried this with no luck Code:
<if condition="$bbuserinfo[maxposts]==25"> <p>This is a test ignore me</p> <else /> <p>Testing</p> </if> Class Action Settlement |
#15
|
|||
|
|||
Quote:
|
#16
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|