25-Jun-2019, 02:22 PM
Hi, I missing language identifier in the page input. I do have English and a German pages. At this moment I've installed two times your comments system to solve this, but it is annoying working with two admin panels. It should be like:
PHP Code:
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_language = 'german'; // example
$cmtx_folder = '/upload/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>