Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Lil'Icons - Need a Solution
Hello's... I was wondering if anyone has put a little image next to the discussions title to show that it has new comments?
I've already set up a few icons for the stickies, sunk, bookmarked and the other ones. But for some dang reason I can not figure out why it won't stick one on a discussion that has unread comments.
If you goto my site: http://pushingpixels.net - You'll see the ones for the stickies, but I'd also like one for unread messages. I know HTML, I know a little PHP but the CSS file doesn't want to work with me.
So if anyone has a solution I'd appreciate it!
I've already set up a few icons for the stickies, sunk, bookmarked and the other ones. But for some dang reason I can not figure out why it won't stick one on a discussion that has unread comments.
If you goto my site: http://pushingpixels.net - You'll see the ones for the stickies, but I'd also like one for unread messages. I know HTML, I know a little PHP but the CSS file doesn't want to work with me.
So if anyone has a solution I'd appreciate it!
0
This discussion has been closed.
Comments
Have you tried editing the CSS where NoNewComments, and NewComments are located? I am sure someone else has done this and will chime in.
#Discussions .NewComments .DiscussionTopic a { padding: 10px 0 5px 34px; background: transparent url('alert.gif') no-repeat 0 0; }
And it should look like this:
Just change the image and adjust the padding.
That would make a awesome extension. Make it a lot easier to change.