vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Hippy 05-18-2012 10:42 AM

Gamma I dont get him.. but its not worth the efforts to convince him on the issue....hundreds use this and as far as support MrZeropage is quick to take care of any major problem. Even when that other thing called life comes first......

astdirect 05-18-2012 03:01 PM

Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

Mark.B 05-18-2012 03:19 PM

Quote:

Originally Posted by Dave234 (Post 2329777)
A couple questions:

1. Where can I find free additional games that I can easily just add to what I already have? (I already added this mod)

2. Is there a casino free additional game that I can easily add?

Only two posts above yours....

** Please do not post any information, request or offer of Games here in this Thread ! And remember that Support is given in the ibProArcade-Support-Forum **

Mark.B 05-18-2012 03:21 PM

Quote:

Originally Posted by skol (Post 2330277)
It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.

Please give it a rest.

This mod is absolutely fine and is in use very successfully on a large number of sites, my own included.

If you don't like it, then that's fine - don't use it. It is not compulsory, and there are two other arcade modifications available for you to choose from, both available on this very site.

Spoilt for choice.

Hippy 05-18-2012 08:47 PM

Quote:

Originally Posted by astdirect (Post 2330458)
Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

contact / pm stangger5

Paul M 05-18-2012 09:13 PM

Quote:

Originally Posted by skol (Post 2330277)
It got sent to the grave yard..Why do people keep ignoring that fact?Or did you miss that fact?The mod is unsupported according to vb.org rules it shouldn't here..If you don't agree with those rules then don't make them.

We make the rules, not you. There is no such rule. Stop posting nonsense.

JacquiiDesigns 05-19-2012 04:21 PM

Quote:

Originally Posted by astdirect (Post 2330458)
Has anyone any ideas how to integrate the ibp arcade with facebook and/or twitter ?

How do you mean "integrate" with FB and twitter?
It's not difficult placing the likebox codes or tweet/retweet buttons ...

J.

astdirect 05-20-2012 08:25 AM

It's difficult for me lol

I just want a way to share on facebook or twitter (facebook mainly) after you get a high score or to just share a game. I'd appreciate any help in simple terms if you have time of where to put like button so it shows in easy view on each game page perhaps ? :)

Hippy 05-20-2012 09:29 AM

1 Attachment(s)
Quote:

Originally Posted by astdirect (Post 2330903)
It's difficult for me lol

I just want a way to share on facebook or twitter (facebook mainly) after you get a high score or to just share a game. I'd appreciate any help in simple terms if you have time of where to put like button so it shows in easy view on each game page perhaps ? :)

in your skin_arcade.php
search for
Code:

function keys($game) {
global $ibforums;
return <<<EOF
        <tr>
            <td align="center" class="tcat">{$ibforums->lang['keys']}</td>
    </tr>
        <tr>
            <td align="left" class="alt2">{$game['gkeys']}</td>
    </tr>
EOF;
}

replace it with
Code:

function keys($game) {
global $ibforums;
return <<<EOF
        <tr>
            <td><div align='center' class='blockhead'>{$ibforums->lang['keys']}</div></td>
    </tr>
        <tr>
            <td align="left" class="alt2">{$game['gkeys']}</td>
    </tr>
              <tr>

            <td><div align='center' class='blockhead'>Share this Game On Facebook</div></td>
    </tr>
                <tr>
              <td align="center" class="alt1" valign="top" style="width: 20%;padding-left:7px;padding-top:8px;padding-bottom:8px;">
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; text-decoration:none; } </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u=<;url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a>
</td>
      </tr>

EOF;
}

source
http://askville.amazon.com/add-Share...uestId=1539369
for facebook enable script (google is your friend ..) you can find twittter and other social network group the same way I did

https://vborg.vbsupport.ru/attachmen...1&d=1337510028

astdirect 05-20-2012 09:46 AM

Thanks Hippy, easy-peasy and worked a treat. Much appreciated !


All times are GMT. The time now is 04:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14196 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete