How do I increase the character limit for blogs?

Does anybody know how to increase the limit so my members can write longer blogs?  Thanks

Quote · 20 Jan 2011

Hello open the : modules/boonex/blogs/classes/BxBlogsModule.php

find this code line :

'params' => array(3,65535),

 

and exchange with you needed , for example :

'params' => array(3,1000000),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Jan 2011

Thank you, it worked

Quote · 20 Jan 2011

 

Thank you, it worked

you are welcome

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Jan 2011

Great! Thanks

Quote · 20 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.