PDA

View Full Version : Mini Mods - Share This Game! ( ibPro Arcade )


christian8a
09-10-2009, 10:00 PM
A must button for your arcade portal.

Share This Game, for members to post on facebook, email, myspace, twitter, etc...
This will post a button on the game description, game object and game keys.

Demo
http://www.eibuddy.com/arcade.php

Click on any game, lets say tetris and when the game loads look at the side you will see the button that says Share, and facebook and other icons.

Install

Open your arcade skin you are using
arcade / skin_v3Arcade or arcade / skin_Arcade
I am using v3 Arcade, but in any will work the same way.

Find


<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&amp;do=stats&amp;gameid={$game['gid']}">{$ibforums->lang['view_high']}</a>
</td>
</tr>


Add underneath


<tr>
<td align="center" class="alt1">

<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=xa-4aa9ecaa30e41972"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4aa9ecaa30e41972"></script>
<!-- AddThis Button END -->

</td>
</tr>

Xencored
11-20-2009, 12:17 AM
Awesome mate thanks

p.s No idea why no one else has said anything its a great idea!! :up:

zombietom
01-01-2011, 01:59 PM
Very Nice and a good idea -Thanks

haytham
01-10-2011, 04:12 PM
I am sorry but since you say this is for ibPro Arcade, why use v3 arcade in your instructions? I couldn't find your code any where.

doubleclick
01-28-2011, 02:30 PM
hoping to see how it works, but the demo link goes to one of those generic search pages. Animemike or zombietom can we see it in action on either of your sites?

floggerss
01-31-2011, 01:24 AM
i cant find

<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&amp;do=stats&amp;gameid={$game['gid']}">{$ibforums->lang['view_high']}</a>
</td>
</tr>

in my arcade Skin

rugby
01-31-2011, 12:18 PM
i cant find

<tr>
<td align="center" class="alt1">
<a href="{$ibforums->base_url}act=Arcade">{$ibforums->lang['back_arcade']}</a>
<br /><a href="{$ibforums->base_url}act=Arcade&amp;do=stats&amp;gameid={$game['gid']}">{$ibforums->lang['view_high']}</a>
</td>
</tr>

in my arcade Skin

find lang['view_high']} in skin_Arcade.php file, and then place that code given on top. That should work.