Staff Icon Next to username
+4
LH Justin
Ahmedvirus
Nera.
Link4
8 posters
Page 1 of 1
Staff Icon Next to username
Well, I was working on finishing this up, then I finally got to the point to where I did it, and I finally figured, "Oh yeah! Who is a boss @ making things work!"
And then I noticed this after I posted something...
The problem is obviously the 1 crown that got stuck into my Avatar and the other one stuck below my profile and Private Message buttons...
Can anyone help me and explain to me how I can fix this please..
I need to know how to fix this fast......
Thanks for reasing and thanks to ANYONE who can help.
And then I noticed this after I posted something...
The problem is obviously the 1 crown that got stuck into my Avatar and the other one stuck below my profile and Private Message buttons...
Can anyone help me and explain to me how I can fix this please..
I need to know how to fix this fast......
Thanks for reasing and thanks to ANYONE who can help.
Link4- New Member
- Posts : 14
Reputation : 0
Language : English
Re: Staff Icon Next to username
Hi,
What is your forum version?
Have you tried usint the tips from the tutorial
https://help.forumotion.com/t90311-how-to-add-an-icon-before-username ?
What is your forum version?
Have you tried usint the tips from the tutorial
https://help.forumotion.com/t90311-how-to-add-an-icon-before-username ?
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Staff Icon Next to username
EDIT: I think my Forum Version is phpBB3
EDIT #2: Nevermind, I found out my Forum Version was phpBB3.
I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
I have tried the Tutorial Tips from that & Also from another one.
I followed the tutorials Step by Step, I got the crowns on, but I do not know how to fix that one problem...
EDIT #2: Nevermind, I found out my Forum Version was phpBB3.
I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
I have tried the Tutorial Tips from that & Also from another one.
I followed the tutorials Step by Step, I got the crowns on, but I do not know how to fix that one problem...
Last edited by Link4 on August 16th 2011, 15:00; edited 1 time in total
Link4- New Member
- Posts : 14
Reputation : 0
Language : English
Re: Staff Icon Next to username
To make sure that follow the followingI do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
go to AP/Display/Skins/Choose a theme/Version
Re: Staff Icon Next to username
Ahmedvirus wrote:To make sure that follow the followingI do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
go to AP/Display/Skins/Choose a theme/Version
Thank you. Apparently I have a phpBB3 Version...
EDIT: Do I need to change my Version into something else?
Link4- New Member
- Posts : 14
Reputation : 0
Language : English
Re: Staff Icon Next to username
Should work all the same. And it's never better as phpBB2.Ahmedvirus wrote:Will be better if the version phpbb2
LH Justin- Hyperactive
- Posts : 3686
Reputation : 121
Language : English
Location : United States
Re: Staff Icon Next to username
Ahmedvirus wrote:Will be better if the version phpbb2
Doubt it
LH Justin is right. phpBB2 is inferior to phpBB3. BB2's CSS is terrible
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
Re: Staff Icon Next to username
Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:
Infliction- Forumember
- Posts : 129
Reputation : 3
Language : Dutch
Re: Staff Icon Next to username
Link4 wrote: I have a phpBB3 Version...
Hi,
Try with this in CSS
- Code:
p a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.forabg a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.forumbg a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.postprofile strong a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
Example:
The most important should be this one =>
I did not have the time to inspect the whole forum but it seems to have no bugs.
Infliction wrote:Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:
Hi,
Please open a topic for it
Thank you : )
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Staff Icon Next to username
Nera. wrote:Link4 wrote: I have a phpBB3 Version...
Hi,
Try with this in CSS
- Code:
p a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.forabg a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.forumbg a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
.postprofile strong a[href="/u1"] {
background: url("http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif") no-repeat scroll 0 0 transparent;
height: 15px;
line-height: 17px;
padding-left: 16px;
padding-top: 2px;
width: 15px;
}
Example:
The most important should be this one =>
I did not have the time to inspect the whole forum but it seems to have no bugs.Infliction wrote:Yeah, can someone help me with adding staff icon's next to my username and in legend? Please message me back (:
Hi,
Please open a topic for it
Thank you : )
This worked.
Thank you thank you thank you thank you soooo soo sooo much. REP+++++++++++++++ for you.
Link4- New Member
- Posts : 14
Reputation : 0
Language : English
Re: Staff Icon Next to username
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» icon before username for staff only
» Sparkling Username with Icon
» Trying to add an icon in front of a username........
» need help for this javascript about adding icon next to username
» How to add online/offline icon next to username?
» Sparkling Username with Icon
» Trying to add an icon in front of a username........
» need help for this javascript about adding icon next to username
» How to add online/offline icon next to username?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum