Adding icon to username

eccato at 19h18
05
Nov
2011
Hello!

I saw icon at the beginning of username at one forumotion forum, but how to add it?
1 Guest, on 05/11/2011 at 19h26
Code:
a[href="/u1"] {
    background: url("http://illiweb.com/fa/admin/couronne.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

Add this code to CSS Stylesheet.
2 eccato, on 05/11/2011 at 19h29
But what I need to put here:

a[href="/u1"] {
3 Guest, on 05/11/2011 at 19h30
I don't understand you? Very Happy Only put the code I show.
4 eccato, on 05/11/2011 at 19h31
Okay...

But it didn't appear.
5 Nera., on 05/11/2011 at 21h41
Hi,

Try using this. Add it to AP > Modules > JS managment and mark all pages.

Code:
/* Kruna ispred nicka administratora. By BubbleDreams 2011 -
AdminCentar.net . Nemoj uklanjati copyright! Don't remove copyright! */
 
$(function() {
if($('a[href="/u1"] span strong')){
            $('a[href="/u1"] span strong').before('<img src="http://cdn2.iconfinder.com/data/icons/ledicons/crown.png" border="0" />');
    }
});
6 eccato, on 06/11/2011 at 06h46
But it doesn't appear. I want to add it to only my account.
7 Nera., on 06/11/2011 at 08h14
It will be added to your account only. I'm not sure you are doing it correctly. You have a phpBB3 forum and this is the script working my test phpBB3 forum
http://someonelikeyou.forumcroatian.com/

Is your JS enabled?

Edit: Is this your profile Argos Theodor Ürklainen? That's the 25 registered, u25.
I can't read your language but the script works on the founder of the forum. The u1 in the script represents the first registered. You have to change it to the number you are on the board if you are not the founder. You get the number by clicking on your name on the board and taking it from the browser. On FM mine would be
/u42273
8 eccato, on 06/11/2011 at 08h29
Okay, I got it. Thanks to everyone! Someone may close it.
9 Nera., on 06/11/2011 at 08h33
eccato wrote:Okay, I got it. Thanks to everyone! Someone may close it.


Topic solved
Similar topics
Would anyone here know how to add an icon before a specific username on PHPBB2 using CSS? Thanks in advance!
Hi! Could you helo me step by step process of how to change one's username color and put an image under it THank you!
need help on getting icon after username.
Replies 1 to 9 on 9 for "Adding icon to username"
See also
more_less
Informations

9 Replies For the topic :
"Adding icon to username"

This topic has been viewed 637 times.

Last message :
05/11/2011 at 19h18 by "eccato"