![]() |
In the v3ARCADE_MAIN and v3ARCADE_PLAY, most likely adding the code just below {vb:raw navbar} but you'll need to ask in the chatbox thread about how to display it only on certain pages.
|
i feel so proud, thats just what I did and it worked great thats my first intuitive template edit.
|
It was working perfect until I upgraded to the most recent vbulletin update. Now the games show up just white space and if I right click, it states that the flash has not loaded yet. Every game does the same thing. Its basically the default template with modified colors/logos. Here is the url. http://www.tomosmopeds.org/forum/arcade.php
|
Got this error on my sites arcade appear
Unable to add cookies, header already sent. File: /home/tenpinfo/public_html/arcade.php Line: 1820 Anybody got an idea what this is ? |
Have you edited any of the arcade files (php files)?
Make sure there is no white space after the ?> tag in the arcade.php file |
Quote:
Just a hint and what I do with the scripts I write for people is that last ending ?> tag on a php page, I leave it out. That removes problems with white space at the bottom of any php page. It's not really needed as it''s the last one and I have never had white space issues on any server I worked on after I started leaving it out. I got the idea from Zencart which does it. It's not really needed since PHP will end when the end of file (EOF) is reached anyway. |
Quote:
You can use output buffering to send output prior to the call of this function, with the overhead of all of your output to the browser being buffered in the server until you send it. You can do this by calling ob_start() and ob_end_flush() in your script, or setting the output_buffering configuration directive on in your php.ini or server configuration files. I usually run set cookies like this: Code:
ob_start(); |
hadnt done any edits, but have just uploaded the arcade.php file and overwrote it, all fine now..
|
there is no
PHP Code:
|
Try placing it above
Code:
require(INDEX_SCRIPT); Code:
require_once('./includes/v3arcade_vbsuite_index_compatibility.php'); |
All times are GMT. The time now is 01:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|