<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
<tr>
- <td colspan="6" align="center" class="table_header bottom">
+ <td colspan="5" align="center" class="table_header bottom">
<strong>{--MEMBER_SUBID_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
<td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
<td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
<td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
</tr>
$content
<tr>
- <td colspan="6" class="table_footer">
+ <td colspan="5" class="table_footer">
<a href="{%url=modules.php?module=login&what=subids%}">{--MEMBER_BACK_SUBIDS_OVERVIEW_LINK--}</a>
</td>
</tr>
always be set), alias (again can be left empty) and SQL function
(can also be left empty) which shall be applied on the column.
//-->
- <select-data-from-list-entry type="string" table="" value="id" alias="" function="" />
<select-data-from-list-entry type="string" table="" value="subid" alias="" function="" />
<select-data-from-list-entry type="string" table="" value="referral_url" alias="" function="" />
<select-data-from-list-entry type="string" table="" value="remote_address" alias="" function="" />
//-->
<where-select-from-list>
<!--
- Search for current user's sub ids
+ Search for current user's sub id statistics
//-->
+ <where-select-from-list-entry type="string" table="" value="subid" condition="EQUALS" look-for="{%get,getSubId=id%}" />
<where-select-from-list-entry type="string" table="" value="refid" condition="EQUALS" look-for="{%pipe,getMemberId%}" />
</where-select-from-list>
<!--
</callback-extra-parameter-list>
</column-callback-list-entry>
</column-callback-list>
+ <!--
+ How the named column shall be logical linked to the above.
+ //-->
+ <where-condition type="string" name="refid" condition="AND" />
</member-list-data>