在使用的1.2的easybook for joomla 1.0的中文站里,留言里出现乱码的话,可以把easybook.php里的
$origtext = textwrap($origtext,80);
替换为:
//$origtext = textwrap($origtext,80);
就可以了。