The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help Please
Hi,
I have seen a hack somewhere where supporting members have a little * beside there name I have been looking for this for months does anyone know where it is oir how I can get it to work so supporting members usergroup has a * beside there name?? Thanks Rick |
#2
|
|||
|
|||
This sounds more like default vBulletin indications:
* = Invisible + = On buddy list |
#3
|
||||
|
||||
If they are all in the same usergroup, could you add something in the html markup for that usergroup?
|
#4
|
||||
|
||||
Quote:
Obviously it's not out there lol |
#5
|
|||
|
|||
I have done something like this.
We created various usergroups and designed images for the appropriate levels and then inserted this code in the postbit, just under the "Rank" entry. Change the numbers after $post, to the appropriate usergroup number. Code:
<if condition="is_member_of($post, 14)"><img src="http://www.yoursite.com/images/42651.gif" border="0" alt="Bronze Contributor"></if> <if condition="is_member_of($post, 15)"><img src="http://www.yoursite.com/images/42649.gif" border="0" alt="Silver Contributor"></if> <if condition="is_member_of($post, 16)"><img src="http://www.yoursite.com/images/42650.gif" border="0" alt="Gold Contributor"></if> |
#6
|
||||
|
||||
Thanks that will do ur a star
~Rick~ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|