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 |
Fix - just add 2 spaces after the single character! |
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.... |
Thanks :-) |