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.

remove these

3 posters

Go down

remove these Empty remove these

Post by EmperorAdam December 14th 2011, 5:48 pm

the ones in Orange i want to remove but not the one in the brown


remove these Rowx
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by MrMario December 14th 2011, 5:53 pm

Hello,

What are you wanting removed? Its kind of hard to tell from that image.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 6:00 pm

I want to remove the star next to the profile button and next to the avatar but not the one next to the username
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Omu December 14th 2011, 6:43 pm

Delete from CSS this:
Code:

a[href="/u1"] {
    background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}

And put in CSS this:
Code:

.username a[href="/u1"] {
background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
padding-right: 16px;
}
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 6:51 pm

Did not work Sad I am on Phpbb2
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Omu December 14th 2011, 7:07 pm

Hm..I don't know why, in my forum it's working.
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 7:22 pm

Help me code it
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Guest December 14th 2011, 8:10 pm

Hey EmperorAdam, your problem is in viewtopic_body I guess. Can you show me what you have in that template? Smile


Last edited by Gassy on December 14th 2011, 9:00 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 8:20 pm

pmed
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Guest December 14th 2011, 8:32 pm

Seems to be okay with your template, sorry for trouble. Now can you send me a PM with your Stylesheet? Smile
avatar
Guest
Guest


Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 8:33 pm

Pmed
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Guest December 14th 2011, 8:45 pm

Replace all a[href="/userlink"] by adding before a td.messaging:
Code:
td.messaging a[href="/u1"] {
    background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
td.messaging a[href="/u2"] {
    background: url("http://forums.d2jsp.org/images/i77.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
td.messaging a[href="/u20"] {
    background: url("http://forums.d2jsp.org/images/i91.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
td.messaging a[href="/u30"] {
    background: url("http://2img.net/i/fa/i/smiles/star3.png") no-repeat scroll right center transparent;
    padding-right: 11px;
}
 
td.messaging a[href="/u55"] {
    background: url("http://img508.imageshack.us/img508/1862/black5.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
td.messaging a[href="/u79"] {
    background: url("http://img99.imageshack.us/img99/2650/brown1.gif") no-repeat scroll right center transparent;
    padding-right: 9px;
}
 
td.messaging a[href="/u81"] {
    background: url("http://img23.imageshack.us/img23/5504/blue5x.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
td.messaging a[href="/u83"] {
    background: url("http://img801.imageshack.us/img801/9374/black3.gif") no-repeat scroll right center transparent;
    padding-right: 22px;
}
avatar
Guest
Guest


Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 8:50 pm

not worked it remove the one next to the user name
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Guest December 14th 2011, 8:58 pm

Oh, I'm so sorry, I don't understanded first your problem. Now I have read your first post again. So..:
Code:
tr.post td.row1 span.name a[href="/u1"] {
    background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}

All codes:
Code:
tr.post td.row1 span.name a[href="/u1"] {
    background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
tr.post td.row1 span.name a[href="/u2"] {
    background: url("http://forums.d2jsp.org/images/i77.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
tr.post td.row1 span.name a[href="/u20"] {
    background: url("http://forums.d2jsp.org/images/i91.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
tr.post td.row1 span.name a[href="/u30"] {
    background: url("http://2img.net/i/fa/i/smiles/star3.png") no-repeat scroll right center transparent;
    padding-right: 11px;
}
 
tr.post td.row1 span.name a[href="/u55"] {
    background: url("http://img508.imageshack.us/img508/1862/black5.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
tr.post td.row1 span.name a[href="/u79"] {
    background: url("http://img99.imageshack.us/img99/2650/brown1.gif") no-repeat scroll right center transparent;
    padding-right: 9px;
}
 
tr.post td.row1 span.name a[href="/u81"] {
    background: url("http://img23.imageshack.us/img23/5504/blue5x.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
tr.post td.row1 span.name a[href="/u83"] {
    background: url("http://img801.imageshack.us/img801/9374/black3.gif") no-repeat scroll right center transparent;
    padding-right: 22px;
}
avatar
Guest
Guest


Back to top Go down

remove these Empty Re: remove these

Post by EmperorAdam December 14th 2011, 9:06 pm

Thanks But Now it does not come up in the Forum index
EmperorAdam
EmperorAdam
Forumember

Male Posts : 123
Reputation : 4
Language : English
Location : UK

http://mytube.forumotion.co.uk/

Back to top Go down

remove these Empty Re: remove these

Post by Guest December 14th 2011, 9:17 pm

Add also, not remove your codes, just add and:
Code:
table.forumline tbody tr td.over span.gensmall span strong a[href="/u1"] {
    background: url("http://www.d2jsp.org/images/i55.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u2"] {
    background: url("http://forums.d2jsp.org/images/i77.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u20"] {
    background: url("http://forums.d2jsp.org/images/i91.gif") no-repeat scroll right center transparent;
    padding-right: 26px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u30"] {
    background: url("http://2img.net/i/fa/i/smiles/star3.png") no-repeat scroll right center transparent;
    padding-right: 11px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u55"] {
    background: url("http://img508.imageshack.us/img508/1862/black5.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u79"] {
    background: url("http://img99.imageshack.us/img99/2650/brown1.gif") no-repeat scroll right center transparent;
    padding-right: 9px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u81"] {
    background: url("http://img23.imageshack.us/img23/5504/blue5x.gif") no-repeat scroll right center transparent;
    padding-right: 39px;
}
 
table.forumline tbody tr td.over span.gensmall span strong a[href="/u83"] {
    background: url("http://img801.imageshack.us/img801/9374/black3.gif") no-repeat scroll right center transparent;
    padding-right: 22px;
}
avatar
Guest
Guest


Back to top Go down

Back to top


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