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-12-2013 03:40 PM

they have worked on every issue with that error you posted to date from the feedback..

only posted the 2 because of the issue of older or newer servers..
but looking now seems that's not the cause

did you do the template change posted in that link?

is your style custom or stock ?
those lines in the arcade.php are
Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
from that, I would change the template
the ARCADE template (not the ARCADE_vB4 template) to
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
    <title>{vb:raw ibprotitle}</title>
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
    {vb:cssfile ARCADE.css}
  </head>
  <body>
     
        {vb:raw header}
        {vb:raw navbar}
{vb:raw template_hook.champss_inarcade}
  {vb:raw arcadeheader}
  {vb:raw maincontent}   


    {vb:raw footer}
</div>
  </body>
</html>


NFLfbJunkie 05-12-2013 03:56 PM

I am using the stock template and I had done the template change but still have the issue.

Hippy 05-12-2013 04:22 PM

I can come by if you like to fix the errors. If so pm me details

NFLfbJunkie 05-12-2013 04:37 PM

Am I suppose to change this line to something else:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

And should this line appear twice in the arcade.php file?

Hippy 05-12-2013 09:14 PM

Quote:

Originally Posted by NFLfbJunkie (Post 2421564)
Am I suppose to change this line to something else:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

And should this line appear twice in the arcade.php file?

the line does not get changed. .
I'm thinking ..
going to shot you a pm..

Hippy 05-12-2013 09:17 PM

try this .. in arcade.php
Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
replace with

Code:

$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
your just removing the amp (&)
on both lines

NFLfbJunkie 05-12-2013 09:24 PM

That was the fix. Thank you so much Hippy.

albibak 05-21-2013 06:43 PM

Hi MrZero :)

I have a problem with a fresh install of this mod, and with a fresh install of vb 4.2.1.

When I play a game, and I fisish, I'm redirected to the main page http://DOMAIN/activity.php

and the highscore is not save :/

NB: I'm not against a small copyright for the French translation ;)

Hippy 05-21-2013 08:34 PM

Quote:

Originally Posted by albibak (Post 2423398)
Hi MrZero :)

I have a problem with a fresh install of this mod, and with a fresh install of vb 4.2.1.

When I play a game, and I fisish, I'm redirected to the main page http://DOMAIN/activity.php

and the highscore is not save :/

NB: I'm not against a small copyright for the French translation ;)

answered this in the other post you made

albibak 05-21-2013 08:48 PM

Thx!


All times are GMT. The time now is 05:59 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.08152 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (2)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