PDA

View Full Version : template code not parsing


AN-net
05-23-2004, 04: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, 07:30 PM
anyone know y?

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

Zachery
05-26-2004, 12:19 AM
What is the error exactly?

AN-net
05-26-2004, 12:52 AM
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>_<