The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am hoping someone that knows about coding can help me (us) out for a second of their time.
yes, I could have posted this in the vBookie hack, but many have done in the past with no success regarding the "page 2" problem on the main vBookie page. This goes back all the way from 3.5.x to 3.6.x. It simply does not work. I have found a way to kind of make it work, but I don't know how to "code" it to make it much easier. Step 1: Currently pressing page 2 on any vbookie page (OPEN, SETTLED) will get you the end of this url: Code:
../vbookie.php?do=main&type=type&page=2 However if manually you change it to: Code:
../vbookie.php?do=main&type=OPEN&page=2 Code:
../vbookie.php?do=main&type=SETTLED&page=2 Step 2 (and this is where I need help) If we open vbookie.php we find this: Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $n_page_items, 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "do=main&type=type"); Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $n_page_items, 'vbookie.php?' . $vbulletin->session->vars['sessionurl'] . "do=main"); However I would like to take this one step closer. I was hoping someone smarter than me would know what to replace the missing &type=type with so whatever page we are on the page 2,3,4 etc work. vBookie is a great hack, however it's unsupported. I was hoping we could improve it as best we could for those of us who use it. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|