Does anybody know how to increase the limit so my members can write longer blogs? Thanks
Does anybody know how to increase the limit so my members can write longer blogs? Thanks |
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 |
Thank you, it worked |
Thank you, it worked you are welcome PS: If possible do not write me personally, please try to ask on the forum first |
Great! Thanks SashaE |