Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Sharepoint Forums
Flash Image Rotator
Overview on Installing Sharepoint 2007
DNN Modules
SnowCovered Top Sellers

Ultra Media Gallery 5.3
Ultra Media Gallery is the most popular photo gallery and media gallery module for DotNetNuke, the major purpose of this module is to allow you create unlimited pictures and medias to your gallery and organize them by albums, your albums and medias are browsed in flash interface.

Flex By DrNuke
The Flex skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 8 great colours, each with 15 banner images, 2 menu types and a choice of 3 background styles. The entire pack features a total of 2448 skins!

Ultra Video Gallery 2.3
Ultra Video Gallery is a brother product of Ultra Media Gallery, The major purpose of this product is to provide an easy way to add videos in various formats to your website by and play them in a unique flash gallery.

Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Engage: Publish 5.1
Content Workflow + Versioning + Categorization + Multiple Display Options = Truly Advanced DotNetNuke Content Management (Requires DNN 4.5.1 or later)

Form Master 1.6 For DNN 4
Form Master 1.6 improves on the success of version 1.5 with new features in Function, and Presentation, while maintaining the Intuitive User Interface. Form Master 1.6 delivers visual form design where input fields can easily be created, modified, and moved.

XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

CATALooK.netStore Pro & Booking Tools w/source DNN4
Powerful multilingual, search engine optimized ecommerce store and renting/letting system including a concept utilizing many business models in one application integrates:Catalog,Media gallery,Configurator,Packages,Data entry forms,Subscriptions,Recurring billing,40+ CC Gateways,UPS and USPS support

DNNMasters SEO Suite Enterprise w/Source
If you want better Search Engine ranking you need KeepAlive, URL Rewrite, Custom 404 error, Custom Redirect, Friendly URL's, Sitemap, Google Sitemap.DNNMasters SEO Suite delivers all of it and more!

Document Exchange Professional 4
Edit documents directly on your server using the latest iteration of the premier document management solution for DotNetNuke (DNN). With a completely revised Ajax-enabled UI.
    |   Register   |   vrijdag 29 augustus 2008   
Data Springs Product Forums...
Subject: Tags not links unless text mode used
Prev Next
You are not authorized to post a reply.

Author Messages
Steven
Posts:3


05-19-2008 7:09  

We just purchased your tags module for use in our IS department information/collaboration portal. 

We are using SQL Server Express 2005 and DNN 4.8.2 with Evan O'Neil's Minimalist skin.

When we try to use the default settings, we get tags but they are not links so they have no value.  They are only links when I turn on the text link to portal search switch but then they are only standard text links with no relative frequency information indicated by font color or size.

Also, I realize that this is, I believe, version 1.0 of this product and I haven't looked at your stored procedures, yet, to see how I might be able to enhance their utility, but I would like to be able to have a phrase table where important multi-word phrases could be recognized rather than only recognizing single words.

Chad
Posts:1863
river guide
river guide

05-19-2008 8:17  
Hi, yes this is the initial version and we are working on future enhancements. Many of these include more detailed integration with DotNetNuke Forums, Active Forums, Blogs/Wiki etc... I understand your concern with multi word tags but not sure about the best thing to do with it, maybe search and if those words are found together count them as a single instance?

As far as search links... This should be using different style sheet classes, but, these are not initially added into the stylesheet. You will probably have to have them added as A.Medium, A.Low etc... Right now all of the default classes are setup in the stylesheet class for text and not hyperlinks but you should still be able to.

-Chad
Chad
Posts:1863
river guide
river guide

05-19-2008 8:35  
Also... Researching this more the stylesheet classes for hyperlinks should be .class:Link.

So....

.DynamicTags_HighSignificance:Link {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: bold;
color: #92B847;
}

.DynamicTags_MediumSignificance :Link {
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
color: #FF9900;
}

.DynamicTags_LowSignificance:Link {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: #3A73BB;
}


.DynamicTags_HighSignificance {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: bold;
color: #92B847;
}

.DynamicTags_MediumSignificance {
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: bold;
color: #FF9900;
}

.DynamicTags_LowSignificance {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: #3A73BB;
}


