Nope, no plugin - far more simple solution:
We useto display a tick after all links, then useCode:.threadbit .title:after { content:" ✔"; }to remove it for any un-read threads.Code:.threadbit .title.threadtitle_unread:after { content:"";}
You could of course, use it on a:visited if you wishCode:a:visited:after { content:" ✔"; }
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks