Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

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 DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Taxonomy and tokens - Accessing terms / tags to displayTaxonomy and tokens - Accessing terms / tags to display
Previous
 
Next
New Post
7/13/2010 4:40 PM
 
In 5.3+, there is the ability to tag pages with taxonomic terms, which would be awesome, but I can't seem to do anything with it.

I want to be able to use the taxonomic terms (eg pass them to javascript as a string or display them on the page in text), and I was hoping there would be a [tab:terms] or [tab:tags] token, but no. As far as I can tell (and there's pretty much no documentation on the taxonomic feature), it's not usable. At all.

Any idea on how I can make tags appear on my page? Is it really a feature with no end use?
 
New Post
7/13/2010 6:03 PM
 
In 5.3/5.4 they are available I believe as a SkinObject. I would take a look at the minimalextropy skin that comes with DNN 5.4 and see how it is implemented in there.

I just quickly looked and I think you can simply use

<%@ Register TagPrefix="dnn" TagName="TAGS" Src="~/Admin/Skins/Tags.ascx" %>
 
 
 
                <!-- Taxonomy Section -->
                <div class="tag_left">
                    <div class="tag_right">
                        <div class="tag_bg">
                            <div id="tag_style">
                                <dnn:TAGS runat="server" id="dnnTags"  />
                            </div>
                        </div>
                    </div>
                </div>
                <!-- /Taxonomy Section -->


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
7/16/2010 12:46 AM
 
Hi Chris,

How to suppress the visibility of "Categories" and "Tags" yellow icons at teh bottom of the Page on DNN 5.4.4 DNN Default skin?
Until I am ready to use this feature, I want to hide them.

How to do hide them please?

Thanks a lot in advance!
 
New Post
7/16/2010 12:51 AM
 
in your portal.css file do something like .tag_left{display:none;}

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Taxonomy and tokens - Accessing terms / tags to displayTaxonomy and tokens - Accessing terms / tags to display


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out