Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
there must be a way, i just don't know how to add an imput box for tags into a page along side the displayed tags. where on my site i have the add tag button on my gallery page i would like to have a space to type in new tags... so how can i do this?
What you want is called "inline" display for this module. Edit the Content Type that you're using tags on. On the Edit Content Type form, there's a fieldset called "Workflow Settings". This module adds a set of options titled "Community tagging form" and you can choose Block, Tab or Inline. I think what you want is called "inline." Oh, I did this on D6 so there might be a slight difference on Drupal 5.
Comments
Comment #1
Brigadier commentedWhat you want is called "inline" display for this module. Edit the Content Type that you're using tags on. On the Edit Content Type form, there's a fieldset called "Workflow Settings". This module adds a set of options titled "Community tagging form" and you can choose Block, Tab or Inline. I think what you want is called "inline." Oh, I did this on D6 so there might be a slight difference on Drupal 5.
Comment #2
chaps2 commentedI think what you wanted to do was #514686: How to show the tagging widget in the teaser or node list view?.
Suggested technique should work in 5.x but you'll probably want to do a bit more theming or form altering to get just the input box.