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)

Coder2016 03-22-2017 09:02 AM

Can not help?

MarkFL 03-22-2017 02:19 PM

Quote:

Originally Posted by Coder2016 (Post 2584185)
Can not help?

I provided the changes that took care of the errors I got with this product when upgrading to PHP 7.x. I can't really help with issues I can't replicate. :)

Coder2016 03-23-2017 12:58 PM

@MarkFL

I had added in my last post from my arcade.php as a file attachment.

Did you look at them?

https://vborg.vbsupport.ru/showpost....postcount=7320

Coder2016 03-26-2017 08:27 AM

UP...

Coder2016 04-04-2017 02:55 PM

Hi,

In all styles the texts are black. Where can I change this please? With a black style one sees the writing not more.

How can I change this?

https://vborg.vbsupport.ru/external/2017/04/19.png

Many Thanks.

MarkFL 04-04-2017 03:43 PM

Create plugin hooked at "parse_templates" with the following code:

PHP Code:

if ((THIS_SCRIPT === 'arcade' OR strpos($_SERVER['REQUEST_URI'], 'arcade')) AND STYLEID == XX)
{
    
$template_hook['headinclude_css'] .= '<style>.alt1 legend {color: $FFFFFF !important;}</style>';


Change "XX" to the styleid of the dark style in which you are wanting to make the changes.

Coder2016 04-04-2017 04:03 PM

Where exactly in acp do I have to do that?

MarkFL 04-04-2017 04:12 PM

Follow:

AdminCP -> Plugins & Products -> Add New Plugin

Coder2016 04-04-2017 04:18 PM

I have made.

https://vborg.vbsupport.ru/external/2017/04/18.png

But I get then a error message

PHP Code:

syntax errorunexpected end of file on line 128 in /www/htdocs/xxx/xxx/includes/class_bootstrap.php(433) : eval()'d code
#0 /www/xxx/xxx/power/includes/class_core.php(4392): vB_Bootstrap->process_templates()
#1 /www/htdocs/xxx/xxx/includes/class_core.php(4350): vB_Template->__construct('
navbar_link')
#2 /www/htdocs/xxx/xxx/includes/functions.php(3139): vB_Template::create('
navbar_link')
#3 /www/htdocs/xxx/xxx/arcade/functions/functions.php(1381): construct_navbits(Array)
#4 /www/htdocs/xxx/xxx/arcade.php(496): display->do_output(Array)
#5 /www/htdocs/xxx/xxx/arcade.php(5542): Arcade->Arcade()
#6 {main}


Fatal User Error: syntax error, unexpected end of file on line 128 in ..../includes/class_bootstrap.php(433) : eval()'
d code in ..../vb/vb.php on line 286


#1 : vbstop() called in ..../includes/class_core.php on line 6092
#2 : vbulletin_error_handler() called in  on line 
#3 : trigger_error() called in ..../vb/vb.php on line 286
#4 : vB::handleException() called in  on line 


MarkFL 04-04-2017 04:28 PM

You didn't grab the entire block of code...you are missing the closing bracket for the if statement. :)


All times are GMT. The time now is 12:55 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.06543 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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