Quote:
Originally Posted by forte
|
thats because currently its set to change the colspan according to the fields vbulletin has u will need to change the colspan to 4
in this template
memberlist
find
HTML Code:
$memberlistbits
<tr>
<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
and change to
HTML Code:
$memberlistbits
<tr>
<td class="tfoot" colspan="4" align="$stylevar[right]">