collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: I broke my SMF Arcade - Submit Score Does Nothing  (Read 968 times)

0 Members and 2 Guests are viewing this topic.

Offline jcsnider

  • Not So New
  • *
  • Posts: 12
  • Karma: 1
  • Arcade Version: 2.5 Beta 6
  • SMF Version: SMF 2
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #15 on: April 03, 2013, 05:31:24 AM »
Replaced and the meta code is gone now.

Offline Underdog

  • Administrator
  • *
  • Posts: 777
  • Karma: 22
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #16 on: April 03, 2013, 05:34:07 AM »

You can also do away with those 2 mods and enter the code manually. Either edit the /Sources/Subs.php file where the tab array is located or you could edit the Arcade's hooks file and add them prior to the arcade tab since that is where they reside anyhow. That way you could configure them exactly the way you want and properly.
Imo if you use the arcade hooks file, just keep it stashed on your computer to replace the default hooks file via ftp if you uninstall and install the arcade anew in the future.

You want me to configure and attach that file for you? Then you can uninstall those 2 tabs mods.

Offline jcsnider

  • Not So New
  • *
  • Posts: 12
  • Karma: 1
  • Arcade Version: 2.5 Beta 6
  • SMF Version: SMF 2
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #17 on: April 03, 2013, 05:36:39 AM »
Sounds good to me. It seems that the less mods the better. (from a programming standpoint)

Offline Underdog

  • Administrator
  • *
  • Posts: 777
  • Karma: 22
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #18 on: April 03, 2013, 05:50:08 AM »
jcsnider,

  Ok it is attached. Since you said you have some programming experience, imo you can take a quick look at the file and perhaps will be able to see how I added those tabs to the button array. This way you can add to it in the future if you want to add more tabs. That file will only work with the arcade installed as it inserted those hook configs in the settings table of your database to use that file & function.

  Use your ftp platform (Cpanel, Filezilla, etc.) to upload the file to your Sources folder replacing the original arcade hooks file. Then uninstall and delete those 2 modifications.

  This does not fix your issue and I have to get up for work in 3 hours so we will have to continue this tomorrow evening. In the meantime I suggest using trial and error to figure out what is causing the issue. Disable every block, uninstall every mod (except the arcade) including the portal until it works. Although I just tested it on a local installation with Simple Portal and a few other mods installed and it works without issue.

 
« Last Edit: April 03, 2013, 05:51:44 AM by Underdog »

Offline jcsnider

  • Not So New
  • *
  • Posts: 12
  • Karma: 1
  • Arcade Version: 2.5 Beta 6
  • SMF Version: SMF 2
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #19 on: April 03, 2013, 06:11:33 AM »
Just for your records I made a backup of my site (which I am restoring from right now). And uninstalled every single mod with the exception of the Arcade and the PDL skin or whatever.... At this point I am going to try my luck at installing my forum into a different database and directory and then installing my mods from scratch as it seems to be one of the best options left. I will let you know how it all goes.




Thanks again and sleep well ;)
JC

Offline jcsnider

  • Not So New
  • *
  • Posts: 12
  • Karma: 1
  • Arcade Version: 2.5 Beta 6
  • SMF Version: SMF 2
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #20 on: April 03, 2013, 08:11:18 AM »
Alright so after 6 re-installs of the forum I was able to determine that all the mods and themes were fine. It was when I re-imported my database that it messed up again. I ended up clearing my database options and filling everything back in and it instantly started working again. For now... I am keeping my fingers crossed that it continues to work. Thanks for the support and the better tab code!


-JC


Donation made to askusaquestion.net ;)

Offline Underdog

  • Administrator
  • *
  • Posts: 777
  • Karma: 22
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
  • Arcade Version: More than one version
  • SMF Version: More than 1 version
Re: I broke my SMF Arcade - Submit Score Does Nothing
« Reply #21 on: April 03, 2013, 04:47:00 PM »
jcsnider,

  Great, I am glad to hear you got it working.