Wo findet man diese Variablen in Phpbb?
Verfasst: 10.02.2007 15:45
Hallo, öfters kommt es vor, dass in tpl dateien Variablen unter colspan row oder tr, td, table drinstehen, wo ich den ursprung nicht finden kann. es ist ja auch nicht sauber, dort die variable durch die zahl zu ersetzen.
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:
das was ich fett gedruckt habe ist die variable die ich im moment suche.
bitte mit erklärung wenns geht danke.
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.