PDA

View Full Version : Read/Unread Threads



Robert Walters
09-20-2010, 2:06 PM
As I'm trying to read all the threads, I've noticed that "Unread" threads (highlighted in BOLD) are only appearing on Page 1, and not on page 2 or beyond.

Is this something I can change in Forum User settings, or a configuration of the vBulletin software?

Dan Hintz
09-20-2010, 2:13 PM
"Unread" threads only pertains to those unread since your last visit (and times out within about 30 minutes, so if you doddle too long...)

Robert Walters
09-23-2010, 4:58 AM
Dan,

It's not the forum software "new", but the css a:visited I wanted.

If you use FireFox, there's a plugin called 'stylish'.
https://addons.mozilla.org/en-US/firefox/addon/2108/

Once installed and you have restarted Firefox:
Click on the 'S' icon on the very lower right,
then 'manage styles',
then 'Write New Style',
name it 'Restore VISITED links',
and add this to the main area:




@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.sawmillcreek.org"){
a:visited, body_avisited {color: #aa6600 ! important; }
}
Now, if you go back through old threads, you can tell which ones you've visited before or not. :)