View Full Version : Memberlist Problem
forte
01-21-2006, 04:38 PM
I have a problem with the memberlist. The one that shows the number of results near the bottom isn't using up all the space. Check the attachment to see what I mean. I have no knowledge about coding. :(
vBintense
01-21-2006, 04:51 PM
Have you altered the template at all ?
If so the bottom table needs a colspan added.
forte
01-21-2006, 05:01 PM
It already has the colspan. Here is the code for it:
<tr>
<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
<span class="smallfont">
<if condition="$show['usergroup']">
<input type="submit" class="button" value="$vbphrase[remove_selected_users]" />
<else />
<phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
</if>
</span>
</td>
</tr>
I have installed the vbbudies hack and the awards hack.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.