Dear moderator(s),
It used to be able to tell if a thread had new posts in it or not (i.e. posts that I hadn't read yet). In the main forum page, if I had read all the posts in a given thread, then that thread's subject would be a different color (purple I think). If a someone posted a new post the thread since I last read that thread, then that thread's subject would be blue. This is very similar to how links change colors on a "normal" webpage depending on how your browser's set up and whether or not you've visited the destination of that link in the last x days.
This is no longer true. In fact (and I'm not trying to point fingers, just bringing this to your attention) the new bulletin board system, very unwisely, makes all links the same color! It does this via a Cascading Style Sheet which includes the code:
#all A:link { COLOR: #001090; }
#all A:visited { COLOR: #001090; }
#all A:active { COLOR: #001090; }
You can see above how all links, regardless of whether I've visited them or not, are blue.
Is this something you all can easily change? Does the new bulletin board system let you set these defaults? I found having visited vs. unvisited links being different colors to be very helpful in browsing your forums.
It looks like the color of the envelopes (yellow vs. red) beside each thread is supposed to address this issue. However, these envelopes do not seem to be "updating" for me. I'll read a thread and return to the main forum page only to find that the envelope is still red. Perhaps the color of the envelope is determined by some crazy server-side database that's tracking my moves through the Apolyton site or a bunch of cookies on my machine. Whatever it is, it's not working or it's working very slowly (as in more than fifteen minutes to "realize" that I've read a particular thread).
Would it be possible to reinstitute having links change colors based on whether or not you've visited them - or is this something that the new bulletin board software doesn't allow.
Thanks,
Edward
It used to be able to tell if a thread had new posts in it or not (i.e. posts that I hadn't read yet). In the main forum page, if I had read all the posts in a given thread, then that thread's subject would be a different color (purple I think). If a someone posted a new post the thread since I last read that thread, then that thread's subject would be blue. This is very similar to how links change colors on a "normal" webpage depending on how your browser's set up and whether or not you've visited the destination of that link in the last x days.
This is no longer true. In fact (and I'm not trying to point fingers, just bringing this to your attention) the new bulletin board system, very unwisely, makes all links the same color! It does this via a Cascading Style Sheet which includes the code:
#all A:link { COLOR: #001090; }
#all A:visited { COLOR: #001090; }
#all A:active { COLOR: #001090; }
You can see above how all links, regardless of whether I've visited them or not, are blue.
Is this something you all can easily change? Does the new bulletin board system let you set these defaults? I found having visited vs. unvisited links being different colors to be very helpful in browsing your forums.
It looks like the color of the envelopes (yellow vs. red) beside each thread is supposed to address this issue. However, these envelopes do not seem to be "updating" for me. I'll read a thread and return to the main forum page only to find that the envelope is still red. Perhaps the color of the envelope is determined by some crazy server-side database that's tracking my moves through the Apolyton site or a bunch of cookies on my machine. Whatever it is, it's not working or it's working very slowly (as in more than fifteen minutes to "realize" that I've read a particular thread).
Would it be possible to reinstitute having links change colors based on whether or not you've visited them - or is this something that the new bulletin board software doesn't allow.
Thanks,
Edward
Comment