PDA

View Full Version : Help Please


Rickeo
09-03-2007, 11:19 AM
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

Marco van Herwaarden
09-03-2007, 11:21 AM
This sounds more like default vBulletin indications:
* = Invisible
+ = On buddy list

Lynne
09-03-2007, 02:24 PM
If they are all in the same usergroup, could you add something in the html markup for that usergroup?

Rickeo
09-04-2007, 03:06 PM
This sounds more like default vBulletin indications:
* = Invisible
+ = On buddy list

No it's not because invisible users appear as * still but donating members have like a gold flashing * beside there name??

Obviously it's not out there lol

wildblue
09-04-2007, 05:20 PM
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.

<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>

Rickeo
09-05-2007, 08:06 PM
Thanks that will do ur a star :D

~Rick~