Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Sort subsection...how to "unsort"? View modes: 
User avatar
Member
Member
pbs-dativa - 4/7/2010 9:07:57 AM
   
Sort subsection...how to "unsort"?
Hi,

If you have choosen to sort child documents (like FAQ entries) then how do you change it back, so you can decide the sequence your self?

Per

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 4/7/2010 4:16:39 PM
   
RE:Sort subsection...how to "unsort"?
Hi Per,

Could you please tell us where you sort the documents exactly?

Thank you in advance for your reply.


Best regards,
Helena Grulichova

User avatar
Member
Member
pbs-dativa - 4/8/2010 12:54:51 AM
   
RE:Sort subsection...how to "unsort"?
Hi Helena,

In CMS Desk, Content management (left side of window).

Example: Right click on a FAQ page and choose "Sort subsection", "Alphabetic A-Z".

That works OK, but then I can't to go back and choose my own sorting of the Q&A using right click "Up" and "Down".

"Up" and "Down" works OK, but the sorting remains the same.

Per

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 4/8/2010 7:12:44 AM
   
RE:Sort subsection...how to "unsort"?
Hi Per,


You have the default order configured in:

Site manager -> Settings -> Content Management -> Site: <your site> -> New document order (Alphabetical, First, Last)

It corresponds to sorting alphabetically or by date.

If you had a custom order it is lost once you have sorted the documents. You would need to change the positions manually (Up and Down).


Best regards,
Helena Grulichova

User avatar
Member
Member
pbs-dativa - 4/8/2010 7:27:29 AM
   
RE:Sort subsection...how to "unsort"?
Hi Helena,

I see, I put the question wrong, sorry!

I see how the sorting works in CMS Desk.

But how do I get the FAQ repeater to list the Q&A the same way as "CMS Desk" list them? I like to decide the order of the Q&A my self.

Per


User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 4/8/2010 8:17:46 AM
   
RE:Sort subsection...how to "unsort"?
Hi Per,


you may use Order by property of that repeater. You can use NodeOrder here - it stores the position of node in CMSDesk.


Best regards,
Helena Grulichova

User avatar
Member
Member
pbs-dativa - 4/8/2010 8:42:52 AM
   
RE:Sort subsection...how to "unsort"?
Hi,

Perfect, that was what I was looking for.

Thanks!

Could I have found the answer my self? Where?

Per

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 4/9/2010 6:29:46 AM
   
RE:Sort subsection...how to "unsort"?
Hi Per,


Repeater properties' documentation is here: Web parts documentation.

The attributes of documents which you can use in the conditions are columns of View_CMS_Tree_Joined view. You may see its documentation here: Database reference.


Best regards,
Helena Grulichova