Skip to content

Displays the Tags (taxonomy) applied to the current Module (like the core TAGS SkinObject, but for modules/containers instead). Tested on DNN 7 / 8

License

Notifications You must be signed in to change notification settings

DNNspot/DNNspot.Tags

Repository files navigation

Displays the Tags (taxonomy) applied to the current Module.

1) Install the ZIP package in your DNN site (ContainerTags.zip)

2) Register the tag in your Container.ascx file:

	<%@ Register TagPrefix="dnnspot" TagName="CONTAINERTAGS" Src="~/DesktopModules/DNNspot/Tags/ContainerTags.ascx" %>

3) Include it in your markup somewhwere:

	<dnnspot:CONTAINERTAGS runat="server" />

About

Displays the Tags (taxonomy) applied to the current Module (like the core TAGS SkinObject, but for modules/containers instead). Tested on DNN 7 / 8

Resources

License

Stars

Watchers

Forks

Packages

No packages published