News:

Wondering if this will always be free?  See why free is better.

Main Menu

SMF Arcade

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

Previous topic - Next topic

TtuEd

btw, I'm using  SMF 1.0.5
The only three principles you need in life:
-You can change the world [nofollow], it is just a set of rules in your mind
-Simplicity is divine [nofollow]
-It is good to be a geek [nofollow], because that means that you have understood the first two principles :-)

redone

I helped out eye97 with his arcade.  ;)

As for TtuEd which version of the arcade are you trying to install? The mod should install fine from the package manager with no issues.

If you still cannot get it the mod to work pm me your information and I will take a look.

~redone

foxed

Hey all,

Got the mod installed, runs fine as an admin - the only problem I have is that in the permissions area I don't have the option to enable/disable access to it - and no one but an admin can actually use it.

Any ideas?

Cheers
Foxed

htmlmaster

^ That's my problem too. I tried to get into the permissions, but its missing a comma somewhere... stupid parse error...

Bigguy

Have you checked the permissions for usergroups ??? there should be permissions to enable there for everyone.

foxed

No im not getting the parse error ... the option just isn't available  :'(

niko

Manually edit ManagePermissions.php in sources then... and if theres blanks edit modifications.english.php
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

foxed

Can I ask for a little more information?  :-[

What am I supposed to put in there? I would look through this thread to try and find the answer, but 98 pages is a wee bit too much! A concise FAQ would be superb ...

But in the meantime knowing what is supposed to be there would be great  8)

redone

We are working at SMFgames to build a new FAQ for the arcade mod. In the meantime here is the edit you need to make to your Sources/ManagePermissions.php file.

Find and remove 'profile' => array(
'profile_view' => true,
'profile_identity' => true,
'profile_extra' => true,
'profile_title' => true,
'profile_remove' => true,
'profile_remote_avatar' => false,
)


replace with

'profile' => array(
'profile_view' => true,
'profile_identity' => true,
'profile_extra' => true,
'profile_title' => true,
'profile_remove' => true,
'profile_remote_avatar' => false,
),
'arcade' => array(
'view_arcade' => false,
'play_arcade' => false,
'submit_score' => false,
'challenge_send' => false,
'challenge_view' => false,
'admin_arcade' => false,
),


Copy the edits exactly and remember when editing your php files to use a clean edtor like notepad or php editor not an HTML editor.

~redone

dracomiconia

Download section is not working in http://snmarcade.com/

Any problem?

eye97

redone, I would like to publicly thank you for your help :) The ARcade mod rocks!

foxed

Indeed, thanks redone - worked a charm  ;)

p.s is there any way to have a notice below a members avatar/post count if they are the current champion of xyz game ?

htmlmaster

Quote from: redone on September 21, 2005, 04:54:15 AM
We are working at SMFgames to build a new FAQ for the arcade mod. In the meantime here is the edit you need to make to your Sources/ManagePermissions.php file.

Find and remove 'profile' => array(
'profile_view' => true,
'profile_identity' => true,
'profile_extra' => true,
'profile_title' => true,
'profile_remove' => true,
'profile_remote_avatar' => false,
)


replace with

'profile' => array(
'profile_view' => true,
'profile_identity' => true,
'profile_extra' => true,
'profile_title' => true,
'profile_remove' => true,
'profile_remote_avatar' => false,
),
'arcade' => array(
'view_arcade' => false,
'play_arcade' => false,
'submit_score' => false,
'challenge_send' => false,
'challenge_view' => false,
'admin_arcade' => false,
),


Copy the edits exactly and remember when editing your php files to use a clean edtor like notepad or php editor not an HTML editor.

~redone
Still not working...

DemonicInfluence

What is error.. Maybe replace the permission with fresh copy then try...


Anyway, when will this be updated for 1.1 RC1?

dracomiconia

I have installed SMF Arcade, but I have problems with Tournaments.... They dont advance, and fill with a lot of private messages the inbox... Is there any problem with the mod in this part?

ArkServer

Does anyone has the games? i cannot login nor retrieve password. seems their site is missing a few php files.

n1kki6

Is their any other place than snmarcade.com to download games?

redone

#1477
Thanks for the kind words. eye97

The edits for the permissions do work.  htmlmaster

Tournaments are not fully functioning as yet.  dracomiconia

With 1.1rc just released you will have to wait for niko to update the arcade to be compatible and yes there will obviously be some bug fixes!  libo

Here is the edit to display the icons below your posts foxed


// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%; padding-bottom: 3px;" class="signature">', $message['member']['signature'], '</div>';

if(@is_array($context['arcade']['champions'][ $message['member']['id'] ])){
$i = 0;

echo "SMFarcadel Champion&nbsp;";
foreach($context['arcade']['champions'][ $message['member']['id'] ] as $tmp){
//print_r($tmp);
if($tmp['thumbnail'] != ''){

// echo '
// <img src="', $tmp['thumbnail'], '" alt="" width="20">',$tmp['name'],' ', $txt['arcade_136'],'
// ';

echo '<a href="', $scripturl, '?action=arcade;do=play;game=',$tmp['id'],'" ><img border="0" src="', $tmp['thumbnail'], '" alt="', $tmp['name'] ,'" width="20" height="20"></a>&nbsp;';

}
}
}


The only place to download games that submit scores to your arcade is snmarcade.com.

~redone

p.s with niko in school right now there will be a delay in the next release. johnm though is fixing bugs.




Uzbekistan

Sorry guys, is this mod compatible with SMF 1.1 RC1? As it does not say so on the mod page.

DemonicInfluence

Quote from: Uzbek on September 23, 2005, 06:08:41 AM
Sorry guys, is this mod compatible with SMF 1.1 RC1? As it does not say so on the mod page.

Quote from: redone on September 23, 2005, 01:36:27 AM
With 1.1rc just released you will have to wait for niko to update the arcade to be compatible and yes there will obviously be some bug fixes!  libo
look up on the post above u...

Advertisement: