vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   open in new window (https://vborg.vbsupport.ru/showthread.php?t=155835)

ShawneyJ 08-21-2007 11:14 AM

open in new window
 
hi,

is there away i can add "open in new window" as set out the v3 arcade way instead of ipro-arcade way?

when i change my ipro-arcade to ipro-arcade style that has open in new window but v3 style does not.

thanks.

stangger5 08-21-2007 11:43 AM

Are you wanting to put (open in new window) in the v3arcade skin ??

ShawneyJ 08-21-2007 11:49 AM

yes, using the v3 arcade style on ibp arcade thanks.

Have any idea's for me stangger5, i have to go soon lol sorry just waiting around ...

Gemma 08-21-2007 12:51 PM

Open skin_v3Arcade.php and find:

Code:

function row($entry,$gamesplit,$top,$pbest,$links,$rowcol,$rating,$actualtop,$newgame) {
global $ibforums;
return <<<EOF

Below that put:

Code:

<script type="text/javascript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</script>

Then search for:

Code:

{$ibforums->lang['pbest']}: {$pbest}<br />{$entry['v3style_info']}
Below that put:

Code:

<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&amp;gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');">{$ibforums->lang['gamebox_playpopup']}</a><br />

That should work :)

ShawneyJ 08-21-2007 12:56 PM

wow worked like a charm thanks heaps :)

stangger5 08-21-2007 01:10 PM

Fast too..:up:

Gemma 08-21-2007 01:24 PM

Also if you search for:

Code:

function leaderstart($ginfo, $links) {
global $ibforums;
return <<<EOF

And after that add:

Code:

<script type="text/javascript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</script>

Then search for:

Code:

<td class="alt2" align="center" valign="top">
                                {$links['click']}<br />
                                <a href="{$ibforums->base_url}act=Arcade&amp;cat={$ginfo['gcat']}">{$ginfo['backlink']}</a><br />
                                {$ginfo['fave']}<br/>

And add this afterwards:

Code:

<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&amp;gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');">{$ibforums->lang['gamebox_playpopup1']}</a><br />

Then save skin_v3Arcade.php and upload it.

Then open lang_Arcade_en.php and search for:

Code:

gamebox_playpopup        => "(in new window)",
After that add:
Code:

gamebox_playpopup1        => "Play Game In New Window",
Save and upload the file - that will allow you to choose to Play Game In A Window from the Highscore page :)

ShawneyJ 08-22-2007 01:14 AM

omg nice thanks again.

stangger5 08-22-2007 03:26 AM

Nice work Gemma !!

gmatrix 09-16-2007 03:29 PM

Quick question on playing in a new window. When the score is submitted at the end of play, I'm finding it's using the same small pop up window, which is too small to view the highscore table. Should it be using the parent window?


All times are GMT. The time now is 07:06 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.01655 seconds
  • Memory Usage 1,734KB
  • 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
  • (10)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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