![]() ![]() |
Asylum Feedback/Support Audio Asylum feedback, support and feature wish list. |
For Sale Ads |
Use this form to submit comments directly to the Asylum moderators for this forum. We're particularly interested in truly outstanding posts that might be added to our FAQs.You may also use this form to provide feedback or to call attention to messages that may be in violation of our content rules.
Original Message
RE: Mark as Read not working?
Posted by Rod M on February 26, 2025 at 10:12:46:
Ok, I had to look up what it's doing. Basically, the JS calls markread.mpl which is a perl script that gets an array of the root topics children and writes the message numbers read for the forum.
Using the Threads view, the bullet will change as red using CSS, a class aa-d versus li class="new" for a blue bullet. Again, it won't change until you RELOAD the page. That does work on my PC.
Everything should persist. However, right now, only the bullet color changes. It's easy enough to change the text color for the link as well which would be better, but it only would work when it is re-processed with a new load for the page.
I don't know exactly how to it on the fly with JS. Perhaps a JS flag with the root topic number could do that. Any ideas?