Hi,
Now, I can have the node type to be set automatically with specified term.
Can i just hide this list-down menu (list of the terms) from node creation to avoid confusion to user?
Hi,
Now, I can have the node type to be set automatically with specified term.
Can i just hide this list-down menu (list of the terms) from node creation to avoid confusion to user?
Comments
Comment #1
Rowanw commentedIt should be easy to find the CSS ID of the select field and hide it with CSS (display: none).
Comment #2
najibx commentedThank you. I know, this is not the place to ask CSS tricks, but it might be relevant to "Taxonomy Defaults to be hidden"
I was able to hide the list form. After looking at the HTML source, i come out with the following for my CSS.style in my particular theme. However, it only hide the form but not the "Sites:" text and the row. Yes, the Taxonomy Defaults come into action, accordingly.
Comment #3
niklp commented+1 for a simple hook_form_alter to remove the term selector from the node edit screen programmatically.
Comment #4
heine commentedPerhaps http://drupal.org/node/77980 is sufficient. Unfortunately, you have to select at least one node type to satisfy the required property of the node type selection.
Comment #5
heine commentedNo feedback re http://drupal.org/node/77980, closing.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.