I don't seem to be able to get the pagenav to work on the member profile tab. It gives an error about too many redirects if you click on page 2.
Fix?
In dbtech/status/includes/class_profileblock.php
Find this and emove the
red code.:
Code:
$pagenav = construct_page_nav(
$pagenumber,
$perpage,
$count['total'],
'member.php?' . $this->registry->session->vars['sessionurl'] . "u=" . $this->profile->userinfo['userid'],
"&tab=$id&perpage=$perpage"
);