PDA

View Full Version : Paid Members Image in Postbit


btedition
02-11-2014, 11:19 AM
Hey guys,

I'm a bit of a noob when it comes to coding here but I am a fast learner.

We just established a paid membership package on our forum and I'd like to get those paid members distinguished from other members. I've already created a separate group for them, but I want to do some stuff to make them more special than others.

https://vborg.vbsupport.ru/external/2014/02/23.png

This is my current postbit. I want to insert this star (https://vborg.vbsupport.ru/external/2014/02/24.png) inside both red circles. So basically having the name wrapped with two stars.

Also, in the area of the yellow rectangle I'd like a banner image of some sort to be inserted saying "Paid Member"

Now I understand I have to play with postbit_legacy but I don't know exactly what I need to adjust.

Please help, I appreciate your time and efforts. Thanks

-------

Paid Members usergroupID = 16
Star PNG link : http://bmwclubuae.com/images/star.png

cellarius
02-11-2014, 05:51 PM
No need to play with postbit. Just add the htrml code for the stars in the usergroup settings -> Username HTML Markup.

And for the second you can use user ranks

btedition
02-12-2014, 05:20 AM
Thank you, I said I am a noob when it comes to coding because I don't know what code I need to insert in. Can you please guide?

Thanks in advance!

cellarius
02-12-2014, 08:42 PM
Well, something like <img src="path/to/your/star.gif" alt="star" />. But that's really very basic html, there's tons of pages where the usage of the img-tag in html is explained.

btedition
02-13-2014, 06:20 AM
Thank you sir!