quote:
Originally posted by Sunshine
Why doesn't the bold stay like enabling the feature does? Everytime i close my browser (delete cookies) i have to go to the page again to set it
All of the settings for the Latest Posts page are stored in a cookie called latestOptions: hidden forums, refresh, ignore last visit, bold subjects, and thread participation icons. If you delete the cookie, everything is back to default.
I could move the settings to a database field eventually, but using the cookie is easier for me, and the cookie works even for users who aren't logged in.
quote:
Originally posted by Napbree
Can we have the option to have italics instead of bold please
I tried italics and it looked awful...
But if you want to customize the text style for unread threads on the Latest Posts page, you can use Stylish or something with some CSS like this...
code:
.latest_thread .subject strong { font-weight:normal; font-style:italic; }