It would be great to have two columns (downloads/uploads) in memberlist and even more if they were sortable.
I guess we should have something like this:
PHP Code:
<th class="blocksubhead">Downloads</th>
<th class="blocksubhead">Uploads</th>
in template
memberlist and something like this:
PHP Code:
<vb:if condition="exec_switch_bg()"><td class="{vb:raw bgclass} postcount">{vb:raw userinfo.dl2_downloads}</td></vb:if>
<vb:if condition="exec_switch_bg()"><td class="{vb:raw bgclass} postcount">{vb:raw userinfo.dl2_uploads}</td></vb:if>
in template
memberlist_resultsbit
How could we make these columns sortable?