RSS
Game Club Wordpress Theme Best Deal In WordPress
Demo DOWNLOAD (5696 hits)

Game Club Wordpress Theme

Theme Name: Game Club

Category: Games, My Themes

Date Updated: September 3rd, 2010

Game Club Flash Games Wordpress Theme

Game Club is a widget ready, Adsense ready, clean coded flash games Wordpress theme. Theme has a control panel and easy to use.

Would you like to add games from ArmorGames.com automaticly?

Important:

Theme has a custom navigation function. Do not use the wp-pagenavi plugin with the theme.

Game Club Theme Installation:

  • Download and extract the zipped file,
  • Upload the gameclub folder to wp-content/themes,
  • Upload wp-postratings and wp-postviews folders in plugins folder to wp-content/plugins,
  • Activate the theme and the plugins from wordpress admin panel.
  • Upload the game.php in zipped file to main directory of your wordpress installation. Then, do not open it directly but it must be like this: http://www.yourdomain.com/game.php. This is important for the game landing page.

Game Club Theme Options Panel:

  • Firstly, create a Featured Games category from Posts/Categories,
  • Enter Game Club Theme Options under Appearance,
  • Select your featured games category,
  • Paste your Adsense codes,
  • Paste your Facebook Like Box code. You can get it from here. Also you can paste Facebook Like Button code. you can get it from here
  • Paste your analytics code if you have one and save changes.

Plugins:

After activating the plugins, go to Postviews under Settings and make the field like these:

Important: Delete all *** in codes.

  • Views Template: %VIEW_COUNT%
  • Most Viewed Template: <***li><***a href="%POST_URL%" title="%POST_TITLE%">%POST_TITLE%<***/a><***/li>
  • Save changes.

Go to Ratings/Rating Options:

  • Select No for "Show Loading Image With Text" and save changes.

Go to Ratings/Rating Templates:

  • Ratings Vote Text: Rate the Game: %RATINGS_IMAGES_VOTE%
  • Ratings Voted Text: Thanks: %RATINGS_IMAGES%
  • Ratings No Permission Text: %RATINGS_IMAGES%
  • Ratings None: Rate the Game: %RATINGS_IMAGES_VOTE%
  • Highest Rated: <***li><***a href="%POST_URL%" title="%POST_TITLE%">%POST_TITLE%<***/a><***/li>
  • Save changes.

Adding Games:

  • Enter Posts-Add New,
  • Write a title,
  • Write a description or how to play information of the game in content field,
  • Under the content field, you will see Game Informations,
  • Write the thumbnail image url in Picture URL field. Use http://,
  • Write the swf file url in Swf File Url field.
  • Select the category,
  • Add tags
  • Publish the post.

Important: Add only jpg files in picture url field. If you do not see the thumbnails on your site, go to wp-content/themes/gameclub and make the chmod of cache folder 755 or 777.

Logo:

There is a logo folder in zipped file. Open the logo.psd by Photoshop and change the title, description and save it as logo.png. Replace the logo.png in gameclub/images with this new logo.png.

Licence:

You can not remove the designer link in footer. You can not set it nofollow, etc. Do not touch the link in footer.

If you have any questions, please reply and visit the page in 24 hours.

