The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Crown next to name

5 posters

Go down

Crown next to name Empty Crown next to name

Post by Hehe it's Voodoo May 15th 2011, 11:18 am

Ok so, I follow this tutorial:https://help.forumotion.com/t90311-how-to-add-an-icon-before-username

I did all steps correctly, pasted all the code, replaced the #, pasted the link, removed the .gensmall, and still I get a glitching crown, it just doesn't show up, all there is is a little empty spot next to my name Sad. Help?
avatar
Hehe it's Voodoo
New Member

Posts : 18
Reputation : 0
Language : The Netherlands

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 15th 2011, 12:49 pm

Can i have your full code Smile? the one u used Smile
there should be something with padding to do Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Hehe it's Voodoo May 15th 2011, 1:30 pm

Sure Smile.

.name strong a[href="/u1"]{
padding-left: 13px;
background: url(http://www.google.nl/imgres?imgurl=http://soulofmagic.webs.com/OwnerCrown.png&imgrefurl=http://soulofmagic.webs.com/&usg=__xdcN3_oBRy0_IbWpipCnCX171-c=&h=17&w=18&sz=1&hl=nl&start=3&zoom=1&tbnid=lUBYZgd2TUKGEM:&tbnh=17&tbnw=18&ei=95jPTZjTCsGeOpaqhIIN&prev=/search%3Fq%3Downer%2Bcrown%26um%3D1%26hl%3Dnl%26biw%3D1920%26bih%3D991%26tbm%3Disch&um=1&itbs=1) no-repeat left;}
a[href="/u1"]{
padding-left: 13px;
background: url(http://www.google.nl/imgres?imgurl=http://soulofmagic.webs.com/OwnerCrown.png&imgrefurl=http://soulofmagic.webs.com/&usg=__xdcN3_oBRy0_IbWpipCnCX171-c=&h=17&w=18&sz=1&hl=nl&start=3&zoom=1&tbnid=lUBYZgd2TUKGEM:&tbnh=17&tbnw=18&ei=95jPTZjTCsGeOpaqhIIN&prev=/search%3Fq%3Downer%2Bcrown%26um%3D1%26hl%3Dnl%26biw%3D1920%26bih%3D991%26tbm%3Disch&um=1&itbs=1) no-repeat left;}
avatar
Hehe it's Voodoo
New Member

Posts : 18
Reputation : 0
Language : The Netherlands

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 15th 2011, 1:52 pm

Try this:
Code:
.name strong a[href="/u1"]{
padding-left: 13px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png) no-repeat left;}
a[href="/u1"]{
padding-left: 13px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png) no-repeat left;}

Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Hehe it's Voodoo May 15th 2011, 1:55 pm

Gangstar15 wrote:Try this:
Code:
.name strong a[href="/u1"]{
padding-left: 13px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png) no-repeat left;}
a[href="/u1"]{
padding-left: 13px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png) no-repeat left;}


Wow bro thanks so much you're my man ( No homo Very Happy)

REPREPREP.
avatar
Hehe it's Voodoo
New Member

Posts : 18
Reputation : 0
Language : The Netherlands

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 15th 2011, 1:58 pm

haha no problem Very Happy
btw, the code was correct only the crown link was wrong, you must right click on the crown and copy its url Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 15th 2011, 11:25 pm

umm this code is giving me a problem in the posts area it shows two crowns instead of one Sad
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 16th 2011, 9:04 am

Yah.. that's the bug with it, because the users avatar also has the same link as the username )
but i think it can removed Smile
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 16th 2011, 10:09 pm

oh so umm i have to do a lil research now to remove it Very Happy and if i find a code to remove it i will post it here so others can know
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 16th 2011, 11:05 pm

Try this Smile
Code:
a[href="/u1"] img{
padding-left: 0px;
background: none;}
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 16th 2011, 11:40 pm

and where do i put the image link? next to img{ place?
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 16th 2011, 11:42 pm

what image link? just use the code above and don't edit it.
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 16th 2011, 11:44 pm

well that brings it to normal and doesnt put any crown next/before the username
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 17th 2011, 12:26 am

i got it finally
Code:

a[href="/u1"]{
padding-right: 45px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png ) no-repeat center;}

what i did was i moved the crown on the right which will appear after the username and the i moved the crown by the avatar in the middle where the avatar hides it
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by BigRooster May 27th 2011, 12:15 am

I have installed this feature as well, and it worked out fine. However, I have no idea on how to fix the duplicating icon bug. :/ I have tried many methods, but none have worked. If anybody can help, I would appreciate it.
avatar
BigRooster
New Member

Male Posts : 2
Reputation : 0
Language : English

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Jophy May 27th 2011, 3:51 am

kamz89 wrote:well that brings it to normal and doesnt put any crown next/before the username

kamz89 wrote:i got it finally
Code:

a[href="/u1"]{
padding-right: 45px;
background: url(http://soulofmagic.webs.com/OwnerCrown.png ) no-repeat center;}

what i did was i moved the crown on the right which will appear after the username and the i moved the crown by the avatar in the middle where the avatar hides it
Crown next to name WarningPlease avoid double/triple posting. Posts need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button. Wink Now this is your 2nd reminder about this, the last one is a ban.



Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Guest May 27th 2011, 11:56 pm

my bad
avatar
Guest
Guest


Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by BigRooster May 29th 2011, 1:40 pm

Bump...
avatar
BigRooster
New Member

Male Posts : 2
Reputation : 0
Language : English

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by Gangstar15 May 29th 2011, 3:12 pm

Did you tried this:
Code:
a[href="/u1"] img{
padding-left: 0px;
background: none;}
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

Crown next to name Empty Re: Crown next to name

Post by sky rs June 24th 2011, 9:41 pm

but the crown is not showing to me in the online box? why
avatar
sky rs
Forumember

Posts : 45
Reputation : 0
Language : norwegian

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum