Jolten
09-05-2005, 02:17 AM
Hi,
I'm trying to incorporate the vbulletin 3.0.x pagenav into a modification of member.php.
I've got a query pulling total results ($results) and even have php to figure out $previous, $i (page num) and $next links. But I can't seem to figure out how to build around these variables, a la.....
$pagenav = construct_page_nav(X, X);
Can anyone explain the two arguments for the page nav variable? everything I try gives me a divide by 0 error in function.php
thanks
I'm trying to incorporate the vbulletin 3.0.x pagenav into a modification of member.php.
I've got a query pulling total results ($results) and even have php to figure out $previous, $i (page num) and $next links. But I can't seem to figure out how to build around these variables, a la.....
$pagenav = construct_page_nav(X, X);
Can anyone explain the two arguments for the page nav variable? everything I try gives me a divide by 0 error in function.php
thanks