84 Responses to Game Club

  1. 09-03-10
    Oronnoq says:

    I followed the instructions and tried to add 1 game. 2 issues:

    1. The thumbnail is not showing up.
    2. Title is showing twice.

    Please help.

    Thanks.

  2. 09-04-10
    shreef says:

    first i get 406errorr when i try to access the image url as it is not shown
    second where can i found the language file i wanna to translate it to Arabic is it in the js?

    • 09-04-10
      admin says:

      images must be on your server. do not use images on other websites.

      there is not a language file. you need to edit the php files. you can use notepad++ program.

      • 09-04-10
        shreef says:

        is the image should be in the same folder of the theme or in word press folder ir just on the serveR?

        • 09-04-10
          admin says:

          just on server, like this: azkreni.com/games/…./picture.jpg

          • 09-04-10
            shreef says:

            i done that and i get 406 error when i try to get the image url from the thumb
            althogh the image is already in the server
            and i can’t see it on the wordpress home

  3. 09-04-10
    anas says:

    im use wtb game theme and i whant to use this thene how i can convert and go tom use this theme without lost any post ??

    • 09-04-10
      admin says:

      nice question. do these in gameclub theme:

      1- first, export the backup from admin panel under Tools,
      2- activate gameclub theme,
      3- open game.php, find gameswf and change them(there are 2 gameswf) to game,
      4- open functions.php in theme folder and find gameswf(there is only one). change it to game.
      5- there are “description” and “how to play” informations for the games in wtb games theme. but in gameclub, there is only “how to play” information. so, you need to edit everypost. open a post in admin panel. you will see howto Custom Field. copy the value and paste it into the content field. do it for all posts.

      instead of editing all posts in step 5, you can do these, too:

      - open single.php in gameclub theme,
      - find ?php the_content(); ?>
      - paste this code after it:

      < ***p>< ***?php $values = get_post_custom_values("howto"); echo $values[0]; ?>< ***/p>

      note: delete all *** in code.

  4. 09-04-10
    shreef says:

    please check my site and please contact me and give me your messenger please
    http://www.azkreni.com/games/
    send me your messenger id to my mail
    ***[@]gmail.com
    please

    • 09-04-10
      admin says:

      do the things below this reply. if they do not work, send me your admin password and ftp password. you can find my email in Contact page.

  5. 09-04-10
    admin says:

    @shreef, your server does not allow 777 permission, i think. do this:

    - make chmod of cache folder 775 and try.

    if it did not work, do this:

    - make cache = 777, timthumb.php = 755,

    if it did not work, do this:

    - create a /scripts folder in theme folder. cut and paste the cache folder and timghumb.php into this /script folder. open index.php. find timthumb.php?src= and make it scripts/timthumb.php?src=. also use these parmissions: scripts folder = 755, cache = 777, timthumb.php = 755

    if you can see the thumbnails on homepage in New Games area, do the same things for featured.php, archive.php, single.php, search.php and tag.php.

    if it did not work, do this:

    - open single.php, index.php, archive.php, search.php, featured.php, tag.php and find:

    < ***?php bloginfo('template_directory'); ?>/timthumb.php?src=

    delete it. find:

    &w=142&zc=1&q=118

    delete it.

    note: there is not *** in code. i added it here because in comments, i can not write a php code.

    • 09-05-10
      shreef says:

      thanks it works fine :D

    • 10-24-10
      Jim says:

      Thank you so much!!

      This bit of code/edit fixed everything! :)

      This theme ROCKS!

  6. 09-04-10
    anas says:

    thank u

    its work perfect

  7. 09-04-10
    anas says:

    how can i rename footer h2 ??

    like Most Played Games

    • 09-04-10
      admin says:

      tell me the translation of these in arabic language. you can download the footer.php for arabic language tomorrow.

      Most Played Games = ?
      Highest Rated Games = ?
      Most Commented Games = ?

      • 09-04-10
        shreef says:

        Most Played Games = اكثر الألعاب الممارسة
        Highest Rated Games = اكثر الألعاب شهرة
        Most Commented Games = اكثر الألعاب تعليقا

        don’t forget to save the file as unicode
        utf-8

        waiting the translate :D

  8. 09-04-10
    anas says:

    THANK U ALOT

    Most Played Games = الأكثر شعبية
    Highest Rated Games = الأكثر تقيما
    Most Commented Games = الأكثر تعليقا

    • 09-05-10
      admin says:

      i could not translate the terms from the php file. when i paste the translation, i see only ???????.

      so i added a translation part in Game Club Theme Options panel.

      - download this file: http://www.wordpressthemesbook.com/wp-content/uploads/2010/09/gameclub-footer.zip,
      - replace your header.php, functions.php and footer.php with these new files,
      - go to Game Club Theme Options panel under Appearance in admin panel. at the bottom of the page, you will see a Translation part. write the translations of terms and save changes. you can also change the year in footer from this part.

      • 09-05-10
        shreef says:

        i said to you
        don’t forget to save the file as unicode utf-8
        do this with notepad

        • 09-05-10
          admin says:

          you are right. thanks.

  9. 09-04-10
    anas says:

    AND

    “Designed by”

    تصميم :

  10. 09-04-10
    shreef says:

    why when i tybe the name in arabic it shown on the home like this
    طبخ-الد� …
    not full
    it should be
    طبخ-الدجاج
    but when i enter the name in english it shown ull word
    so what could be the reason?

    • 09-05-10
      admin says:

      there is a character limit for titles. for arabic language, this will be better i think:

      first solution:

      - open index.php, featured.php, search.php, archive.php and tag.php,
      - find this code:

      < ***?php $tit = the_title('','',FALSE); echo substr($tit, 0, 14); if (strlen($tit) > 14) echo ” …”; ?>

      note: there is not *** in code.

      - replace the code with this:

      < ***?php the_title(); ?>

      note: delete *** in code.

      second solution: you can increase 14 in first code(there are two 14 in code). for example make it 30 and try.

  11. 09-05-10
    anas says:

    thank u admin

    its work perfect

  12. 09-05-10
    Luiz Carlos says:

    Hello, I’m from Rio de Janeiro, Brazil.The template is the most beautiful and most complete games in flash that ever met on the internet. Congratulations for your work!
    hugs

    • 09-06-10
      admin says:

      Thanks a lot.

  13. 09-06-10
    shreef says:

    i wanna to make the side bar to be on right not on left

    • 09-06-10
      admin says:

      if you know css, you can do it.

  14. 09-06-10
    aboy says:

    thanks very nice theme

  15. 09-07-10
    free games 3d says:

    hi admin how to change the number of games in the index and categories from 10 to another number

    • 09-08-10
      admin says:

      in admin panel, Settings-Reading-”Blog pages show at most”.

      i see that you use wtb game theme. do not delete the links in footer. read the licence.

  16. 09-08-10

    i’m sorry because i downloaded it from the mafia site and also they are talking about the number of links it’s so much as licence i’m sorry, i’ll use the new theme and i’lll leave your copyright, thanks.

    • 09-08-10
      admin says:

      Ok, thanks for your understanding. We earn money from that links. If theme users remove them, we can not earn so we can not create new free themes. Best luck with your site.

  17. 09-08-10
    free 3d games says:

    hi admin,
    there is a small prblm if you fix it it will be the best arcade game ever,
    plz let us know how to let it support .dcr games in the custum fields

    • 09-08-10
      admin says:

      1- Download this file: http://www.wordpressthemesbook.com/wp-content/uploads/2010/09/gameclub-dcr.zip

      2- Extract it and replace the old game.php with this new one.

      3- If you are adding a dcr game, do not write anything in “Write the swf file url” field. Leave it blank. Go to Custom Fields, and add a new Custom Field with name dcr. Use the dcr file url as value. Again, urls must start with http://.

  18. 10-04-10
    rolx says:

    tx for nice theme. my problem is about permalinks. at admin panel i change to /%postname%.html but then no swf file appears when i click “play game” button and it returns to index page. how to fix this?

    • 10-04-10
      admin says:

      did you upload the game.php in main directory of your wp installation? you must upload the game.php in main directory where the wp-content, wp-admin, wp-includes folders are.

      also, do not forget to tell your website url. i need to see the problem myself.

  19. 10-05-10
    rolx says:

    you are great admin. i noticed that i have uploaded game.php to wrong place. now it’s in the right place as you lead me, it’s working properly and i have a very nice theme! thank you very much

  20. 10-10-10
    akibui says:

    How to change number of New Games

    • 10-10-10
      admin says:

      in wordpress admin panel, Settings/Reading, change the number for “Blog pages show at most”.

  21. 10-10-10
    arwan says:

    I’M sorry, please dont publish my comment above. but your template is difficult to apply.
    please I, m sorry.

    • 10-11-10
      admin says:

      did you do everthing that i told in installation information? installation and usage of the theme are not difficult. a lot of blogs use it. tell me your blog’s problem with your url.

  22. 10-13-10
    anas says:

    Hello

    I want to Arabization the template and published in Arabic

    Is it allowed to add my names in the footer ??

    • 10-13-10
      admin says:

      no, sorry. you can not edit the footer.

      if you want to publish the Arabic version, translate it and publish without your link.

      this is a sponsored theme so nobody can delete, edit the link in footer or add new link(s).

  23. 10-13-10
    Ofer Fisher says:

    any option to merge “WTB Flash Games WordPress Theme”

    into this theme

    • 10-13-10
      admin says:

      what is your aim?

      • 10-18-10
        Ofer Fisher says:

        i want to change my theme to this

        • 10-18-10
          admin says:

          download this: http://www.wordpressthemesbook.com/wp-content/uploads/2010/10/gameclub-theme2.zip

          install the theme. you can find the installation and usage information on this page.

          you do not need to edit the old posts. they will work.

          you will not see an extra field for “How to Play” while adding a new post. as you know, it was in WTB Games Theme. write the description and how to play information in content field.

          if you got any error, do not worry or edit the old posts. just tell me.

  24. 10-26-10
    Curve Online says:

    Any light version of gameclub’s theme? I think this theme too dark. What should I do to change it to light version?

    The words: “Searh for games”, “Bookmark this site”, and “RSS” in the top-right of the template are too dark and I want to change the font color to white. What should I do to change this?

    • 10-27-10
      admin says:

      wait for 2-3 days. a new, light game theme is ready. i will publish it in 2-3 days.

      • 10-27-10
        Curve Online says:

        Ok, I’ll wait for the light theme. BTW, the GameClub theme is perfect for me.. Thanks for share, buddy.. I love this theme..

        • 10-29-10
          Ofer Fisher says:

          if you publish a new version please add this options
          1 if i click on a game pic it will take me to the game post not to a mid post ( 1 click and i will play )

          2 full screen option is a flash window of full screen

          • 10-29-10
            admin says:

            new theme is ready but does not include your wants.

            1- game landing page is important for ads.

            2- browsers does not allow us to open a full screen but i will try this.

            if you want to see the new theme, click the top right banner on this page(sponsor a theme and…)

            thanks.

  25. 10-26-10
    Jedineko says:

    How to Remove Most Played Games,Highest Rated Games and Most Commented Games Module?

    • 10-27-10
      admin says:

      sorry, you can not remove them.

  26. 11-07-10
    Japanese says:

    Thank you for a splendid theme
    It is a question
    I add comments to game.php
    I ask

    • 11-08-10
      admin says:

      add this:

      < ***div class="playgame2">
      < ***?php comments_template(); ?>
      < ***/div>

      above this code in game.php:

      < ***div id="similargame">

      delete all ***.

      code will not work if you added the code under random games code. it must be before random games.

      • 11-08-10
        Japanese says:

        Thank you
        But
        It is not displayed
        A script does not work
        I ask

        • 11-08-10
          admin says:

          sorry, i do not understand what you mean.

          • 11-09-10
            Japanese says:

            I’m sorry・・・
            Under a game screen
            I wanted a comment function

            However, it was not possible to be the method that had you teach it

  27. 11-09-10
    admin says:

    @Japanese, download this file and replace your old game.php with this new one: http://www.wordpressthemesbook.com/files/gc-game.zip

    • 11-10-10
      Japanese says:

      Thank you
      But
      It does not move

      • 11-10-10
        admin says:

        If you uploaded the new file, you can see the comment function under game swf. If you can not do it yourself, send me your wordpress admin panel username-password and ftp information. You can find my email in Contact page.

  28. 11-13-10
    Ofer Fisher says:

    i need help please
    1:) i want to show only 20 new games not all i have

    2:)how can i change the name “Flash games” into my site name

    3:) i wish to remove the middle page of the game i love the old “WTB Game” them that allow you to play after 1 click

    i wish to insert the ads into the last page above the comment option

    4:) menu as slide menu

    5:) add a full screen option with a flash code

    many thanks
    Ofer Fisher

    • 11-13-10
      admin says:

      1- enter Settings/redding and set the number of posts on one page. If you do not want to show the navigation, open index.php and remove the navigation.

      2- there is a logo.png in images folder. replace it with your own logo.png.

      3- you need to pay for this modification. http://www.wordpressthemesbook.com/custom-wordpress-theme/

      4- which menu?

      5- there is not an option to do it. if you want, you can open the swf file in a new page.

  29. 05-14-11
    Sysadmin says:

    Thanks for this template.

  30. 05-15-11
    Rudy says:

    Can you change the heading in the footer?

    Changes:

    Change “Most Played Games” to “Most Viewed Tutorials”

    Change “Highest Rated Games” to “Highest Rated Tutorials”

    Change “Most Commented Games” to “Highest Rated Tutorials”

    • 05-15-11
      • 05-15-11
        Rudy says:

        Thanks for the fix. However, after I uploaded the three files, the default “Hello World” thumbnail that appears in “Featured Games” disappeared.

        I am sure it may be minor and when I begin adding flash files, thumbnails will become visible.

        Thanks again.

        • 05-18-11
          Rudy says:

          Featured Games is not working after applying the files. Any ideas?

          • 05-18-11
            Rudy says:

            Disregard. After reading the instructions again, I see where I went wrong.

          • 05-19-11
            admin says:

            there is not any relationship between footer.php and featured games. you are doing something wrong.

  31. 05-25-11
    sergio says:

    Hi, I wonder if there is any chance of adding another custom post, that allows to play embedded games by pasting the embedding code in the custom code.
    and another custom code that would allow to open another window( to direct to another website)
    Your theme is great, I have been looking around for a them like this for a long time. But my website is more than flash games, so the questions.
    Thanks.

  32. 05-25-11
    sergio says:

    I wanted to say custom field in both cases…

  33. 05-29-11
    Rudy says:

    Can the middle column of game.php be widened?

    Also, can the embedded swf area of game.php be expanded slightly. The current dimensions are 700×627. I wish for the dimensions to be 800×600.

    • 05-30-11
      admin says:

      you can do them from style.css file but you need to edit some images, too(top and bottom).

  34. 05-31-11
    rudy says:

    I have decided to go a different route. Can the Start Game button/link open the swf file in a full screen with semi-transparent borders?

    I don’t know if I am explaining myself clearly.

    • 06-01-11
      admin says:

      browsers does not let us to open a full screen page(also we can not open a swf file in full screen by clicking a link).

      there are simple solutions but they are not great. because swf files width and height sizes are not suitable for monitor resolutions.

Leave a Reply

*