Ok, i tracked the problem with the quick reply down.
As posted above, the $show['quickreply'] = false; is the wrong side of the bracket.
Edit the plugin showthread_complete and edit the last 3 lines to be:
Code:
eval('$postbits = "' . fetch_template('chess') . '";');
$show['quickreply'] = false;
}
Sorry, i don't have time to put this fix into a release at the moment; i'm working on a port of this mod to vbulletin 4; just as a fyi:
The mod will be split into parts; there will be a 'core' mod "Play by Post gaming" which will then have multiple plugins to support various different games. When vb4 goes gold i'm /hoping/ to have the core finished and two plugin games; chess and chess freeplay (eg one with rules enforced, one without)