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

  • BleistivtBleistivt Moderator
    Answer ✓

    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.

Answers

Sign In or Register to comment.