The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Show usergroup in profile
I wanna know if theres a way to display someones usergroup/membership in their profile. I.E If a premium member, I can display it somewhere
|
#2
|
||||
|
||||
If you want it displayed in the User's Profile:
HTML Code:
<if condition="$userinfo[usergroupid] == specialgroupid">I'm a Premium Member!</if> |
#3
|
||||
|
||||
paul41598,
You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (vB-germany users click here) and enter your email address, to show us that you are licensed. You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive. The update of your account may take up to one hour. Thank you. |
#4
|
||||
|
||||
I didn't think unlicensed users could post here.
|
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
Either one.
|
#7
|
||||
|
||||
because believe it or not, it does absolutely nothing ;(
|
#8
|
||||
|
||||
Which template are you trying to apply it to?
|
#9
|
||||
|
||||
memberinfo
|
#10
|
||||
|
||||
Strange. It's working for me -- I just tested it.
Code:
<if condition="$userinfo[usergroupid] == 6">I'm a Premium Member!</if> Edit: Just noticed, it says you're running 3.0.7. The variables may be different from 3.0.x - 3.5.x. I'd imagine that's why it's no showing up. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|