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 ForumsHelpHelpcategory view order buttonscategory view order buttons
Previous
 
Next
New Post
9/22/2006 8:23 AM
 

hi!

well this error just tells you you should not use the 'go' at the end of the script...

but that's not the reason why i'm writing - the category sort does not work at all - in my installation the up/down arrows are not shown - or sometimes they are, but then they won't work.... i thought version 2.04 would fix this - but it does not (or at least not for me).... what am i doing wrong?

any ideas?

any help is appreciated (as the module is very cool - and i use it alot, but right now without sorting the categories, which is not fine for a lot of categories)

greetings, reinold

 
New Post
9/28/2006 1:08 AM
 

this solves it

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

 

 

and dont forget the 2 carriage returns :)


Philip Beadle - Employee
 
New Post
10/2/2006 6:41 AM
 

I am also having the same problem : reorder buttons does not show.

I tried the script without any success.

Also, I was not able to have the import function working :

- Added some categories and tutorials,

- Exported,

- Deleted all categories and tutorials,

- Imported back the exported file

The module is empty and nothing seems imported !

 

 
New Post
10/4/2006 5:55 AM
 

I finally got the buttons to display : just create at least one Tutorial for each Category !

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsHelpHelpcategory view order buttonscategory view order buttons


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