Topic: [request] colored user TITLES
well i have got colored user names, but i was woundering, is there any way to make colored user titles?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [request] colored user TITLES
well i have got colored user names, but i was woundering, is there any way to make colored user titles?
Hi,
its simple...
open viewtopic.php
replace
<dd class="usertitle"><?php echo $user_title ?></dd>
with
<dd class="usertitle"><font color="#ffff00"><?php echo $user_title ?></font></dd>
That color is an example.... U can use what u want for #ffff00...
That's all...
Greetings
Michaela
<dd class="usertitle"><font color="#ffff00"><?php echo $user_title ?></font></dd>
Very bad to use FONT tag ...
but CSS is magic ... you can "cumulate" the classes ... for example
see if the class usertitle has no color ...
create a new class
.colorofyourchoice {
color : colorofyourchoice
}
and do this after
<dd class="usertitle colorofyourchoice"><?php echo $user_title ?></dd>
but the simplest solution is to add a color in the "usertitle" class. Simply.
is it possible to make different colored titles for different users?
like user groups have differentl color usernames, is it possible to do same with titles, so the titles are different colors?
The best thing to do is a little re work on the Colored User Groups mod by Mediator.
ok. i will have a look at the user group mod and try to edit it for color user titles when i get home then.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → [request] colored user TITLES
Powered by PunBB, supported by Informer Technologies, Inc.