The Arcive of vBulletin Modifications Site. |
|
index.php?act=Arcade&do=newscore Details »»
|
|||||||||||||||||||||||||
why is the entire arcade on the arcade.php file except for the newscore feature?
Whenever you play a game and finish it...it goes to 'index.php?act=Arcade&do=newscore' to submit the score...wouldn't it be better to go to 'arcade.php?act=Arcade&do=newscore' to stay consistent with the rest of the arcade? the reason I ask is I have a right side column on my index.php...and the ONLY time it shows up in the arcade is when it submits a score...which just makes it look tacky... Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
This is a "feature" that MrZeropage inherited when he took this project on. It has to do with the score submit script that is added to games, part of which is
Code:
getURL("index.php?act=Arcade&do=newscore", "_self", "POST");
|
|
#3
|
||||
|
||||
|
I see...alright then...
guess i'll just add the column to the arcade.php as well
|
![]() |
|
|