Alright, I put [CATEGORIES], but I get no results. Here is some detail:
My repository is version 3.1.10.
I started with the "businesscards" template.html and modified it to the following:
<TABLE CLASS="normal" WIDTH="100%" CELLSPACING="0" CELLPADDING="2" BORDER="0">
<TR><TD>
<TABLE CLASS="normal" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
<TR BGCOLOR="#FFFFFF"><TD CLASS="Head" ALIGN="Left" WIDTH="67%" VALIGN="Middle" style="padding: 3px;">
[EDIT]
</TD></TR>
</TABLE>
</TD></TR>
<TR bgcolor=white><TD>
<TABLE CLASS="normal" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
<TR><TD WIDTH=100 CLASS="normal" ALIGN="center" VALIGN="top" style="padding-left: 6px; padding-right: 6px;">
<IMG SRC="[THUMBNAIL]" BORDER=0 ALT="">
</TD>
<TD CLASS="normal" ALIGN="left" VALIGN="top">
[TITLE]<br><span style="font-family: Verdana; font-size: small">[DESCRIPTION]<br>[SUMMARY]
<br>[CATEGORIES]</span>
</TD>
<TD WIDTH=140 CLASS="normal" ALIGN="left" VALIGN="top">
[RATINGS]<br><br>[COMMENTS]
</TD></TR></TABLE>
</TD></TR>
</TABLE>
[RATINGSFORM]<br>[COMMENTSFORM]
You can see the "<br>[CATEGORIES]" addition that I made. I know this is the right template file as the "<br>" portion got added to the HTML output. "CATEGORIES]", however, does not produce anything.
The template.xml file does not define [CATEGORIES]. I wouldn't even know how to define it there. I don't know if it matters.
Any advice?