The category feature has a very high potential when it comes to implement features that list related content. For example, you could create a taxonomy with categories. But when I explored the category function in Admin, I soon realised that there is an unnecessary weakness. I can make groups of categories and I can sort categories within a group. Great! But why can’t I move a category from one group to another? Today, the only way is to delete the category, create a new one and re-categorize all concerns pages.
Hi
Do you see the changes at once or do you have to reset the web server (iisreset.exe)?
I can't get the category page to update without a reset of the web server.
Is this still the best way to do it??
regs
//Stefan
Hehe... Probably not. We have managed to add buttons for changing level in the category hierarchy. However, the page is cached so one need to reload the page just to see them. There is probably a solution to this, but we haven't figured witch cache to kill.
Still I want to see this function in the product. It’s demoralizing for the user to republish lets say a 100 pages just because the buttons are missing. And you really can’t ask the user to move the category manually in the DB.
Regards,
Sebastian
I've add a page for the administrator to change parent for a category and it works alright except for the fact of caching.
But I've noticed that the cache for the categories is cleared if you press the chang button followed by the save button for the category on the page for administrating the categories.
regs
//Stefan
As the Category class doesn't support changing of parent. You have to do that change yourself in the database. To clear the cache use following code EPiServer.CacheManager.Remove("EP:CategoryRoot");
/Håkan