vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   vb 4.0 compatibilty? (https://vborg.vbsupport.ru/showthread.php?t=222734)

cory_booth 11-25-2009 12:20 AM

Quote:

Originally Posted by Garamond (Post 1920436)
Nice, but how did you get it to show Top 24 players? I only get to show the Top 3.

Yes... Which is what remided me to mention the hack only changed the template processor, not the skin/layout...

My 24 top players was a hck from right here in this forum.
https://vborg.vbsupport.ru/showpost....19&postcount=2

halkum 11-26-2009 06:25 AM

I found if you set the template to v3arcade, it looks smoother. Good till it officially releases for vb4.

TandyServices 11-27-2009 04:41 PM

So does anyone have an idea what my missing security token could be? There's no sence in launching our arcade if the scores wont save.. Thanks

cory_booth 11-27-2009 05:49 PM

Quote:

Originally Posted by TandyServices (Post 1921699)
So does anyone have an idea what my missing security token could be? There's no sence in launching our arcade if the scores wont save.. Thanks

Are you calling the seesion with the arcade URL in your menu link?

. $vbulletin->session->vars['sessionurl'] .

i.e. As a new plugin (vbulletin/global_state_check)

Code:

global $template_hook;
$tabselected = '';
$tablinks = '';
if (
THIS_SCRIPT == 'ARCADE' || THIS_SCRIPT == 'arcade')
{
    $vbulletin->options['selectednavtab']='arcade';
    $tabselected = ' class="selected"';
    $tablinks = '
<ul class="floatcontainer">
<li><a href="./arcade.php?'.$vbulletin->session->vars["sessionurl"].'">Arcade</a></li>
</ul>

$template_hook['navtab_middle'] .= '<li'.$tabselected.'><a class="navtab" href="./arcade.php?'.$vbulletin->session->vars["sessionurl"].'">Arcade</a>'.$tablinks.'</li>';


TheChaosFactor 11-27-2009 06:04 PM

Does the IB stands mean that the arcade is created/owned by the same IB that now owns vb?... I mean if that is the case, I'd say it's almost a lock that the arcade will be updated for vb4.0..

MrZeropage 11-28-2009 06:32 PM

ibProArcade v2.6.9+ is now vBulletin 4.x compatible :)

https://vborg.vbsupport.ru/showthread.php?t=229072

Magz 11-29-2009 12:36 AM

Thank you so much MrZeropage, my members are going to love you when we upgrade to VB4


All times are GMT. The time now is 11:17 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.01101 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_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
  • (7)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