Extra info field next or under nickname?

Jan38

New Member
Hi all,

maybe someone of you knows how to do this:

I have a forum where people can donate, i want to add the word "donated" or something like that above/under/etc the nickname which can be seen when you read someone's topic so other people may get the idea to donate also.

does anyone know how this can be done, i use user titles and want to keep them...

TIA
 
You can always edit the user title of a user with something like this

Code:
Member<br /><font color="#ff0000">I </font><font color="#ffc000">B</font><font color="#ffff00">l</font><font color="#3fff00">e</font><font color="#00ff00">w</font><font color="#00ffc0"> </font><font color="#00ffff">KJ</font>

or

Code:
Member<br />Donator

:D
 
Back
Top