Can you please direct me to the file I need to edit in order to increase the max characters for the category descirptions?
Thank you
Hi,
The category description is currently limited to 500 characters.
You can change this by editing {joomla}/components/com_jbusinessdirectory/assests/define.php and also modify the description field length on #__jbusinessdirectory_categories table.
if( !defined( 'CATEGORY_DESCRIPTIION_MAX_LENGHT') )
define( 'CATEGORY_DESCRIPTIION_MAX_LENGHT',500);