The new pagination design isn't so comfortable for many users of vB5.
This mod will add the "old style" (*ajax) pagination to the top of the topic page.
* The pagination works on ajax, without refreshing when moving pages.
-----
If you installed this mod and/or you want get support, please "Mark as Installed".
-----
======================================== How to install: ========================================
1. Upload the content of 'upload_to_root' directory to your root.
2. Make sure that Plugin/Hook System is enabled, it is disabled by default.
3. Reload your site (twice) - this mod uses the Auto-Install feature.
Auto-Install it's a feature that allows vB5 to install addons automatically after all files uploaded.
There is no need to install xml manually anymore.
/*
IF YOU FOLLOWED THE STEPS BUT THE MOD DON'T LOOKS TO BE INSTALLED,
DO THE STEPS OF THE UPGRADE PROCESS TO INSTALL THE MOD MANUALLY.
IF THAT DOESN'T HELP, PLEASE LEAVE A MESSAGE IN THE MOD'S DISCUSSION IN VB.ORG
*/
======================================== How to upgrade: ========================================
1. Upload the content of 'upload_to_root' directory to your root
2. Find the file "product_rellectpagination.xml" in /upload_to_root/core/packages/rellectpagination/xml
3. Go to Import Product in the admincp
4. Upload the xml
Looks to have stopped working in 5.1.0...have not investigated yet though.
I'm actually running it as is in 5.1.1a8 and it is working. So can't see why it wouldn't work in 5.1.0.
Ensure it is installed, sometimes the auto-install process fails and such.
I'm actually running it as is in 5.1.1a8 and it is working. So can't see why it wouldn't work in 5.1.0.
Ensure it is installed, sometimes the auto-install process fails and such.
Thanks...was an upgrade where it was already installed, so my money is on a template customisation breaking it. I'll investigate further.
Many thanks for clarifying it does work, I can now track down where I broke it.
Hmmm, this mod might add the pagenation on the fly, which of course would not work if the templates are cached as files. DBTech's vBOptimize (vB4 & vB3) has the same issues, they have a setting to Cache Templates in File System, but it breaks any mod that that modify templates on-the-fly.
Nice mod.. seems to not work if you have Style & Language Settings > cache templates as files enabled. Disabled works fine
Quote:
Originally Posted by ozzy47
Hmmm, this mod might add the pagenation on the fly, which of course would not work if the templates are cached as files. DBTech's vBOptimize (vB4 & vB3) has the same issues, they have a setting to Cache Templates in File System, but it breaks any mod that that modify templates on-the-fly.
It's not impossible to edit file template on-the-fly. Database and files, both ways the template content is saved in a variable that can be manipulated.
The problem is that in the file cache case it's not going thru the api so it can't be extended.