leaderboard on wordpress site.

by BIBI15
8 replies
hello warriors,

I have flash game on my website and want to make leaderboard for top 5 players.
can you suggest me ways how can i make this on my wordpress site.?

is there any plugin for wordpress??
#leaderboard #site #wordpress
  • Profile picture of the author RobinInTexas
    I would create a custom page. You could
    require_once('/build_leaderboard.php');
    in that custom page and display the results.

    As far as a plugin, I could Google that for you for $5.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9282347].message }}
  • Profile picture of the author kewkii
    What information are you going to base the leader-board on? Do you have the scores of the top players and where is it held? Database or text file?
    {{ DiscussionBoard.errors[9282363].message }}
  • Profile picture of the author BIBI15
    some of my friends suggested using cubepoints plugin on wordpress.


    kewkii--- I don't where exactly this information is held. maybe on database.
    {{ DiscussionBoard.errors[9283922].message }}
    • Profile picture of the author kewkii
      Originally Posted by BIBI15 View Post

      kewkii--- I don't where exactly this information is held. maybe on database.
      Does the game itself show a leaderboard? If it doesn't then the information may not be available.
      {{ DiscussionBoard.errors[9285297].message }}
  • Profile picture of the author RobinInTexas
    Originally Posted by BIBI15 View Post

    hello warriors,

    I have flash game on my website and want to make leaderboard for top 5 players.
    can you suggest me ways how can i make this on my wordpress site.?

    is there any plugin for wordpress??
    Have you checked with the game author?
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9285894].message }}
  • Profile picture of the author BIBI15
    i have not check with the game author. No game itself doesn't shows this information.
    {{ DiscussionBoard.errors[9286741].message }}
    • Profile picture of the author RobinInTexas
      You might try including a table in a WordPress page or post. TinyMCE advanced plugin lets you set up a table quickly
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[9286909].message }}
  • Profile picture of the author BIBI15
    ok i will try it.
    {{ DiscussionBoard.errors[9286958].message }}

Trending Topics