Categories - how to change minimum length of name

At the moment, when creating a category, the minimum length for the cat name is 3 characters. Anyone know what to change so you can have a single character category such as A,B,C... Thanks
Quote · 29 Jul 2012
Fix - just add 2 spaces after the single character!
Quote · 29 Jul 2012

Edit administration/categories.php at line 229

change this

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

to this

'params' => array(1, 100),

Good luck.

so much to do....
Quote · 29 Jul 2012
Thanks :-)
Quote · 29 Jul 2012
 
 
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.