Hi i have a problem with the intro test of the item in objects view i can't add some characters neither if i configure in the control panel nor i change the code here
AHtml::getReadmore($subject->introtext, $config->readmoreLength);
in the control panel is set 2500 but it's less than 2500 even if i change this way
AHtml::getReadmore($subject->introtext, 2500);
it's less
this is the code with some test if i use substr the page is broken
if ($config->displayReadmore) {
//$a=substr($subject->introtext, 0, 200);
//$a= AHtml::getReadmore($subject->introtext, $config->readmoreLength);
$a= AHtml::getReadmore($subject->introtext, 3000);
//$a= substr($subject->introtext, 0, 2500);
$b=" Town";
could you help me? thank you