Version: 4.2.2.0, by Paul M
Developer Last Online: Nov 2023
Category: Show Thread Enhancements -
Version: 4.2.x
Rating:
Released: 01-01-2010
Last Update: 08-28-2014
Installs: 460
Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
As of 23 Nov 2017 this modification has been withdrawn.
This hack extends the existing reputation display system from just the light/dark green pips to green and golden pips, and then a series of bronze, silver and gold stars as the pips limit is reached.
The dark green pips are followed by light green pips, which are then followed by gold pips.
When the limit these can display is reached, the (prefix) display of stars begins - starting with the bronze stars, then the silver stars and finally the gold Stars. If your reputation is zero then the neutral grey pip is displayed. Negative reputations are displayed in a similar manner using light and dark red pips and red stars - however, there is only one star level for negative reputation.
Each time you 'lap' the limit of the pips display, another star is added. The number of each star is limited by an ACP option (by default, 5 bronze = 1 silver, and 5 silver = 1 gold). The number and value of the pips in each group of pips is defined by six settings.
A line break can be inserted after the stars. The extended display system can be enabled/disabled in the options.
All options are in ACP > Options > Extended Reputation
To install just download and unzip the files and follow the instructions in the text file.
History:
v4.0.1 : 02-Jan-2010 : Initial release for vb 4.0.0 Gold.
v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.
v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7. v4.1.8.0 : 18-Nov-2011 : Updated for vBulletin 4.1.8 onwards (only). v4.1.8.1 : 28-Nov-2011 : Extend line-break back to non legacy postbit.
v4.2.0.0 : 24-May-2012 : Updated for vBulletin 4.2.0. v4.2.2.0 : 29-Aug-2014 : Fixed line-break issue as per 4.1.8.1).
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Are the star images uploaded and in the correct place ?
Hello Paul, can u help me for fix this?
all the images are in the correct place but on the postbit dont show ... the rep is active ... i can see it only on the user profile but show wrong!
no space between the rep image
______________________________________
but on my second forum is correct ... this is a joke?
ps: AFTER MORE CHECK I CAN CONFIRM THIS: THE PRODUCT O MY FIRST FORUM DONT MAKE THE TEMPLATE "postbit_reputation_erd" .... I HAVE TRIED TO ADD MANUALLY BUT NOT WORK!
but on my second forum is correct ... this is a joke?
Is what a joke ??
Quote:
Originally Posted by c0dehackz
ps: AFTER MORE CHECK I CAN CONFIRM THIS: THE PRODUCT O MY FIRST FORUM DONT MAKE THE TEMPLATE "postbit_reputation_erd" .... I HAVE TRIED TO ADD MANUALLY BUT NOT WORK!
ANY SOLUTION?
Seriously, you're "shouting" at me, you know thats not cool right ?
Is there any plugin which shows the rep pips as greyed out until they are filled in green? I would rather see 11 grey pips and have them fill in one by one as people level up.
I guess I could simply create 11 new images with all 11 pips and the appropriate ones greyed out or "inactive." Probably the way it should have been done to begin with. I see something similar was done with VB5.
I guess I could simply create 11 new images with all 11 pips and the appropriate ones greyed out or "inactive." Probably the way it should have been done to begin with. I see something similar was done with VB5.
Just had the time to dig in an fix this but I quickly noticed that a single pip is served for each level of increasing rep... what a terrible way to code! Now when a user reaches level 11 there are 10 extra http requests for that one user. This could mean hundreds of extra http requests per page depending on your users and their rep, very inefficient.
Pulling one image and having an image for each potential case would create a much lighter load. Even better... create the pips with html and css so there are no additional http requests.