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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsHelpHelpProblem with Help on DNN4.3.5 starterkitProblem with Help on DNN4.3.5 starterkit
Previous
 
Next
New Post
9/27/2006 9:24 AM
 
Either I am really, really wrong, or something is fishy with the help module in the starter kit.


I can't add a tutorial, it demands I set a categorie, but there is nothing to see there. only a DNN label "Categories"

In the settings under "Set the category module" there is only a DNN label and a dropdown list containing "Help"


When I press the help button on the help module I either get a empty page, or a page of help belonging to the Announcements module (press the help button on the "Add tutorial" screen)



This all happend under a fresh install of the starterkit4.3.5, I removed the modules on the *home* page, and added a help module in the content pane


I don't seem to find any indication that I am doing something wrong or forgetting a step

please enlighten me

Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
New Post
9/28/2006 1:11 AM
 

that is correct.  Just press update under the settings for the module.

Also there is a mistake in teh SQL run this as well

 

Run this script.  Thre was a dyslexic mistake I had the Parent and moduleid around the wrong way.

 

ALTER PROCEDURE {databaseOwner}[{objectQualifier}Help_ListCategoryActiveByParent]

@ParentID int,
@ModuleID int
 
AS
SELECT   [CategoryID],
   [CategoryGUID],
   [Name],
   [Description],
   [Image],
   [KeyWords],
   [ModuleID],
   [Order],
   [Level],
   [Parent],
   [Visible],
   [Deleted]

FROM   {databaseOwner}{objectQualifier}Help_Category

WHERE  [Parent] = @ParentID AND [ModuleID] = @ModuleID
AND   [Deleted] <> 1
AND   [Visible] <> 0

ORDER BY [Level] ASC,
   [Parent] ASC,
   [Order] ASC
   
GO

 

 


Philip Beadle - Employee
 
New Post
10/18/2006 10:59 AM
 
Thx that got some of it working.
However, it seems I am missing a stored procedure, When searching the categorie module I got this:

The stored procedure 'dbo.Help_SearchTutorials' doesn't exist.



EDIT: nevermind, I found it in an older thread

Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
New Post
11/15/2006 10:57 AM
 

Perhaps I followed your advice a too blindly, but I got the following error when I ran that script.

System.Data.SqlClient.SqlException: Incorrect syntax near 'GO'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER PROCEDURE dbo.[Help_ListCategoryActiveByParent] @ParentID int, @ModuleID int AS SELECT [CategoryID], [CategoryGUID], [Name], [Description], [Image], [KeyWords], [ModuleID], [Order], [Level], [Parent], [Visible], [Deleted] FROM dbo.Help_Category WHERE [Parent] = @ParentID AND [ModuleID] = @ModuleID AND [Deleted] <> 1 AND [Visible] <> 0 ORDER BY [Level] ASC, [Parent] ASC, [Order] ASC GO

What do I need to do to fix this?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsHelpHelpProblem with Help on DNN4.3.5 starterkitProblem with Help on DNN4.3.5 starterkit


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