vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=224215 |
3 Attachment(s)
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:
Drawbacks
Installation: 1.) Upload Product 2.) Perform File Edit 3.) Enjoy Release Code Change: Open usercp.php Find:
Replace With:
UPDATES: 1.0.1 - Updated code base to include table prefix Number of results per page is changeable in the admincp! |
Mind posting some screenshots of this?
|
There you go ;)
|
I like this Hack but it could be better written.
The SQL query done by this hack could take into account that most people have a Prefix on thier vb DB. After installing the hack as it comes i got a DB error because it is looking for a table reputation that does not exist in my DB. The use of Table_Prefix is clearly explained in the VBulletin 3 manual. to fix read this link http://www.vbulletin.com/docs/html/c...ards_sql_query or hard code your table names in the XML file so reputation would look like ??_reputation. with ?? being your table prefix. I made some other minor changes but they where more because or style of writing code is different not because of errors in your code. |
Any ajax or does every new page require a page reload?
|
Database error.
Quote:
|
Edited the xml to include my tables prefix. Works
Thanks! |
which parts exactly do you edit? say my prefix is called x_y
|
Database error!
Edit the xml file:
change the red part with your forum's table prefix.. reinstall this product.. |
Quote:
change to
Basically add your prefix in front the 2 instances of reputation, after FROM and WHERE. OOPS must of posted at the same time. |
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 |
help me pleaseeeeee :)
|
Quote:
|
Quote:
|
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:
|
All times are GMT. The time now is 02:46. |
Powered by vBulletin® Version 3.8.13
Copyright © 2019, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.