Quote:
Originally Posted by Andyrew
No there are no banned users yet, and i have not made it public yet.
Just testing it myself logging in as different usergroups.
Why should it give errors just because there are no users banned yet.
I will click install when it's working. :ermm:
Chill out 
|
open banlist.php with wordpad and find
PHP Code:
define('THIS_SCRIPT', 'banned');
replace with
PHP Code:
define('THIS_SCRIPT', 'banlist');
search:
PHP Code:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banned.php?","");
replace with:
PHP Code:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banlist.php?","");