PDA

View Full Version : Custom colors/icons for donating members.


Pharkas
12-23-2006, 12:49 AM
Hi,

I'm in the process of setting up a premium membership feature on my forum.

I was wondering if anyone has seen hacks for setting up custom features such as a custom icon, custom color for posts, post header, etc... to identify premium members from others.

Any help would be great. I looked around but did not find anything.

Thanks !

blind-eddie
12-23-2006, 12:58 AM
I too would like that.

Dominic
12-23-2006, 07:15 PM
Do u mean the usergroup color? That can be done via Admin Panel.

blind-eddie
12-23-2006, 07:20 PM
Where??

Dominic
12-23-2006, 07:23 PM
Admin Panel > Usergroups > Usergroups Manager > then click edit to whatever usergroup you are trying to do, then find where it says " Username HTML Markup ", and in the first box put <font color="COLOR"> and in the second box put </font>, Note: replace COLOR with the color you want, and if you want the usergroup BOLD then you just add <b> in the first box and </b> in the second. Pretty simple stuff.

- Phantom

blind-eddie
12-23-2006, 07:58 PM
sweet thanks

Pharkas
12-23-2006, 11:47 PM
Great, thanks !

That's definitely a good start.

Would it be possible to change the background color of the section where you find the username, # posts, etc... for s particuler user group the same way ?

Any help would be greatly appreciated.

Thanks !

Dominic
12-24-2006, 12:45 PM
Yes its possible, just use If statements,

<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if>

Replace USER_ID with the usergroup id, to add more then one usergroup just add a comma "," after each one.

5IVEO
12-29-2006, 08:42 AM
Yes its possible, just use If statements,

<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if>

Replace USER_ID with the usergroup id, to add more then one usergroup just add a comma "," after each one.



I need some help on where I would find this, Ive been wanting to change this for a while but had no luck, you couldn't possibly write out an idiots guide could you? :confused: :confused: