![]() |
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'); |
Why are there multiple highscore entrys for each person? Why is there not a overwrite function? I think it's not a good idea to have an user different times in the highscore list.
Any fix for that? Don't like this feature. |
Replied to you on v3arcade.com :)
|
anyone else having problems with games that used to work fine suddenly stopping working?
Non Mochi games (i think!), things like cube crash? I get the intro screen then nothing? |
I've just installed Cube Crash to try it out and it loads and plays fine.
Have you updated your flash player lately? Also try deleting the flash player cache - http://www.macromedia.com/support/do...manager07.html |
Hi where do i put this file crossdomain.xml from the folder thanks
|
Quote:
|
Quote:
|
Trying to start a new tournament.I don't have any games in dropdown list? How to fix this?
|
Quote:
|
Quote:
|
i got this error in my forum
Quote:
|
Quote:
|
Getting an error
Warning: Invalid argument supplied for foreach() in [path/includes]/v3arcade_functions.php on line 203 when i click on view leaderboard in the arcade champions box, any ideas ? |
Are you using the latest version (2.0.3a) because this should be fixed?
|
Quote:
Warning: Invalid argument supplied for foreach() in [path]/includes/v3arcade_functions.php on line 207 |
I just upgraded my installation and get this message from the Arcade page when it attempts to load:
Unable to add cookies, header already sent. File: /*****/*****/web021/b216/******/public_html/hutch/includes/v3arcade_functions.php Line: 656 This is what is in my arcarde.php file after installing this latest upgrade: entially full inbox. $senderpermissions['adminpermissions'] = 2; $pmdm =& datamanager_init('PM', $vbulletin, ERRTYPE_ARRAY); $pmdm->set_info('is_automated', true); $pmdm->set('fromuserid', $vbulletin->userinfo['userid']); $pmdm->set('fromusername', $vbulletin->userinfo['username']); $pmdm->set('title', construct_phrase($vbphrase['challenge_declined_t'], $otheruser['username'], $vbulletin->userinfo['username'])); $pmdm->set('message', construct_phrase($vbphrase['challenge_declined_e'], $otheruser['username'], $vbulletin->userinfo['username'])); $pmdm->set_recipients($otheruser['username'], $senderpermissions); $pmdm->set('dateline', TIMENOW); $pmdm->save(); } } ($hook = vBulletinHook::fetch_hook('arcade_declinechallenge ')) ? eval($hook) : false; $vbulletin->url = 'arcade.php' . $vbulletin->session->vars['sessionurl_q']; eval(print_standard_redirect('v3_challenge_decline d')); } ($hook = vBulletinHook::fetch_hook('arcade_global_complete' )) ? eval($hook) : false; ?>[/CODE] |
Quote:
|
can i convert IBPArcade (games points etc) currently installed to v3?
as IBPArcade is "abandoned" already |
Quote:
|
Why is vb arcade saving the low scores as high scores? How do I fix this?
http://www.realsoonerfans.com/arcade.php |
That is a game setting which you can individualy set for each game.
Image in game where one needs to be the fastest, there low should be on top. In the acp - v3 arcade section - manage games (or similar) is an option. |
Thank you Mooff.
Is there a quicker way to set all the same? I have over 1400 games. |
Quote:
Run the following database query. (myPhpAdmin) Code:
UPDATE `v3arcade_games` SET isreverse = 0 There is also an option when managing games AdminCP > v3 Arcade > Manage Games to set the scoring to either high or low for each game. |
Any chance to put in newer version inline mod to "select all" or "inverse selection" games and set for all games at once high or low scores.
And please, do that also for delete games. I have to delete more hundreds games one by one, and after installation 200 newer games, manually setup high score Please, give option to mass delete games, and mass update high or low scores at once in ACP. |
Quote:
|
|
Gemma, do you have SQL query to mass update Minimum Posts Per Day to play game, and Minimum Average Posts Per Day and Minimum Post Count (Total, for all games at once?
|
Leave it with me until tomorrow and I'll have a look when I get back on my own computer and can check my files/database etc :)
|
OK
Thanks |
Quote:
I'll see if I can add something to the Arcade Admin so mass changes can be applied. Minimum Posts Code:
UPDATE `v3arcade_games` SET `minpoststotal` = 'X' Code:
UPDATE `v3arcade_games` SET `minpostsperday` = 'X' Code:
UPDATE `v3arcade_games` SET `minpoststhisday` = 'X' |
All times are GMT. The time now is 06:27 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:
|