Wow, super fast response, great support 🙂
Hi is there anywhere where i can download the previous version from as the changes have made things go a bit funny.
i have changed the more=”” and less=”” tags, but if i include any new lines within the hidden text it does not hide anything after the new line.
Many thanks
Yes you are right, thanks for the update
in the titles.php change:
return eregi_replace('<title>[^<]*</title>', '<title>'.$title.'</title>', $head);
to
return preg_match('/<title>[^<]*</title>/', '<title>'.$title.'</title>', $head);