sarat
New Member Posts:7
|
06/21/2010 9:25 AM |
|
Hi Peter,
Thanks for your patience answers, I have 2 issues basically.
1.When i add a zipped file to the Document exchange folder it's working fine.But when i add the same folder to the category it's not working properlly.Let me allobarate it for u say i have a folder main with sub folders smail1 and smain2 now i zip the main folder and add it to the documment exchange and checked the Unzip and use the folder name. and added to the category say main. It is displaying the root modle in the document exchange block but it's not displaying the same in the category is there any method to achive this.
2. How to change the order of the main folders in the document exchange block.
Hope you understand and i expect the reply as soon as possible
Thanks & Regards,
SARAT CHANDRA |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
06/21/2010 10:47 AM |
|
Hi Sarat,
For nr 2: open module settings and you can change the default sort order in the grid. The default is "IsCollection DESC, Title" meaning: all folders at the top and then by title. If you want to use the date uploaded use "Created" and last modified is "LastModified".
For nr 1: if I understand you correctly you set a zip to unzip and assign it one or more categories and this then doesn't get permutated to all the unzipped files, correct? I believe this should be the case so I'll go and investigate. Can you tell me the DMX version you're using?
Peter |
|
|
|
|
sarat
New Member Posts:7
|
06/21/2010 11:22 AM |
|
I think it's the latest version i just downloaded 5 days back.If you don't mind how to check the version. |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
06/25/2010 4:02 PM |
|
Hi Sarat,
You can verify the version of a module on the Module Definitions page (log in as host).
Peter |
|
|
|
|
Jose Cardoso
New Member Posts:6
|
06/04/2012 3:57 PM |
|
Hello I changed IsCollection DESC, Title to IsCollection DESC, lastmodified but it is not respecting my choice. what can it be? also another question is ..does this aply to folders and docuemnts lists? Or just folders? DNN615 DMX602 Thank you Jose |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
06/05/2012 10:27 PM |
|
Hi Jose, "IsCollection DESC, LastModified" works for me. It applies to everything. "IsCollection" is actually what separates folders from files. So having the "IsCollection DESC" at the front keeps the folders at the top. Peter |
|
|
|
|
Jose Cardoso
New Member Posts:6
|
06/05/2012 11:43 PM |
|
Hi Peter Maybe i was i did not explain my self well. I want to sort a list of documents, in a folder, in ther template view, by LastModified DESC. I was trying to do that in module settings but probably i am in the wrong place Can you point me some directions? Thank you Jose |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
06/08/2012 4:26 PM |
|
Hi Jose, It was that very same setting I used and it worked using the module settings. Peter
|
|
|
|
|
Jose Cardoso
New Member Posts:6
|
07/26/2012 7:22 PM |
|
Hello Peter this is driving me crazy If i change from IsCollection DESC, LastModified to IsCollection ASC, LastModified nothing happens what i am doing wrong here? Is ASC and DESC the correct words? Best Jose |
|
|
|
|
Jose Cardoso
New Member Posts:6
|
|
Peter Donker
Veteran Member Posts:4536
|
08/02/2012 11:46 AM |
|
IsCollection ASC, LastModified would just put the folders at the bottom. What is the sort you wish to have? Peter |
|
|
|
|
Jose Cardoso
New Member Posts:6
|
08/02/2012 1:29 PM |
|
Hello Peter I do not want to sort folders. I want the files inside a folder to be sorted by default DESC last modified. the questions is if i put IsCollection DESC, LastModified or IsCollection ASC, LastModified the result is always the same...ascending I tried with other fields and the result is the same no matter what field you choose it always do ascending the site is already live at http://www.omsul.pt/tabid...ault.aspx?EntryId=54 Note: if you click on each column header you can get ascending or descending but the blue arrow is in wrong direction. If the arrow is up it should mean ascending and down descending but it is reversed. Test it in title field. Do you want a host account to have a look? Best Jose |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
08/02/2012 2:23 PM |
|
How about "IsCollection, LastModified DESC"? The DESC should be *after* the/each column you wish to specify to be DESC or ASC. ASC is the default so it doesn't need to be included. Peter |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
08/02/2012 2:24 PM |
|
Feel free to contact me by email, by the way, to pass me login details. |
|
|
|
|
Jose Cardoso
New Member Posts:6
|
08/02/2012 3:06 PM |
|
It was exactly that DESC should be *after* the/each column.... IsCollection, LastModified DESC Well i think i get this expression with DESC in the wrong position from your help files. Can it be? IsCollection DESC, LastModified Problem solved. Thank you Jose |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
08/02/2012 7:52 PM |
|
The reason that in the help file it says "IsCollection DESC, Title" is that that is the way to sort Folders at the top (IsCollection DESC) and then alphabetically on title (Title). Peter |
|
|
|
|