The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Donator Tag
Is there any way to add a Donator ( in this case a free form tag) under the postbit
by using usergroups? that be great so that when someone donates or using the vB subscription and gets moved usergroups automaticly it adds the tag to the postbit |
#2
|
||||
|
||||
are they in an aditional usergroup? or a full usergroup, large difference
|
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
<if condition="$post[usergroupid] == X">Im a paying member</if>
replace X with the full usergroup id |
#5
|
|||
|
|||
dam it was just a condition?!
lol |
#6
|
||||
|
||||
yeap, alot of basics hacks in vB3 have become template mdos with conditionals
|
#7
|
|||
|
|||
thanks again man.. it working great.. this will make my life a lot easier.. over my 2.0 hack.. I am still learning how 3.0 actually is working
|
#8
|
|||
|
|||
would this work
<if condition="$post[subscriptionid] == 4">Im a paying member</if> |
#9
|
|||
|
|||
or maybe <div>
$vbphrase[subscription_title]<if condition="$post[subscription_title]== 4">Donator</if></div> |
#10
|
||||
|
||||
im not sure if there is such a thing (varbile)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|