Re: Distinguish between read and un-read discussions/forums.
Posted by
Hugo <Nabble> on
Feb 02, 2009; 3:44am
URL: https://support.nabble.com/Distinguish-between-read-and-un-read-discussions-forums-tp2157609p2256354.html
hi James,
If you want the icon indicator in your forum, copy the CSS code below and paste it in the "Options > Change appearance" screen:
.wide-table a:link,
.narrow-table a:link,
.child-table a:link
{
background: url('/images/icon_next.png') no-repeat;
padding-left: 15px;
}
td.avatarA a:link,
td.avatarB a:link,
a.category-subject:link {
background: none;
padding-left:0;
}
Note that you can change the icon by editing the URL of the image.
For example, you can upload the icon to your forum description and use the URL of that image in the CSS code.
Please let me know if this solution works better.
Regards,
Hugo Teixeira
Nabble.com