deze error is opgelost [ CashMod error ]
Geplaatst: 16 sep 2006, 22:09
hallo iedereen..
ik heb even een vraag..
ik ben dus cashmod aan het installeren.
en nu moet ik in memberlist_body.tpl het volgende zoeken :
heb nu 2 uur lang gekeken en gezocht maar kan het niet vinden zou iemand mij kunnen helpen... hier is die file zelf
kan het ook zo zijn dat ik die code ergens anders achter kan zetten
hoop snel iets te horen.
ik heb even een vraag..
ik ben dus cashmod aan het installeren.
en nu moet ik in memberlist_body.tpl het volgende zoeken :
Code: Selecteer alles
#-----[ FIND ]------------------------------------------
# in subSilver, the full line is
# <td class="catBottom" colspan="8" height="28"> </td>
#
colspan="8"
#
#-----[ IN-LINE FIND ]------------------------------------------
#
8
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
{NUM_COLUMNS}
Code: Selecteer alles
<form method="post" action="{S_MODE_ACTION}">
<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="tborder">
<tr>
<td align="left" class="row2" width="55%"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
<td align="center" class="row2" nowrap="nowrap" valign="middle"><span class="genmed">Sort by: {S_MODE_SELECT} {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />
</span></td>
</tr>
</table>
<!-- bottom table setup -->
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="2"><img src="templates/applied_x/images/trans.gif" width="1" height="1" alt="" border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tborder">
<tr>
<th height="25" nowrap="nowrap">#</th>
<th nowrap="nowrap"> </th>
<th align="center" nowrap="nowrap">{L_USERNAME}</th>
<th align="center" nowrap="nowrap">{L_EMAIL}</th>
<th align="center" nowrap="nowrap">{L_FROM}</th>
<th align="center" nowrap="nowrap">{L_JOINED}</th>
<th align="center" nowrap="nowrap">{L_POSTS}</th>
<!-- BEGIN cashrow -->
<th class="thTop" nowrap="nowrap">{cashrow.NAME}</th>
<!-- END cashrow -->
<th align="center" nowrap="nowrap">{L_WEBSITE}</th>
</tr>
<!-- BEGIN memberrow -->
<tr>
<td class="row1" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td>
<td class="row2" align="center"> {memberrow.PM_IMG} </td>
<td class="row1" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td>
<td class="row2" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
<td class="row1" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
<td class="row2" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td>
<td class="row1" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td>
<!-- BEGIN cashrow -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.cashrow.CASH_DISPLAY}</span></td>
<!-- END cashrow -->
<td class="row2" align="center"> {memberrow.WWW_IMG} </td>
</tr>
<!-- END memberrow -->
</table>
<!-- bottom table setup -->
<table width="100%" class="thead" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="2"><img src="templates/applied_x/images/trans.gif" width="1" height="1" alt="" border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top:2px">
<tr>
<td><span class="nav">{PAGE_NUMBER}</span></td>
<td align="right"><span class="nav">{PAGINATION}</span></td>
</tr>
</table></form>
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td align="left" width="50%"><span class="gensmall">{S_TIMEZONE}</span></td>
<td width="50%" valign="top" align="right">{JUMPBOX}</td>
</tr>
</table>
hoop snel iets te horen.