Ok, so I've created a Content Type (Image Gallery) and I want to give people the option to add Galleries (A Drupal Term under a Vocabulary)

So basically I want to add a link to /admin/content/taxonomy/1/add/term underneath the Taxonomy area as seen in the screenshot below

http://psdesignzone.com/images/drupaladdterm.png

Any ideas on how to do that would be done would be very appreciated, thank you.

Comments

Poieo’s picture

Under your vocabulary settings, you have the options: tags, multiple select, required. Use tags. Tags allow users to input vocabulary terms upon node creation, rather than direct them to the term/add page.

Jordash’s picture

Yeah I thought of that, that would work, although they wont be able to see previously created Galleries which could mean they could easily create similar Galleries without realizing it.

e.g.

Egg Plant Visit Gallery
Visit to the Egg Plant

I need to allow them to select from previously created Galleries or add a new one

Thanks for the idea

Jordash’s picture

I figured out that you can add HTML to the Help text which I can explain that people can create a new Gallery by typing it in, or they can type in an existing one and I linked to a popup of the page where I View a Taxonomy view of all of the Galleries so that should work the only problem is the Help text for Taxonomy Terms is short and it limits the amount that you can type in there. Anyway to increase it?