Where exactly am i supposed to place the above code?
I found this
PHP Code:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
But im not sure what im supposed to replace with this
PHP Code:
<if condition="$thread[forumid] == $vboptions[daily_game_forum] AND $post[userid] == $vboptions[daily_game_poster]">
$post[pagetext]
<else />
$post[message]
</if>
Does this go after something or do i actually replace something?