PDA

View Full Version : Additional Options - Dropdown?


Inked_Mono
07-13-2016, 03:53 PM
<a href="http://i.imgur.com/TQT9IlR.png" target="_blank">http://i.imgur.com/TQT9IlR.png</a>

If I was looking to create a dropdown option located somewhere around where the mouse is (for example, like the collapse buttons on the categories), what would be the best way to go about doing that?

MarkFL
07-13-2016, 04:13 PM
You could hack your template(s) to manually add the HTML you want.

However, your best bet (IMO) would be to do it using a plugin, so that you don't have to hack your templates and it will be there in all your styles, and any future styles you may add as well.

You would likely have to also create a plugin that auto-edits the template(s) to add a template hook at the exact location you want the added elements to be.

Doing it via plugins would be more complicated up front, but the payoff is worth it I think. :)