1

(5 replies, posted in PunBB 1.2 bug reports)

When sorting the user list by status (e.g. member/moderator/admin), the links at the bottom used to go to the next page of users do not retain the status filter. 

Here is a fix:

File: userlist.php
Line: 164
New Code: (addition in red)

<td><?php echo $lang_common['Pages'].': '.paginate($num_pages, $p, 'userlist.php?show_group='.$show_group.'& order_by='.$order_by.'&direction='.strtolower($direction)) ?></td>