The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Memberlist Problem
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.
|
#2
|
||||
|
||||
Have you altered the template at all ?
If so the bottom table needs a colspan added. |
#3
|
||||
|
||||
It already has the colspan. Here is the code for it:
Code:
<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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|