please check this page and perform category search at the bottom with "Chats and Forums".
1. I am limiting 8 records to show on the search results per page. But the categories that have more than 8 records (for ex. Chats and Forums) do show the navigation bar, counts the records BUT on click/navigate, it shows empty. I think its loosing the session somehow. This is what I am doing to construct page nav:-
PHP Code:
//construct the page nav $pagenav = construct_page_nav($pagenumber, $perpage, $linkcount['linkcount'], 'links.php?do=search' . $vbulletin->session->vars['sessionurl'] . '&view'); //End construct page nav
2. Also, how can I carry the search results form data to the next page ? Currently it resets on every page load.