![]() |
color
hi can anyone tell me how to make the user title color like
admin = red s/mod = dark ect ect thanks |
Go to usergroups >> Edit usergroup >> Username HTML Markup .. insert the html code for the colours you want to use.
|
hello m8 thanks for replying but didnt work :( it did the users name but not the User Title
as anyone got a idea to help me |
|
i just tryed it it dont work on vb3.6.4 :(
is there any other way ? need step buy step please |
Create a plugin at hook location "postbit_display_start" with the following:
Code:
switch ($this->post['usergroupid']){ Find in your respective postbit template: Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<if condition="$post['usertitle']"><div class="smallfont"<if condition="$color"> style="color:$color"</if>>$post[usertitle]</div></if> |
thanks m8 but can u tell me hiw to do the plug in hook location "postbit_display_start"
please coz iam still very new to it all :( thx again |
When you add a new plugin, there's a dropdown list containing all the hook locations - just select "postbit_display_start".
|
hi Kirk Y
i have tryed it but it didnt work :( have got any over way or some ideas please |
I tested it, so it's something on your end I'm afraid.
|
All times are GMT. The time now is 12:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|