How can I extend the Tag settings to add a new form field?
Hi, is there any way to extend the tag editing hook "settingsController_tags_create" in "DashboardHooks" in file "dashboard/settings/class.hooks.php"?
I am trying to add an additional form field to allow setting a description on a tag. I just can't work out how to hook into this particular hook as it were.
I have copied code from the hero image plugin but I can't adapt it to hook into the tagging. Otherwise, it looks like I might have to create my own tagging view?
Thanks
Simon
Best Answer
-
Bleistivt Moderator
Yes, creating a plugin with your own tagging settings view is probably the easiest way to go about this.
Tagging used to be a plugin, so it is hardly extensible as it stands.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
0
Answers
Yes, creating a plugin with your own tagging settings view is probably the easiest way to go about this.
Tagging used to be a plugin, so it is hardly extensible as it stands.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thank you, that would explain it, I did wonder why it was different to some of the other settings.