SMF Arcade

Started by niko, October 01, 2004, 02:45:55 PM

Previous topic - Next topic

mudskipper

Quote from: fwitt on July 01, 2011, 01:50:17 AM
Quote from: mudskipper on June 30, 2011, 07:23:08 PM
fwitt,

I typed this in http://blackwateratv.com/simplemachinesforum/index.php?action=arcade and the arcade is there but there is no button for it and the page is broken.  Could you look at it and see whats up..

Thanks...

looks like you have two distinct problems. both related to installing on the theme you are using.

1. Missing language strings, normally this happens when the theme you are using has its own modifications.english.php.
    Solution: download and compare this file with the one from the default theme, add any $txt strings that are missing from the one in your theme. The one in the theme needs to contain every string that is in the default theme one but leave any that only appear in the theme. There also appear to be language strings missing from your gallery which i believe should also be in this file. ConTexts Compare tool may help you work out which language strings are missing. Replace the file in your theme with the edited one (keep a backup in case you edit it wrong).

2. Arcade link code does not match the code for the rest of the links in the title bar.
Solution: download index.template.php from your theme. Find the code for the arcade link, make sure it matches the code for the other links.
atm its missing a containing <div class="maintab_back"> and a sperator before the next link <div class="seperator"><!--no content--></div>.
Again make a backup of the file before replacing it with your corrected version.

I will give this a shot and see if I can keep from messing it up like I did before.... thanks.

Martingonnella

Niko,

Please get this weorking on 2.0...I need games on my forum. please!!!!!  :) :)

Drizzt0420

Neither of these site work?

Sysop of BigMommasBackDoor BBS
Admin Of MajorMud HQ [nofollow] and
BMud MajorMud Forums [nofollow]

bud01100

Is there a mod to place arcade stats on the board index page of the forum?

Ie latest scores...

Ozzie

#4564
 there is a block code to add this to a portal block here  http://smfarcade.info/forum/index.php?topic=7039.0 there is also other code for latest champs/random game etc etc......hope that is what you want

2000+ games available to download

TheListener

Quote from: Martingonnella on July 06, 2011, 05:34:40 PM
Niko,

Please get this weorking on 2.0...I need games on my forum. please!!!!!  :) :)

The mod works on 2.0

Have a look at www.smfarcade.info

bud01100

Quote from: Ozzie on July 15, 2011, 06:37:11 AM
there is a block code to add this to a portal block here  http://smfarcade.info/forum/index.php?topic=7039.0 there is also other code for latest champs/random game etc etc......hope that is what you want
Its close, but Id like to do it with out having to install a portal?

Martingonnella

I installed it on 2.0 Ok... Is there a way to put a Small Icon on the Arcade option on menu? All my menu had icon picture except the 'Arcade' option?

Ozzie

i would imagine you are using a mod for the menu tab that adds a image to the tab??  if so you will need to ask in that mod thread,if not and it is part of the template you will prob need to find the file with the tab image files etc etc and add your image there ..or ask the theme author

sorry i cannot help more  ... btw is it a mod or a theme ,if so which ????

2000+ games available to download

TheListener


Ozzie

read the post before mine he is asking how to add a image to the arcade menu tab

2000+ games available to download

TheListener

Quote from: Ozzie on July 17, 2011, 06:52:01 PM
read the post before mine he is asking how to add a image to the arcade menu tab

Oops sorry thought that was for me.

:-[

TheListener

Tried to install the PDL Jeza Edits file.

The piece of text I had to look for is not there.

Says to look for:

$skin_vars = array(

And add the following:

array('check', 'arcadeList'),
array('check', 'arcadeDropCat'),
array('int', 'arcade_catWidth'),

However the $skin_vars = array( is nowhere to be found.

Have added the file.

Martingonnella

Brack, Is there a way to put a Small Icon on the Arcade option on menu? All my menu had icon picture except the 'Arcade' option?

TheListener

Can you place a link to your forum in a post so others can also look.

Martingonnella

Hey,

Screenshot attached.

LC

#4576
While manually installing, had an issue with ManageSettings.php

If I go to Admin > Configuration > Modification Settings

I get this:

Parse error: syntax error, unexpected T_DOUBLE_ARROW in /Sources/ManageSettings.php on line 377


This is what's on line 377:


'arcade' => array(

This is from the manual addition I did for the Arcade installation:


376      // arcade = arcade (makes sense, right?)
377      'arcade' => array(
378         'url' => 'action=admin;area=arcade',
379         'settings' => array(
380            'arcadeEnabled' => 1,
381         ),

ManageSettings.php is attached.

Can someone help me fix this?


[unplugged]

That block was slightly misplaced. Here's the fixed ManageSettings.php.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



LC

Quote from: SunKing on July 30, 2011, 12:01:17 AM
That block was slightly misplaced. Here's the fixed ManageSettings.php.
Thank you for trying to fix this.

Now I get:
Parse error: syntax error, unexpected '=', expecting ')' in Sources/ManageSettings.php on line 369

I have three other mods installed that could be causing the conflict, but I am not sure. I have Bad Behavior, Forum Firewall and Ultimate Profile. All have edits in that file.

[unplugged]

Oops, open that file again and change 'arcade' = array( to 'arcade' => array(
Notice the >. Sorry about that.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



Advertisement: