Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

$4.95 Windows Hosting at Webhost4life.com
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
The best choice for your web site host, email hosting, and domain registration.
 


  Sponsors  

Meet Our Sponsors

DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Help Module [Le...  Direct link to Help Category
Previous Previous
 
Next Next
New Post 1/29/2008 9:59 PM
User is offline Dave Dyer
68 posts
www.DNNSpired.com
10th Ranked






Direct link to Help Category 
Modified By Dave Dyer  on 1/30/2008 10:15:09 AM)

I know how to link directly to tutorials in the Help module with the URL, but I wanted to link directly to specific Help Categories. The trouble I ran into was as I click on a category in the Help module the URL does not change. After an IM with Mr Beadle, he showed me how to link directly to categories in the Help module. Here's how:

http://www.dotnetnuke.com/default.aspx?tabid=787&helpculture=en-us&helpmodule=Text%2fHTML

This link above will send you directly to the DotNetNuke® page where the Help Module is located (compliments of Lorraine Young) and load the Text/HTML category. Philip explained that all I have to do is set the helpmodule = [name] field from the Help_Category table. Very cool!! Now I can provide dynamic links to Help categories. Thank you, Philip.

Here is my contribution (for what is worth):
I wanted to see a list of ready made URL links to my various Help categories in my portal to reference so I could insert the hyperlink where I needed them throughout my portal. So I put a Reports module on an page that only I can see and loaded this SQL statement:

SELECT     TOP (100) PERCENT dbo.Tabs.TabID, dbo.Tabs.TabName, dbo.Help_Category.Name AS [Help Category],
                      '<a target=_"blank" href="/Default.aspx?tabid=' + CAST(dbo.TabModules.TabID AS varchar(8))
                      + '&helpmodule=' + dbo.Help_Category.Name + '">Help</a>' AS URL
FROM         dbo.Help_Category INNER JOIN
                      dbo.TabModules ON dbo.Help_Category.ModuleID = dbo.TabModules.ModuleID INNER JOIN
                      dbo.Tabs ON dbo.TabModules.TabID = dbo.Tabs.TabID INNER JOIN
                      dbo.Portals ON dbo.Tabs.PortalID = dbo.Portals.PortalID INNER JOIN
                      dbo.Modules ON dbo.TabModules.ModuleID = dbo.Modules.ModuleID AND dbo.Portals.PortalID = dbo.Modules.PortalID
WHERE     (dbo.Modules.IsDeleted = 0) AND (dbo.Tabs.IsDeleted = 0) AND (dbo.Portals.PortalID = 7)
ORDER BY dbo.Tabs.TabID, [Help Category]

Now I have a list of ready made direct links to my Help Categories. Change the PortalID = [your PortalID]. 


 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Help Module [Le...  Direct link to Help Category
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


The Forerunner Network
The Forerunner Network consists of a group of Dynamic Website & Interactive Membership Portal hosting services that are managed by Forerunner Communications. Our services span a wide range of markets and enable individuals, organizations and businesses to build and manage dynamic, interactive portals and websites.
The Forerunner Network
ZLDNN.COM
We provide commercial DotNetNuke modules.
www.zldnn.com
DNNhost Scandinavia
SUPER fast QuadCore DELL servers, MSSQL servers, DotNetPanel, daily backup, Check out our customers websites
DNNhost.dk

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP