Customizing SMF > Graphics and Templates
[SMF 2.0.2] How to set the poll-icon like Sticky and lock?
4Three:
Hi there,
I was wonderinf if someone knows how to set a poll-icon achter a topic name, like the Sticky- and Lock-icon (see attach).
index.css
--- Code: ---.topic_table td.stickybg2
{
background-image: url(../images/icons/quick_sticky.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
.topic_table td.lockedbg2
{
background-image: url(../images/icons/quick_lock.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
.topic_table td.locked_sticky2
{
background-image: url(../images/icons/quick_sticky_lock.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
--- End code ---
and if I after add:
--- Code: ---.topic_table td.pollbg2
{
background-image: url(../images/icons/normal_poll.gif);
background-repeat: no-repeat;
background-position: 98% 4px;
}
--- End code ---
it won't change a thing and I'm not sure how to code this..
Please help :)
4Three:
The white text ''RE: ....'' should also go away :)
Akyhne:
You can't do that easy, as the sticked and locked icons are shown as a backround image.
ahrasis:
--- Quote from: giovannie_1 on September 01, 2012, 04:40:42 PM ---The white text ''RE: ....'' should also go away :)
--- End quote ---
There is a mod for that. Do search.
I am not sure what is you need in the first question.
4Three:
--- Quote from: ahrasis on September 04, 2012, 04:27:16 AM ---
--- Quote from: giovannie_1 on September 01, 2012, 04:40:42 PM ---The white text ''RE: ....'' should also go away :)
--- End quote ---
There is a mod for that. Do search.
I am not sure what is you need in the first question.
--- End quote ---
I know. But that RE Fix is for boardindex only, not for replies in topics.
EDIT: Oops, I got confused. I ment with the RE: fix for this issue: http://www.simplemachines.org/community/index.php?topic=484921.msg3395522#msg3395522
Navigation
[0] Message Index
[#] Next page
Go to full version