Comment Length in Pulse 3.x

Hello,

We are still running Pulse CMS 3.0 on one of our websites, mainly yo use the simple blogging feature. However, there seems to be a limit to the number of characters allowed in comments. How do we change this please? I have been trawling the PHO code, but I am not having much luck!

Thanks for any help.

Andy

Ah…fixed… The offending files is simply the “blog.php” file.

I edited this line:

if (strlen($_POST[‘comment’])> 4000){ $too_long = true; }

Setting the character limit to 4000 - too long for many comments, but we wanted this one on the site as it was important…!

1 Like

Thanks for posting back with that @AJO!

This topic was automatically closed after 24 hours. New replies are no longer allowed.