typo3 - Ext. news: can i prioritize a category in list view -
i have news every news has several categories (1-n). if assign artice detail page in category tab (optionen > einzelansicht für nachrichten aus dieser kategorie), in list view first available detail page (category detail configuration) used if have several catageories.
the problem have category names of companies, should prioritized.
that means: if news tagged "company" category, detail page should company page , not first other category.
anybody idea how prioritize category?
currently not possible. there things try:
1) change tca of category field
instead of using tree use traditional list , can use 1st 1 in template.
2) extend category model
add checkbox "important" , in template show ones having set.
3) use special parent category
all categories below 1 "important" , in template check parent category.
Comments
Post a Comment