Log in

View Full Version : template code not parsing


AN-net
05-23-2004, 03:33 PM
for some reason part of template code isnt parsing. anyone know y?

(see attached image)

here is the code for the header of add comment table:

<tr>
<td class="tcat">Add Comment to <if condition="$journalinfo[journalname]">$journalinfo[journalname] Journal <else />$journalinfo[journalist]'s Journal</if></td>
</tr>


here is the code for the header for recent comments(which isnt being displayed:

<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%">
<tr>
<td class="tcat">Recent Comments</td>
</tr>
$reccombits
</table>


edit:
seems i cant attach the screenshot:(

AN-net
05-24-2004, 06:30 PM
anyone know y?

kerplunknet
05-25-2004, 09:03 PM
Someone help the man!

Zachery
05-25-2004, 11:19 PM
What is the error exactly?

AN-net
05-25-2004, 11:52 PM
well i still cant upload stuff for some reason but it seems not to be displaying else /> even though it shouldnt and i have a header for a template that is not showing up. i do not understand why it isnt cause its all in the code>_<