The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
custom usergroup message
Hello.
My vbulletin version 3.7.4 I want to make custom message. Example: when user register to forum on main page I want what it display message "You are registered user $username send sms to bla bla bla to become VIP" and when he send this sms this message disappear,I already have this sms script all working,just need to add this message. I think it should be something like: Code:
if usergroup = x there going message else if he is already VIP message disappear thanks. |
#2
|
||||
|
||||
<if condition="is_member_of($bbuserinfo, 2)">
Message here </if> |
#3
|
|||
|
|||
Thanks,and maybe know how to display username inside this message ?
|
#4
|
||||
|
||||
Most likely $bbuserinfo[username]
|
#5
|
||||
|
||||
You may want to use the Notices feature.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|