TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 18, 2024, 06:50:57 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 112
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 51
  • Total: 51

SMF Arcade

Started by YahMan, September 12, 2005, 07:49:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

YahMan

I'm thinking about adding the Arcade to my site, imho it's still not working properly according to the many problems still posted by users on the SMF forums. Should I install it together with TinyPortal? Or should I wait for a stable version of the Arcade mod?

YM

Nokonium

Quote from: YahMan on September 12, 2005, 07:49:22 PM
should I wait for a stable version of the Arcade mod?


How long have you got?

I'm staying with 1.1.3 until Arcade stops being one of the most active SMF threads.

Kaelan

I'm running it on my site with no problems at all. www.mysticmead.com you do have to register to play the games but so far it's working great...

ontap


im using Arcade 1.2 Repack, theres a few errors that come up in the error log, the tournaments dont work well, but other than that it works ok...

there is a newer version out 1.2.3 but i havent tested it out yet.

Nokonium

IIRC one of the problems with 1.2rp was that you couldn't add more games.

borgBOB

Quote from: Kaelan on September 12, 2005, 08:43:02 PM
I'm running it on my site with no problems at all. www.mysticmead.com you do have to register to play the games but so far it's working great...

I tried them out and they did work great.

Ray

I just installed version 1.2.3 just to see what it was about-- ;D Kinda cool I like it

borgBOB

Quote from: Ray on September 18, 2005, 12:12:26 AM
I just installed version 1.2.3 just to see what it was about-- ;D Kinda cool I like it

I tried on a test site, Ray did you get any games to work and How?
I am sure you did a manual edit to the tp templates?

Ray

go here to see

http://www.rranderson.com/dvd/index.php?action=arcade

No i didnt do anything but install the mod -- did have one problem with the managepermission.php but I think it was my doing and not the installer.

For now I just made a link to it because it does install in the default theme and I am not using it.
When I get a button for it I will add the button

And no nothing to the TP at all

ontap

Quote from: Ray on September 18, 2005, 12:12:26 AM
I just installed version 1.2.3 just to see what it was about-- ;D Kinda cool I like it

kool... have you got any unsusal errors in the error log or was it a smooth install?

Ray

#10
I just now looked and have tons:

http://www.rranderson.com/dvd/index.php?topic=179.0ÂÃ, 
8: Undefined variable: game
File: D:\RRAnderson\DVD\Sources\Display.php
Line: 696

8: Undefined variable: i
File: D:\RRAnderson\DVD\Sources\Display.php
Line: 693

8: Undefined index: member
File: D:\RRAnderson\DVD\Themes\default\TPortalBlocks.template.php (game_list sub template - eval?)
Line: 220

at this time 39 pages of these errors

here is the code that is in the display.php with those lines in it

{
   $ext = array('gif','GIF','png','PNG','jpg','JPG',); // Extensions to look for

   $context['arcade']['games'][$i]['thumbnail'] = ""; // No thumbnail for default

   foreach($ext as $ex){
      if(file_exists($modSettings['arcade_games_dir']."/".$game['game'].".".$ex)){
         $context['arcade']['games'][$i]['thumbnail'] = $modSettings['arcade_games_url']."/".$game['game'].".".$ex;
         break;
      }

working on fixing these now

from reading smf -- unknown said to try to just rem that part out- I did and their is no more errors on that part

//$context['arcade']['games'][$i]['thumbnail'] = ""; // No thumbnail for default

//   foreach($ext as $ex){
//      if(file_exists($modSettings['arcade_games_dir']."/".$game['game'].".".$ex)){
//         $context['arcade']['games'][$i]['thumbnail'] = $modSettings
//['arcade_games_url']."/".$game['game'].".".$ex;
//         break;
//      }

//                      }

Ray

#11
Got most errors fixed now

getting this error now

8: Undefined index: member
File: D:\RRAnderson\DVD\Themes\default\TPortalBlocks.template.php (game_list sub template - eval?)
Line: 220

line 220 is

ÂÃ,  text-decoration: none;ÂÃ,  ÂÃ, 

Im lost on this one --have no idea how to fix it