The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom colors/icons for donating members.
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 ! |
#2
|
||||
|
||||
I too would like that.
|
#3
|
|||
|
|||
Do u mean the usergroup color? That can be done via Admin Panel.
|
#4
|
||||
|
||||
Where??
|
#5
|
|||
|
|||
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 |
#6
|
||||
|
||||
sweet thanks
|
#7
|
|||
|
|||
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 ! |
#8
|
|||
|
|||
Yes its possible, just use If statements,
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if> |
#9
|
|||
|
|||
Quote:
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? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|