Ranking buttons

madmaxxx

New Member
Hey Guys,

At the final stage of site looking to close out this project... but ran into snag
'Offer A Button Showing Members Current Rank" developed a button, later to find out lets say i have 1000 rankings on first page = i have to make 1000 buttons w/ different values -- not good

Now the "Offer A Dynamic Stats Button" offers real time ranking but also two values i really dont need..

So my question is can we make a "current rank button" that offers real time ranking
one of the benefits is is small and looking to save some bandwith..

Thanks Rob
 

Mark

Administrator
Staff member
you can custom design the dynamic stats button to show any data you like, simply edit settings_buttons.php

if you remove these 2 lines it will remove total and unique ins:

imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1);
imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily'], $color1);
 
Top