Admin -> Settings -> Categories -> "Max subcategories to show on main page" is the only place that controls it. If you have hundreds of subcategories of a single category I suppose it could conceivably overflow the allowable memory for a text field, in which case you could change the subcats category field to longtext in phpmyadmin and regenerate categories.
That field size limit would be hit quicker on a multilingual site, but I can't imagine it being hit at < 10 subcategories.
Comments on number of subcategories shown
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
Is there a limit on the number of sub-categories to present at main page ?
This appart of admin settings: number of categories, and max subcategories to shown on main page. I have settled them at a high value.
I have four main categories and the they present only their first 37 subcategories,
so their last subcategories are not shown on main.tpl
Is it an extra setting at tweaks.php or so ?
( I did not saw this happening before at 4. series )
Daniel.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Admin -> Settings -> Categories -> "Max subcategories to show on main page" is the only place that controls it. If you have hundreds of subcategories of a single category I suppose it could conceivably overflow the allowable memory for a text field, in which case you could change the subcats category field to longtext in phpmyadmin and regenerate categories.
That field size limit would be hit quicker on a multilingual site, but I can't imagine it being hit at < 10 subcategories.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Worked OK:
I have just changed the subcatshtml category field from text to longtext and now subcategories are shown at main.tpl
These categories has 54 subcategories now being presented OK.