Staff Icon Next to username
Page 1 of 1 • Share •
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- Forumotion Member
- Posts: 11
Language: English
Points: 6
Join date: 2011-08-16
Re: Staff Icon Next to username
Hi,
What is your forum version?
Have you tried usint the tips from the tutorial
http://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
http://help.forumotion.com/t90311-how-to-add-an-icon-before-username ?

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, 6:00 am; edited 1 time in total
Link4- Forumotion Member
- Posts: 11
Language: English
Points: 6
Join date: 2011-08-16
Re: Staff Icon Next to username
I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
To make sure that follow the following
go to AP/Display/Skins/Choose a theme/Version
Re: Staff Icon Next to username
Ahmedvirus wrote:I do not remember what my Forum Version is, I forgot where to find it @ on the control panel.
To make sure that follow the following
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- Forumotion Member
- Posts: 11
Language: English
Points: 6
Join date: 2011-08-16
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
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- Forum Reviewer

-

Posts: 1114
Language: English, Spanish, Mandarin
Location: United States
Points: 924
Join date: 2011-06-22
Re: Staff Icon Next to username
whats ur site url?

mmägi- Forumotion Member
- Posts: 198
Language: Estonia
Points: 163
Join date: 2011-05-18
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- Forumotion Member
- Posts: 129
Language: Dutch
Points: 99
Join date: 2011-08-16
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 : )
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- Forumotion Member
- Posts: 11
Language: English
Points: 6
Join date: 2011-08-16
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
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by Link4 on August 16th 2011, 4:01 am










