News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMFChess

Started by feeble, February 29, 2008, 11:51:29 PM

Previous topic - Next topic

gfa-skyranger

Is this Mod multiplayer ?
Does it work for SMF 2.0 RC1 ?
Does it work with any point- / Cashsystem for SMF ?
[nofollow]

N3RVE

You can install it to find out ;)

-[n3rve]
Ralph "[n3rve]" Otowo
Former Marketing Co-ordinator, Simple Machines.
ralph [at] simplemachines [dot] org                       
Quote"Somewhere, something incredible is waiting to be known." - Carl Sagan

GPTvn

Waiting for 2.0rc1 version support

Godsongz

Quote from: gfa-skyranger on April 03, 2009, 06:04:36 PM
Is this Mod multiplayer ?
Does it work for SMF 2.0 RC1 ?
Does it work with any point- / Cashsystem for SMF ?


Yes
Yes
No

kota069

Is 1.0 still the latest version as indicated at the dwnld point?

It would like "1.1" would be later than 1.0 - and 1.1 is 6K larger.

Which one is ACTUALLY the latest?

alexandervba

I tried to install this and no errors were found. But I cant seem to accept a match? I challenged someone. He clicked Join this game. But when I refresh the page, it sais game status: not started.

How do I start?

Italian81

Great mod!!  Just one MAJOR problem, when you lose your elo doesn't change.  Anyway to fix this?

andy40

#407
hi i tried to install this and got this message below does anyone no why

Execute Modification ./Themes/default/index.template.php Test failed

i am using default theme core

tfs

Quote from: Godsongz on April 19, 2009, 03:45:51 PM
Quote from: gfa-skyranger on April 03, 2009, 06:04:36 PM
Is this Mod multiplayer ?
Does it work for SMF 2.0 RC1 ?
Does it work with any point- / Cashsystem for SMF ?


Yes
Yes
No

Do you have an example of this working on 2.0 RC1?
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

tfs

Anyone?!?  <crickets>

I'm dying to get this mod working on 2.0.  Willing to pay...
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

divecall

#410
Here is a possible way, that this Mod will work with dilberMC (well, it works for me...)

You need to install the mod. Than you need to edit manually the "index.template.php" what is in the DilberMC-Theme.

This are the changes:
Find:

Quote'admin', 'ban', 'boardrecount'



Add after:

Quote, 'chess_admin'




Find:


   
Quoteif ($context['current_action'] == 'theme')
      $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';




Add after:


   
Quote// Begin SMFChess code
   if ($context['current_action'] == 'chess')
      $current_action = 'chess';
   // End SMFChess code





Find:


            
Quote<a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a>

Add after:

Quote//Begin SMFChess code
   if ($context['user']['is_logged'] && $context['allow_chess'])      
   echo'
            <td align="center" class="menubg' , $current_action == 'chess' ? '2' : '' , '">
               <a href="', $scripturl, '?action=chess">' , $txt['SMFChess'] , ' ', $context['user']['chess_turn'] != 0 ? '[<strong>!</strong>]' : '' , '</a>            
            </td>';
   //END SMFChess code

I hope, this will help...

tfs

It's tempting to try, except that I'm using Core theme only.

It looks like the author of this mod hasn't posted here in six months.  Does anyone know if it's still supported or in development?
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

andy40

i am still waiting for a reply :(

busterone

Quote from: andy40 on May 02, 2009, 08:41:13 PM
i am still waiting for a reply :(
What SMF version are you using?

andy40

#414
hi version: SMF 1.1.8  but when i try to install it says  template failed

N3RVE

If the test fails on any file, you need to make manual modification to that file.
See: How do I modify files?

-[n3rve]
Ralph "[n3rve]" Otowo
Former Marketing Co-ordinator, Simple Machines.
ralph [at] simplemachines [dot] org                       
Quote"Somewhere, something incredible is waiting to be known." - Carl Sagan

andy40

hi i know how to change them but what is it i need to change and what to?

N3RVE

On the page of the mod (bottom right), they'd be a section where you can select ur version of SMF and submit it to the package parser for manual (un)install instructions.

-[n3rve]
Ralph "[n3rve]" Otowo
Former Marketing Co-ordinator, Simple Machines.
ralph [at] simplemachines [dot] org                       
Quote"Somewhere, something incredible is waiting to be known." - Carl Sagan

andy40


LLandL

Quote from: Sabre™ on March 03, 2008, 02:09:31 AM
Glad to see you finally got the go ahead mate :)
Its a great add to any site.

I got this error.

Execute Modification     ./Themes/default/index.template.php     Test failed

Can I still install the mod, and manually install the changes to only the index.template?

Or a complete manual install is needed?

EDIT:
I installed it anyway, and its working fine, without any errors..  So far.
I noticed that the users can see and access the settings button.
Is this standard?
How can I change this so only the admin can see and change this?

I get the same 'Test Failed' message. Did you just go ahead and click install and everything worked fine or did you also manually edit the index.template.php after the install?

Advertisement: