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 12-19-2012 08:21 PM

Quote:

Originally Posted by MG Zebra (Post 2391614)
Not sure if this was ever fixed but there's an error in the coding that goes into the postbit_legacy

Code:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
That code messes with the alignment of things on the postbit_legacy. I simply removed it as all it's for is posting high scores or champions in tournaments which I don't need. The effect of this bad codes leaves it looking like the below image. My understanding is if the tags were closed properly it should fix it but I'm not sure and I don't care to test it.

https://vborg.vbsupport.ru/external/2012/12/11.png

Other than that I love using the arcade.

Just add
Code:

{vb:raw post.crowns}{vb:raw post.champtext}
under
Code:

<dl class="userinfo_extra">
in your styles postbit_legacy template...


enjoy

idesignicreate 12-19-2012 10:17 PM

Hi in the last step for navbar template trying to find the

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>

code but I can't seem to find it in the navbar at all. What's my options from this point?

Hippy 12-19-2012 11:10 PM

Quote:

Originally Posted by idesignicreate (Post 2391747)
Hi in the last step for navbar template trying to find the

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>

code but I can't seem to find it in the navbar at all. What's my options from this point?

vb4.2.0 use the nav manager in the admincp to add the button

idesignicreate 12-19-2012 11:42 PM

Quote:

Originally Posted by Hippy (Post 2391756)
vb4.2.0 use the nav manager in the admincp to add the button

okay but where is that? I'm new to vbulletin so i'm still learning where things are located.

Hippy 12-20-2012 12:10 AM

1 Attachment(s)
admincp settings navigation manager..
here are 2 screen shots to help..

Sunflower2007 12-28-2012 07:37 PM

Didn't workin4.1 i searched the calender script it isn't in the navbar grr i reloading i will go back to 4.0

just77me 12-29-2012 08:30 AM

hi our score do not submit anymore - i guess some one changed our htaccess or other files can you please help me?

Hippy 12-29-2012 12:39 PM

read here https://vborg.vbsupport.ru/showthread.php?p=2328579

woffie 12-29-2012 03:55 PM

Will this be converted to work with 5.0?

ravenscape 01-03-2013 04:44 PM

We upgraded our php version yesterday and ibProArcade started throwing deprecation errors.

Changing one line of code fixed the problem.

in arcade.php change

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

to

PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 



All times are GMT. The time now is 10:30 PM.

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.06385 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)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