Strike-Trough Locked Thread-Titlewith this little code u see a strike-trough of topic-title on viewforum.
it skips announcement/global announcements/stickies
openstyles/prosilver/viewforum_body.html
find allCode:
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">
replace all withCode:
<a <!-- IF topicrow.S_TOPIC_LOCKED and not (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL or topicrow.S_POST_STICKY) -->style="text-decoration: line-through;"<!-- ENDIF --> href="{topicrow.U_VIEW_TOPIC}" class="topictitle">
clear all board- and browser-caches