ich wollte daher fragen wo man den ursprung von variablen findet.
ich gebe euch ein beispiel (aktuelles problem von mir):
in der topics_list_box.tpl steht:
...
.
.
.
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
<th width="50" align="center" nowrap="nowrap"> {topics_list_box.row.L_REPLIES} </th>
<th width="100" align="center" nowrap="nowrap"> {topics_list_box.row.L_AUTHOR} </th>
<th width="50" align="center" nowrap="nowrap"> {topics_list_box.row.L_VIEWS} </th>
<th width="150" align="center" nowrap="nowrap"> {topics_list_box.row.L_LASTPOST} </th>
<!-- BEGIN multi_selection -->
<th width="20" align="center" nowrap="nowrap"><input type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" onClick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" /></th>
<!-- END multi_selection -->
</tr>
<!-- END header_table -->
<!-- BEGIN header_row -->
<tr>
<td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
</tr>
<!-- END header_row -->
<!-- BEGIN topic -->
.
.
.
...
das was ich fett gedruckt habe ist die variable die ich im moment suche.
bitte mit erklärung wenns geht danke.