![]() |
I'm getting troubles now!
The number of user garages is now bigger than 25. So the vBgarage overview page is splitted to 2 pages. On the one page there are the first 25 users shown. See http://www.skodaforum.nl/board/vbgarage.php?do=list There are no any problems with that. But if i click to view the second page, i only get a blank page with this adress: http://www.skodaforum.nl/board/vbgar...e=2&perpage=25 Please help, this is making me crazy! Thanks, Exciter |
Now i did find out, that the generated link for the second page is wrong.
It says: http://www.skodaforum.nl/board/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25 where it have to be: http://www.skodaforum.nl/board/vbgarage.php?do=list&page=2&perpage=25 But i cant find, where to change something to get this right. SOMEONE HELP please.... |
Quote:
For some odd reason, maybe your version of vB?? This is being added to your url do=$_REQUEST[do] http://www.skodaforum.nl/board/vbgarage.php?do=$_REQUEST[do]&page=2& That needs to be removed. |
I understand that, but how? Where?
is it not some problem in this: PHP Code:
|
i did find a solution here, maybe the code here have to be changed too?
In that thread, where i find it, many people had the same problem... https://vborg.vbsupport.ru/showpost....&postcount=271 any way, thanks so far... |
So is this hack free now? I'd like to put this on my board.
|
Works great with vB 3.6.5 without SEO installed.
Marked Installed - Thanks! |
Quote:
- Justin |
Installed on 3.6.7. Works great. Thanks!
|
Everything is working good for me except for one thing.
If I don't keep increasing the $perpage = number in the vbgarage.php file(below), it will go to a second page which will display as a completely blank white page? How can I fix it to where it will go to a second page that works? I really don't want one big long vbgarage page. Code:
if ($perpage == 0 or $perpage > 200) { $perpage = 100; } |
All times are GMT. The time now is 07:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|