Quote:
Originally Posted by bad_madman
Oops. With update 2.3.2 come a new function for a better page-navi in the file 'admin\functions.php'. But no problem:
search in member.php for
Code:
$perpage = $numavatarshigh * $numavatarswide;
and inserting (!!!) the following lines under this
Code:
if (!isset($pagenumber) or $pagenumber==0) $pagenumber=1;
$limitlower=($pagenumber-1)*$perpage+1;
$limitupper=($pagenumber)*$perpage;
and search in member.php for
Code:
sanitize_pageresults($totalavatars, $pagenumber, $perpage, $perpage, $perpage);
$limitlower=($pagenumber-1)*$perpage+1;
$limitupper=($pagenumber)*$perpage;
and replace with
Code:
// sanitize_pageresults($totalavatars, $pagenumber, $perpage, $perpage, $perpage);
// $limitlower=($pagenumber-1)*$perpage+1;
// $limitupper=($pagenumber)*$perpage;
|
Believe me people been having this problem a lot, try this, cuz mine is up and going.. if you do what this part ^^^ up here tells ya.. then you should see you avatars AND you gotta put them in order as well, like if you have,
Avatar Misc 0
Avatar #2 0
You gotta put 1 then 2 then fix the order.. that should work as well.. and you have to put in the schemes too.. I hope that helps (blushes)