Quote:
Originally Posted by The Geek
do you have the latest update? I think this was an old bug.
|
Yes, I have the latest update and nope...path is ok. I have fixed it already. I had to make some edits to the stupid pagenav function:
Changed:
$navigation = construct_page_nav($page, $perpage, $pages['total'], 'geek-gallery-popup.php', '&catid=' . $catid . '&ed=' . $ed);
To:
$navigation = construct_page_nav($page, $perpage, $pages['total'], 'geek-gallery-popup.php?', '&catid=' . $catid . '&ed=' . $ed);
That fixed it.