Written by Stoker & Steve
Lets color the Forum and Topic links when they are unread. This makes it easier for the user to see if the Forum or Topic is unread.
It will work when viewing forum index, forum and search (like active topics)
Prosilver only!
Open styles/prosilver/template/forumlist_body.html
Find:
Code: Select all
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle"
Code: Select all
<!-- IF forumrow.S_UNREAD_FORUM --> style="color:#b22222;"<!-- ENDIF -->
Find:
Code: Select all
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle"
Code: Select all
<!-- IF topicrow.S_UNREAD_TOPIC --> style="color:#b22222;"<!-- ENDIF -->
Open styles/prosilver/template/search_result.html
Find:
Code: Select all
<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"
Code: Select all
<!-- IF searchresults.S_UNREAD_TOPIC --> style="color:#b22222;"<!-- ENDIF -->