No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please or Register.    Lost Password?
Preferred PUArcade Web Host:
New Leaderboard "Plus" (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: New Leaderboard "Plus"
#5342
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 33  
This Component Leaderboard "Plus" display the best Players with Points (like original Leaderboard), best players with most scores and best players with first Place scores. with CB-avatar, cb-link and own scores highlighting. in top of the leaderboardplus.php you can edit some settings like cb-itemid or limit. the images are not includet, you can save them with rightklick on my site and upload the images to components/images.
the component is only in german, feel free to translate it to your language.
you can see this component here: http://www.arcade4fun.de/index.php?option=com_leaderboardplus&Itemid=198

remember, thats only a beta.
File Attachment:
File Name: com_leaderboardplus.zip
File Size: 4182
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.


#5352
Vanama (User)
Geek
Posts: 274
graphgraph
User Offline Click here to see the profile of this user
Zábava-online.cz
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 17  
Count of first places? Wow, this code I will. Thanks!

Know You how to average place please? This feature is missing in leaderboard for me

Once I will fix the same score places. I think leaderboard is missing this.
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5362
pragma (Admin)
Admin
Posts: 2370
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 89  
cool!
 
Report to moderator   Logged Logged  
 
Please DO NOT send support requests via PM or email. Instead, please post a question in the forums so everyone can benefit. Yes, this means you. No, your problem is not an exception.
  The administrator has disabled public write access.
#5365
Vanama (User)
Geek
Posts: 274
graphgraph
User Offline Click here to see the profile of this user
Zábava-online.cz
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 17  
Argh, I can not use code for first places. I will this for leaderboard in puarcade component, but I understand leaderboard code
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5367
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 33  
you have only to change:

Code:

// // Bonus points by position // Thanks to Elektr0 for point tabulation logic // $bestPosBonus = array(); $bestPosBonus[1] = 50; $bestPosBonus[2] = 40; $bestPosBonus[3] = 32; $bestPosBonus[4] = 26; $bestPosBonus[5] = 23; $bestPosBonus[6] = 21; $bestPosBonus[7] = 19; $bestPosBonus[8] = 17; $bestPosBonus[9] = 15; $bestPosBonus[10] = 13; if ($limit == 20) { $bestPosBonus[11] = 12; $bestPosBonus[12] = 11; $bestPosBonus[13] = 10; $bestPosBonus[14] = 9; $bestPosBonus[15] = 8; $bestPosBonus[16] = 7; $bestPosBonus[17] = 6; $bestPosBonus[18] = 5; $bestPosBonus[19] = 4; $bestPosBonus[20] = 2; }
to
Code:

// // Bonus points by position // Thanks to Elektr0 for point tabulation logic // $bestPosBonus = array(); $bestPosBonus[1] = 1;
and
Code:

$scoreBonus = $bestPosBonus[$pos]+1; // bonus position + 1 point classement
to
Code:

$scoreBonus = $bestPosBonus[$pos]; // bonus position
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5380
Vanama (User)
Geek
Posts: 274
graphgraph
User Offline Click here to see the profile of this user
Zábava-online.cz
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 17  
Of course, but I will add first places to current leaderboard.

Place/Avatar/Username/Userpoints/Firstplaces/Averageplaces and maybe Count of user scores in one function leaderboard.

But thank You.
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5385
jcarnley (User)
I'm not web design expert but I am a thinker
Gamer
Posts: 81
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Keystone Christian Church Location: Export, PA Birthdate: 1974-12-07
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 3  
I'm very happy with this component. Here is an English Translation. I think I got the gist of all the meanings. I don't really know German I just used a German/English dictionary.

File Attachment:
File Name: com_leaderboardplus-32bb0b7a28467e815b81f2915d578278.zip
File Size: 4458
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/02/15 05:56 By jcarnley.
 
In His Service
  The administrator has disabled public write access.
#5405
xjc (User)
Player
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 0  
Thank you for the english version; works great.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5417
MeisterGigi (User)
User
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 9 Months, 1 Week ago Karma: 0  
Danke Miro !

The Component is really great !

But i have one Problem, i have 11 games up to now installed, and in "Bester Spieler in 1. Platzen", there are 3 players with 3 number 1 places.

But shown ontop (see screenshot) is "johannes" with a score of 310 ?

Any advise ?

edit
Ahhhhh, somtimes i think i should not post after 22:00 ^^
I see, on the first table, the top 3 players at all are shown, okay, sorry, forget my post
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/02/16 14:39 By MeisterGigi.
  The administrator has disabled public write access.
#5530
MarcinLodz (User)
Player
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 0  
i was wondering why scores in leaderboardplus and leaderbard...are not equal? I checked that points for places from 1 to 20 are the same....but i don't have idea why scores are not the same:
Leaderbordplus and on the lef side leaderboard
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5532
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 33  
I dont know, on my sites the points are the same. I use the code from the original actual leaderboard. Do use a older SVN Version? Or do you changed your code to not show admins or other usergroups?
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5533
MarcinLodz (User)
Player
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 0  
well i usepu arcade in 2.2 version. I changed all list of 20 score to be the same..i don't know why it isn't the same...maybe i will send you somehow files from leaderboardplus and leaderboard and you will check these 2 files ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5534
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 33  
yes, please send me the module and your puarcade.html.php to miro912@arcor.de , thx.
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5535
MarcinLodz (User)
Player
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 0  
Thanks miro912, i just send these files to you
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5538
bobby Kool (User)
Go Irish!!
Newb Sauce
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: The Big O
Re:New Leaderboard "Plus" 8 Months, 4 Weeks ago Karma: 0  
How do I get the english version ???
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5544
MeisterGigi (User)
User
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:New Leaderboard "Plus" 8 Months, 3 Weeks ago Karma: 0  
As far as i know there is no engish version. But anyway, there are only a few sentences to be changed. If miro posts me the file which needs to be translated, ill do it.

Miro, my top100plus does not show the graphs for the top 3 places, can you post it for me too ? (i dont know why the do not show up)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5545
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:New Leaderboard "Plus" 8 Months, 3 Weeks ago Karma: 33  
@MarcinLodz
please send my the files again, the rar are broken

@bobby Kool
please have a look for the post from jcarnley in this thread. he have post a english version

@MeisterGigi
No problem, the trophy png´s are from the "old" leaderboard from pragma, copy the 3 files to the components/images folder.
File Attachment:
File Name: trophy.zip
File Size: 8533
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5548