Quote:
Originally Posted by Digital Jedi
Took me a while to pin this down, but I tracked the disappearance of my Quick Reply to this modification. I can't quite pinpoint the timeline, but I believe it was after I made the upgrade 3.8.4 and did the last upgrade on this shortly afterward. It appears they're not compatible, at least in that regard.
|
I made this change and it looks like it fixed my problem with Quick Reply.
line 673 in product-chess.xml.
Code:
eval('$postbits = "' . fetch_template('chess') . '";');
$show['quickreply'] = false;
}
]]></phpcode>