Page 1 of 1

[Snippet] Highlight Topic-Starter Posts (en)

PostPosted: Tue 11. May 2010, 01:54
by 4seven
[Snippet] Highlight Topic-Starter Posts

Instruction

demo
http://4seven.bplaced.net/phpbb3/viewtopic.php?f=7&t=365

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