(2016-08-22, 09:57 PM)MikeInToshx Wrote: It does work there. I don't want it there tho :p
Mind telling me how to fix the pagination @ memberslist?
Let me check, probably you need to replace a little bit of code like before.
-------------------------
Memberlist template
Search this part:
<a href="memberlist.php?username_match=begins&username={$lang->z}" style="padding: 5px;">{$lang->z}</a>
</div>
<div><strong>{$lang->member_list}</strong></div></td>
</tr>
Add below:
<tr>
<td class="lightblue" colspan="8">
<span style="float: left;">{$multipage}</span>
</td>
</tr>
Also, below the variable {$users}, add the same code:
<tr>
<td class="lightblue" colspan="8">
<span style="float: left;">{$multipage}</span>
</td>
</tr>
I don't give support on PM.