Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Reputation Page Split Details »»
Reputation Page Split
Version: 1.0.1, by paul41598 paul41598 is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: End-User Options - Version: 3.8.1 Rating:
Released: 09-28-2009 Last Update: 10-11-2009 Installs: 28
Auto-Templates
Code Changes  
No support by the author.

Reputation Comments Page Split (Pagination)

Description:
- This mod allows you to be able to paginate your way through reputation comments! Default VB code only allows you to globally set a limit for all users. So if you chose 50 for example, only 50 comments would show...but not all of them. Booo!! Some people want to see ALL of their comments, just not the last 50

Features:
  • Reputation Page Splitting

Drawbacks
  • This will require 1 change to default code! (It Is The ONLY Way, Sorry!!)

Installation:
1.) Upload Product
2.) Perform File Edit
3.) Enjoy Release

Code Change:

Open usercp.php

Find:
PHP Code:
LIMIT 0" . $vbulletin->options['showuserrates'] 
Replace With:
PHP Code:
LIMIT " . ($limitlower - 1) . "$perpage 

UPDATES:
1.0.1
- Updated code base to include table prefix


Number of results per page is changeable in the admincp!

Download Now

File Type: xml product_reputation_page_split.xml (3.1 KB, 87 views)
File Type: xml product_reputation_page_split_1.0.1.xml (3.1 KB, 116 views)

Screenshots

File Type: jpg rep_split.jpg (51.2 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 10-07-2009, 06:42 AM
Cla75 Cla75 is offline
 
Join Date: Aug 2009
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
congratulations for this mod.

I tried to install it:
1. upload product
2. make changes to this file in the root usercp.php

Problem:
I do not see the chart on the bottom topic

What is wrong?
thansk
Reply With Quote
  #13  
Old 10-08-2009, 11:32 AM
Cla75 Cla75 is offline
 
Join Date: Aug 2009
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

help me pleaseeeeee
Reply With Quote
  #14  
Old 10-08-2009, 10:16 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cla75 View Post
help me pleaseeeeee
Chart on the bottom topic? The only thing you're going to see is pagination in your USERCP for reputation.
Reply With Quote
  #15  
Old 10-09-2009, 02:01 AM
Rean Rean is offline
 
Join Date: Sep 2009
Location: Indonesia
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cla75 View Post
Hello,
congratulations for this mod.

I tried to install it:
1. upload product
2. make changes to this file in the root usercp.php

Problem:
I do not see the chart on the bottom topic

What is wrong?
thansk
what chart??
Reply With Quote
  #16  
Old 10-09-2009, 06:39 AM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This product does not work and should be archived, because anyone and everyone will receive a Database Error when trying to go to the User CP.

The db error message itself:
Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

SELECT
count(postid) AS count
FROM reputation
WHERE reputation.userid = 1;

MySQL Error   : Table '{forumdb}vb.reputation' doesn't exist
Error Number  : 1146
Request Date  : Friday, October 9th 2009 @ 03:35:38 AM
Error Date    : Friday, October 9th 2009 @ 03:35:38 AM
Script        : {sitearea}/usercp.php
Referrer      : {forum domain}/index.php
IP Address    : **.**.**.***
Username      : {username}
Classname     : vB_Database
MySQL Version : 5.0.51a-log
Reply With Quote
  #17  
Old 10-11-2009, 07:21 AM
Rean Rean is offline
 
Join Date: Sep 2009
Location: Indonesia
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just realize... the paging does not work...
Reply With Quote
  #18  
Old 10-11-2009, 08:58 AM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack has never worked. No idea why it was made when the author knew it didn't work
Reply With Quote
  #19  
Old 10-11-2009, 08:47 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New update posted to reflect table prefix. Please uninstall and reinstall 1.0.1
Reply With Quote
  #20  
Old 10-11-2009, 09:37 PM
Cla75 Cla75 is offline
 
Join Date: Aug 2009
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by paul41598 View Post
Chart on the bottom topic? The only thing you're going to see is pagination in your USERCP for reputation.
I made this change:

Code:
Open usercp.php 

Find: 
PHP Code: 
LIMIT 0, ". $ Vbulletin-> options [ 'showuserrates'] 
Replace With: 
PHP Code: 
LIMIT ". ($ Limitlower - 1).", $ Perpage "
but I see nothing button topic!

Quote:
Originally Posted by Rean View Post
what chart??
I do not see this:

Reply With Quote
  #21  
Old 10-12-2009, 01:56 AM
infnity8x3 infnity8x3 is offline
 
Join Date: Apr 2009
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack has all ways worked for me. Follow directions and you should be fine. Thanks again author.

Although the updated XML did not fix the bug. So I reverted back to 1.0 version with the "my" edited prefix's.
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 11:28 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.09216 seconds
  • Memory Usage 2,338KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (4)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
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete