Caregory module hidden container function not working
tburton - September 6, 2006 - 15:28
Don't know why but the hidden container function is not "hiding" a container when users go to categorise content. This then suggests they have to submit an entry to this particular container (which I don't want ) . Any help really appreciated

I think your actual problem
I think your actual problem might be this- "This then suggests they have to submit an entry to this particular container (which I don't want ) "
Would this help?
http://drupal.org/node/82227#comment-132225
Issue is with hidden container
Thanks Ramdak , that was a useful insight, but my issue is I want the end user who is posting content to be only offered a selection from two containers (section and topic), but not the third (articles) . I have enabled hidden container,but it still appears as an option to the end user under the categories section of the admin interface for the posting. I am using articles as a root parent so I had one place where all the content can be found , not for users, but for admin purposes .
I also have a second related issue . Ideally I would like to offer to users a first selection of sections (eg politics, business, sport) and then dependent on that choice then be offered the relevant topic choice to that section. So if a user for example selects sport they would then be presented with say only football, athletics, swimming etc, and not all the other topics from other sections such as equities, markets, federal politics etc.
The only posting on this I have found is at http://drupal.org/node/74747 . Followed the six steps slavishly, but sadly when I got to step six I was unable to get category and active select modules to offer me a choice of having the node belong in one container (in that example Breed), but associated with a category from its distant parent container (in that example Cat or Horse)
My simple aim here is to allow users to post their content to a two tier structure Section X and then topic X1 or x2 or x3, Section Y and then topics y1,y2,or y3.
Any insights you or any one else has on this would be most welcomed.
Associated types
Hi Tom,
The 'hidden container' feature does not hide a container and its categories from the 'categorising content' part of a node editing form. All it does is hide a container (and not the categories within it) from your site's hierarchy - i.e. menu links, TOC links, prev/next links, etc.
In order to remove the select list for container 'x' and its categories from the node editing form, you will need to go to the editing page for container 'x', and in the 'container information' section, go to the 'types' bit, and un-check the node types for which you don't want users categorising their nodes using this container. For example, if you don't want users categorising nodes of type 'story' with categories from the 'articles' container, then un-check the 'articles' option (under 'types') on the editing page for the 'articles' container.
Hope that makes sense. Good luck.
Jeremy Epstein - GreenAsh