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  |  

telerik -- supercharge your DNN websites
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
 


  Sponsors  

Meet Our Sponsors

SourceGear - Tools for Developers
.: CounterSoft :.
telerik
ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Help Module [Le...  category view order buttons
Previous Previous
 
Next Next
New Post 9/22/2006 5:23 AM
User is offline Reinold Beyer
9 posts
10th Ranked


Re: category change order buttons 

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/27/2006 10:08 PM
Online now... Philip Beadle
1161 posts
www.philipbeadle.net
6th Ranked








Re: category change order buttons 

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 (DNN Core Team)
My Blog
My DNN Blog
TDD DNN Module Template
 
New Post 10/2/2006 3:41 AM
User is offline Laurent Dejestret
11 posts
10th Ranked


Re: category change order buttons 

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 2:55 AM
User is offline Laurent Dejestret
11 posts
10th Ranked


Re: category change order buttons 

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

 

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Help Module [Le...  category view order buttons
 


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.

 


Softech Development, Inc.
We help your business work smarter with DotNetNuke. Whether you need a new implementation, a custom module or skin for an existing implementation, or integration with your business processes, Softech has the experience and expertise to make it happen.
www.softechdevelopment.com
Module Development by Engage Software
Specializing in custom module development, training and skinning.
www.engagesoftware.com
BataviaSoft DotNetNuke Solutions
BataviaSoft offers custom DotNetNuke solutions especially for the European and the South East Asian market.
www.bataviasoft.com

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