Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.
Yay... Take Me to the Community!
Welcome to the Community Exchange, where community members ask and answer questions about DNN. To get started, just start typing your question below and either select one of the suggested questions or ask a new question of your own.
Return to previous page
I am developing a custom module and would like to use the taxonomy features. I have followed an old blog by Chris Paterra : Adding Core Taxonomy to Your Module. In the final part Exposing the UI he uses a web control dnn:TermsSelector to allow the content editor to select terms for the content. However, this web control is now in the DotNetNuke.Web.Deprecated assembly. I have been unable to find a comparable control to use that is not in the deprecated assembly. What is the recommended method/control for allowing a content editor to select taxonomy terms in current versions of DNN? I am using 8.4, but will be upgrading at some point.