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

edited September 2007 in Vanilla 1.0 Help
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!

Comments

  • KrakKrak New
    edited September 2007
    I could have swore there was an extension for this, but I couldn't find it. I have done it before by just hacking the CSS file. IIRC it was pretty easy.

    Have you tried editing the CSS where NoNewComments, and NewComments are located? I am sure someone else has done this and will chime in.
  • sjeepssjeeps
    edited September 2007
    Try this 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.
  • Sweet baby jesus! Thanks sjeeps!

    That would make a awesome extension. Make it a lot easier to change.
This discussion has been closed.