Page 1 of 1

[Snippet] Highlight Topic-Starter Posts

PostPosted: 21 Nov 2011, 00:46
by Sekuro
[Snippet] Highlight Topic-Starter Posts

Instruction

open

styles/prosilver/template/viewtopic_body.html

find

Code: Select all
<div id="p{postrow.POST_ID}" class="post


replace with

Code: Select all
<div id="p{postrow.POST_ID}" <!-- IF TOPIC_AUTHOR == postrow.POST_AUTHOR -->style="background-color: lightblue;"<!-- ENDIF --> class="post


replace

lightblue with the color u want eg.: greenyellow or HEX: #FFFFFF