item tags in select dropdown
Design and Skin Customization
You'd just need to add the html code to do this to the appropriate place in the appropriate template. To get the tags, use a jrCore_list call -
{jrCore_list module="jrTag" search="tag_module = jrAudio" group_by="tag_text" limit=100" template="null" assign="_AudioTags"}
This will return all the unique audio tags in the array $_AudioTags so you can loop round that to create the menu dropdown.
Hope that helps
Pa