Version: 2.14, by Paul M
Developer Last Online: Nov 2023
Category: Show Thread Enhancements -
Version: 3.6.x
Rating:
Released: 07-30-2006
Last Update: 09-08-2007
Installs: 383
Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
This modification is no longer available or supported.
This hack extends the existing reputation display system from just the light/dark green pips to green and golden pips, and then golden stars as the pips limit is reached.
The dark green pips are followed by light green pips, which are then followed by 'golden' pips. When the limit these can display is reached, the display is prefixed by a golden Star, and started again. 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 stars.
Each time you 'lap' the limit of the pips display, another star is added. The number of stars in unlimited. The number and value of the pips in each group of pips is defined by six settings in the vboptions > reputation options. A line break can be inserted after the stars. The extended display system can be enabled/disabled in the options.
Just follow the install instructions in the zip file to install this product.
History:
v2.10 : First Release for vb 3.6 v2.11 : Dependancies updated for 3.6.0 Gold. v2.12 : Updated for Version Checking. v2.13 : Dependancies Updated (not released). v2.14 : Rogue setting in XML file removed.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
But I had this mod before and for some issues i lost it etc.. It had an extra option under user reputation where i can set how many gem = how many points ? Where can i find that mod, i find this but it is deleted , the download file .
I've never seen anyone get that far, the highest we have is four, and I'm thinking maybe I'll need to line break at five sometime in the not to distant future. So yes, such a thing may make it into the code at some point - but as for 10 stars - maybe you need to review your point value settings slightly.
I ran into this problem on my site. With the exisiting plugin, we were set to have 5 of each pip which translated into a total of 15 stars being displayed. That was too many plus it didn't show more if the user earned more reputation.
I modified the plugin so that if the user gets more than x (say 10) stars, after the stars a [+x] will appear to show how many stars above 10 the user has earned. The attachment shows a real life example of what it looks like.
// added by Brent to show [x] after medals
if ($extra > 0)
{
$post['reputationdisplay'] .= " [+".$extra."]";
$repval -= $extra * $linemax_val;
}
// end of Brent change 2
Change $goldstar_show to how many stars you want to display.
hi Paul! , i used to have this hack installed in my VB 3.6.4, recently we update to 3.6.7, after the update, we uninstall all hacks.
now i install the hack again. but it doesn´t work :S
This is the first mod I've installed and I love it! On my forum the users think that reputation is more powerful than a Pulitzer Prize and now that they have a visual representation of their cyber-greatness then it just makes the forum that much more fun!