thanks for replying.. well I had already gone through that article..
PHP Code:
//construct page nav
$pagenav = construct_page_nav($pagenumber, $perpage, $linkcount['linkcount'], 'links.php?do=search' . $vbulletin->session->vars['sessionurl'] . '&view=' . $searchcat);
//end construct page nav
This code helped me to append the category to the URL.. but still can't make it to view that second page.. please check it once again.
Thanks
--------------- Added [DATE]1217701132[/DATE] at [TIME]1217701132[/TIME] ---------------
ahhh... got it !!! DONE :up:
Now, last thing:-
How do I carry the search data onto the next page ?? say I searched for "Chats and Forums" in "Ascending" , so I want that both should be selected on the next page and should not reset to default.
Thanks