Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
[rellect] Topper Pagination for topics Details »»
[rellect] Topper Pagination for topics
Version: 1.0.2, by rellect rellect is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 5.0.0 Rating:
Released: 03-01-2013 Last Update: 05-03-2013 Installs: 27
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

========================================
Description
:
========================================

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

========================================
Log:
========================================

[02/03/13] 1.0
* First release

[14/04/13] 1.0.1
* Compatibility with vBulletin 5.0.1

[04/05/13] 1.0.2
* Fixed bug related to the compatibility with vBulletin 5.0.1
* Compatibility with vBulletin 5.0.2

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Josh789

Comments
  #22  
Old 03-15-2014, 04:17 PM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
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.
Reply With Quote
Благодарность от:
Mark.B
  #23  
Old 03-15-2014, 08:37 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rellect View Post
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.
Reply With Quote
  #24  
Old 03-15-2014, 08:43 PM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
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.
In that case, the best thing to do is to test against the default style. If it's working there you'll know that the problem is in the custom style.
Reply With Quote
  #25  
Old 03-15-2014, 09:15 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rellect View Post
In that case, the best thing to do is to test against the default style. If it's working there you'll know that the problem is in the custom style.
Yep...definitely something I've broken. I'm good at that sort of thing.

Many thanks.
Reply With Quote
  #26  
Old 03-16-2014, 10:49 PM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod.. seems to not work if you have Style & Language Settings > cache templates as files enabled. Disabled works fine
Reply With Quote
  #27  
Old 03-16-2014, 10:54 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
OzzModz
  #28  
Old 03-18-2014, 08:18 PM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eva2000 View Post
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 View Post
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.
Reply With Quote
  #29  
Old 03-22-2014, 02:01 PM
tombo82685 tombo82685 is offline
 
Join Date: Oct 2013
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is their any possible future for adding the pagination next to the topic in the main forum, not just when you go into the topic?
Reply With Quote
  #30  
Old 03-22-2014, 02:25 PM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tombo82685 View Post
Is their any possible future for adding the pagination next to the topic in the main forum, not just when you go into the topic?
Well it's not really related to the point of this mod, but I may build it for you as a custom work. Contact me if you're interested.
Reply With Quote
  #31  
Old 05-07-2014, 01:56 AM
Raakin Raakin is offline
 
Join Date: Jul 2008
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to add this pagination on a search results page as well?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07420 seconds
  • Memory Usage 2,317KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete