Quote:
Originally Posted by mad@Max
Will be better if be display all members, includes who have 0 post 
For me, i'm del WHERE posts != 0 in php.
And will be nice, if you give a choose to select displaying user join date or post count.
PHP Code:
$vbanm = $new_member['joindate'];
$vbanm = vbdate($vbulletin->options['dateformat'], $vbanm);
HTML Code:
<tr>
<td class="$bgclass">
<div class="smallfont"><font size="3">?</font> <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$new_member[userid]" rel="nofollow">$new_member[musername]</a></div>
</td>
<td class="$bgclass">
<div class="smallfont">[<a href="$vboptions[bburl]/search.php?$session[sessionurl]do=finduser&u=$new_member[userid]" title="<phrase 1="$new_member[username]">$vbphrase[find_all_posts_by_x]</phrase>" rel="nofollow">$vbanm</a>]
</div>
</td>
</tr>
Hope this help you and other 
|
I figured out the HTML changes you show, I edited the xml file, and replaced your code with what was there
however I don't understand what to do with the php code you show, where is that put, or added ?
still learning this stuff, and getting some of it...
Thanks