Quote:
Originally Posted by criscokid
You'll need to go through your templates with a 'fine tooth comb' and check that every 'opening tag' has a closing tag and that things are closed in the correct order.
|
I'll do that again, but I just copied and pasted it from the code up provided. dunno why it wouldn't work. I didn't change anything.
this is the exact code I used (several different places -- still nothing)
<!-- Journal -->
<if condition="$post[journal_id]">
<tr>
<td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$post[journaldesc]"><phrase 1="$post[username]">$vbphrase[visit_xs_journal]</phrase></a></td>
</tr>
</if>
<!-- /Journal -->