![]() |
Quote:
I hope someones working on adding all these fixes to a new version of this :p |
welcome
I have posted all fixes to date you can use the link in my sig |
Quote:
Nevermind though it's not an important comment, just a tongue in cheek comment :) |
Got ya ..well Mr.zeropage can add them on the next released.
But they are there till then. |
Thanks Hippy
|
Is there any way to use the HTML markup for user groups like we do in the forums?
|
Never mind. I figured out how to do it.
|
Hi how do I increase the width of my arcade main page? I want to make it the same as forum home page.
|
should be the same ..
try adding this template .. over write your ARCADE template .. not the ARCADE_vb4 https://vborg.vbsupport.ru/attachmen...8&d=1336828294 |
Thanks very nice that worked :)
|
welcome
My sig has a link to all the fixes for this latest version that where not added any issues check it out.. |
can you help me with this problem too
Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br /> my template varies from the instructions. here is my template where it said to add before this code. the following is my templates code. Code:
<vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if> Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if> |
Sure one page back https://vborg.vbsupport.ru/showpost....postcount=6882
|
Quote:
Thanks buddy that worked, you are a life saver :) |
Hello: I am in AdminCP panel (v3.8.5) and I do not understand where to change permissions for users per i download game
|
Quote:
|
how to uninstall arcade from vbulletin 4.1.11
|
Quote:
|
The users are noticing that in some games, time is marked in seconds and not minutes .... What could have happened?
Example: in a game it takes over 30 minutes to finish and score 0.28 seconds .... Why? |
I have spent a few hours reading before posting so if the answer is right here in this thread please forgive me.
I have followed the installation instructions to a tee, except for the very last step. In the instructions where is says Quote:
Code:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li> I am running vb 4.2.0 Any help or suggestions would be appreciated. |
Quote:
No more need for the template edit.. |
Thank you for the reply. Pardon my ignorance but i have never made a tab before. I do not know what to enter for Target URL.
I can make a tab called Arcade but it does do anything, just acts like the whats new tab. |
Quote:
Title: Arcade Target URL: arcade.php :) |
Quote:
|
I just upgraded the forum to vBulletin 4.2 and now the arcade scores won't submit. I tried downloading the .htaccess file mentioned earlier in the thread but the .zip file won't expand.
|
try to add the index edit..
you will find that in the txt file of the archive |
Quote:
I tried pasting this into the index.php after the <?php but it made the home page error out. // ibProArcade if($_POST['module'] == "pnFlashGames") { require_once('./global.php'); switch($_POST['func']) { case "storeScore": $_GET['act'] = "Arcade"; $_GET['module'] = "arcade"; $_GET['do'] = "pnFStoreScore"; break; case "saveGame": $_GET['do'] = "pnFSaveGame"; break; case "loadGame": $_GET['do'] = "pnFLoadGame"; break; case "loadGameScores": $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT); $uid= $vbulletin->userinfo['userid']; $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1"); $scores = $game[score]; if($scores != false) { //Return true print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke } else { print "&opSuccess=false&error=Error&endvar=1"; } break; } } $act = $_GET[act]; $autocom = $_GET[autocom]; $showuser= $_GET[showuser]; if($act == "Arcade" || $autocom=="arcade") { include "arcade.php"; exit(); } if(!empty($showuser) && $showuser >= 1) { $u = $showuser; $_GET[u] = $showuser; include "member.php"; exit(); } // end of ibProArcade ---------------------------------------------------------- |
That should of worked many be something was out of place.. you can email me the file and I could look it over . Details are in my profile
By the way you mentioned youtried the htaccess. Do you know if rewrite is on what code in that file? Or did you add to your already existing .htaccess |
It's just the default index file that came with the latest vbulletin.
I tried creating a .htaccess file, but since I don't really know what I'm doing, I can't say I did it right. I'm not sure how to email you an attachment. |
<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579" target="_blank">https://vborg.vbsupport.ru/showthread.php?p=2328579</a>
This will help you , with the htaccess.. as far as attaching a file to a email.. find add attachment. Browse for the file v you want to attach . my email is in my profile.. |
Did you try to make a htaccess.txt with this code in it
Code:
RewriteEngine on |
Quote:
Have the new .htaccess uploaded and it is working fine. Thanks a bunch! |
Welcome, glad you got it sorted
|
Hippy mp fot you
|
Quote:
|
I have this error showing up when you click the Arcade link:
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550 Help? My brain is just not functioning today!!! :) |
there are 2 arcade.php files here
one for forum root dir and one if your getting errors in admincp https://vborg.vbsupport.ru/showthread.php?p=2328579 this will fix your issue.. over write the files |
Code:
Internal Server Error PS: la versione del mio vbulletin ?: (vBulletin 4.2.0 Patch Level 2) |
can you add one at a time..
was that error from the mass uploader ? is this after you installed all 100 games ? |
yes, the error gave it to me when I the uploader in mass .tar, and now I'm not to load any game even individually :(
|
All times are GMT. The time now is 02:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|