Is what I set ours too on the main Dynamic Tags page and it appears to work then for both Links and modules where the feature isn't turned on.

-Chad
Steven
Posts:3


 

Here is the HTML as rendered with the CSS in your post:

 

As you can see, no anchor tags.

Ideas?

Also, as for groups of words, I would envision a table that would be manually maintained by the user (preferably with a user interface for those without access to sql server tools) where phrase groups could be entered that are then searched for and, as you said, would be counted as single entities.  A sophisticated (and expensive) rules engine could do this, of course, but we're talking DNN here, not a BI tool.

Also, I'd like to see you use stored procedures or views for these queries with a standard interface that would allow more sophisticated users the ability to tie in other modules that you don't support out of the box.  I created a view, for example, that is run by the reports module that is a "What's New" module (since they dropped support for the What's New module that used to ship with DNN) that I can simply modify as I want to add support for additional modules.  By using stored procedures or views you could make this module extensible as well.

Let me know if you have any other ideas on the link issue.

Thanks again.

-Steve Lundahl

05-20-2008 1:12  

Thanks for your reply.

I tried the CSS in your post with no results.  The anchor tags are not being created unless I select the "Make text link..." option.

Here is the HTML as rendered with the "Make text link..." option:

id="dnn_ctr429_ContentPane" class="EON_MI_MOS01Content DNNAlignleft" valign="top">
id="dnn_ctr429_ModuleContent">
 
rel="stylesheet" type="text/css" href='/DesktopModules/Dynamic Tags/dynamictags.css'>
id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
class="Normal">
id="dnn_ctr429_ViewTags_litTags">class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=contact'>contact class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=administrators'>administrators class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=suitable'>suitable class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=enjoyment'>enjoyment class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=offices'>offices class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=team'>team class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=content'>content class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=course'>course class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=work'>work class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=business'>business class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=csg'>csg class='DynamicTags_MediumSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=visible'>visible class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=individuals'>individuals class='DynamicTags_LowSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=environment'>environment class='DynamicTags_MediumSignificance'>href='http://isportal.csgrp.com/SearchResults/tabid/37/Default.aspx?Search=tutorial'>tutorial
id="dnn_ctr429_ContentPane" class="EON_MI_MOS01Content DNNAlignleft" valign="top">
id="dnn_ctr429_ModuleContent">
 
rel="stylesheet" type="text/css" href='/DesktopModules/Dynamic Tags/dynamictags.css'>
id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
class="Normal">
id="dnn_ctr429_ViewTags_litTags">class='DynamicTags_LowSignificance'>contact class='DynamicTags_LowSignificance'>administrators class='DynamicTags_LowSignificance'>suitable class='DynamicTags_LowSignificance'>enjoyment class='DynamicTags_LowSignificance'>offices class='DynamicTags_LowSignificance'>team class='DynamicTags_LowSignificance'>content class='DynamicTags_LowSignificance'>course class='DynamicTags_LowSignificance'>work class='DynamicTags_LowSignificance'>business class='DynamicTags_LowSignificance'>csg class='DynamicTags_MediumSignificance'>visible class='DynamicTags_LowSignificance'>individuals class='DynamicTags_LowSignificance'>environment class='DynamicTags_MediumSignificance'>tutorial
Chad
Posts:1863
river guide
river guide

05-20-2008 2:07  

Well... It is at least setting the stylesheet class names to different stylesheet classes throughout (such as DynamicTags_LowSignificance and DynamicTags_MediumSignificance). The stylesheet properties that I copied/pasted above are exact what we are using on our Dynamic Tags Product Page and you will see that the tags on the top of the page and the tags on the left hand side all are using the classes specified for links and standard. Notice that the top module is rendering tags that are not links and the left hand column tags are links to the DNN search area. One thing - You might have to hit refresh or F5 if you save the stylesheet class before the page will refresh with the proper changes.

Ummmm..... Check out our demo page and also, if it still is not showing changes please open a support ticket on Snowcovered and we can review this further if you get us edit rights to the module.

-Chad

You are not authorized to post a reply.
Forums > Product Discussion - DotNetNuke Modules > Dynamic Tags > Tags not links unless text mode used



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement