Crowns next to names
4 posters
Page 1 of 1
Crowns next to names
I saw a Guide how to put Crowns next to names but when i use this code
#fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("imagedirectlink") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
it gives everyone the Crown when i want Only Selected Members to get it
#fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("imagedirectlink") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
it gives everyone the Crown when i want Only Selected Members to get it
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! |
Did you change this part of the code - ="/u#"], ?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
slg wrote:
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Did you change this part of the code - ="/u#"], ?
mine has ="/u1" can u give me an example what its ment to look like
thanks
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
On my forum my user ID is u1, so if I use the code on my forum I would have to change that part of the code to u1.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
slg wrote:On my forum my user ID is u1, so if I use the code on my forum I would have to change that part of the code to u1.
this my code and it still gives everyone the crown
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
padding-left: 16px;}
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
You forgot one - table.ipbtable td a[href="/u#"],
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
Other people are still getting it
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Please post the link to where you got the code. Was the code for phpBB 2?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
slg wrote:Please post the link to where you got the code. Was the code for phpBB 2?
https://help.forumotion.com/t90311-how-to-add-an-icon-before-username
- Code:
For Invision:
Step 1:
Navigate to...
Administration Panel → Display → Colors → CSS Style Sheet
Step 2:
Scroll all the way down (if there is already coding there), and paste the following code:
CODE: ----------SELECT ALL
#fo_stat a[href="/u#"], .activeusers-box p a[href="/u#"], #chatbox a[href="/u#"], #chatbox_members a[href="/u#"], table.ipbtable td a[href="/u#"], .postprofile strong, .module a[href="/u#"] {
background: url("imagedirectlink") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Step 3:
Once you have chosen the codes you want, please change the "#" character next to /u according to what user you want the icon to appear before. To find out the "#" to replace, go to that user's forum profile, and copy the number after "/u".
Example:
CODE: ----------SELECT ALL
a[href="/u1"]
/u1 is the founder of the forum, and when you go to his profile, it will be: www.forumlink.com/u1
You can now choose the small image to place before the user name. Simply copy the direct link, and paste the link in the "imagedirectlink" text.
To make two users have icons, simply just paste the same exact code again, changing the number to correspond with his/her profile.
Once you have finished everything, click: Submit, and you're done.
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Which forum version are you using? In your profile it says phpBB 2.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
slg wrote:Which forum version are you using? In your profile it says phpBB 2.
im using Invision ikr my forums say that
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Did you change this - .postprofile strong, .module a[href="/u#"] {
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
Yes to u1 witch is me
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
slg wrote:Did you change this - .postprofile strong, .module a[href="/u#"] {
yes
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
copy paste this and see...
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .module a[href="/u1"] {
background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Crowns next to names
Drogba921 wrote:copy paste this and see...
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .module a[href="/u1"] {
background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
this worked thank you do i have to Keep copying this and pasteing for new memmbers or is there shorter code
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Youll have to do it for each member you add a tag to.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Crowns next to names
Drogba921 wrote:Youll have to do it for each member you add a tag to.
also is there away i can have crowns in front of legend
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
- Code:
.row2 div a[href="/GROUP"]{
background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
For this one, replace /GROUP with the link to your group... to get it, go to your legend, click a group, and at the end of the link it will say /g#-NAME
copy that part
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Crowns next to names
Drogba921 wrote:
- Code:
.row2 div a[href="/GROUP"]{
background: url("http://i39.tinypic.com/313p05f.gif") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
For this one, replace /GROUP with the link to your group... to get it, go to your legend, click a group, and at the end of the link it will say /g#-NAME
copy that part
Really dont understand could u please give me a Full Code Example So i can work off thanks
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: Crowns next to names
Use that code and replace /Group with the group link that appears in the browser.
For example:
Support Moderators here is /g4054-forumotion-support-moderators.
For example:
Support Moderators here is /g4054-forumotion-support-moderators.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Crowns next to names
Since this thread appears to be solved, I will mark this thread as Solved and move it now. Note: You can also help the staff member's work by EDITING your topic and marking it as Solved. |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» How do I put crowns before my name?
» Crowns
» Problem with crowns!
» How to space out crowns next to usernames ????
» Italicised names?
» Crowns
» Problem with crowns!
» How to space out crowns next to usernames ????
» Italicised names?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum