Folders are in the document library always on the last place
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Folders are in the document library always on the last place

 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server
Author Message
Pavel
Guest





Posted: Thu Jan 13, 2005 8:19 pm    Post subject: Folders are in the document library always on the last place Reply with quote

I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?

Thank you very much,
Pavel Slama
Back to top
tedteng
Guest





Posted: Thu Jan 13, 2005 8:37 pm    Post subject: RE: Folders are in the document library always on the last p Reply with quote

No native function can help u.

Maybe u can try this nice gift - a DL browser web part from Stramit.


http://blog.spsclerics.com/archive/2004/12/12/484.aspx


br

ted
"Pavel" wrote:

Quote:
I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?

Thank you very much,
Pavel Slama

Back to top
Pavel
Guest





Posted: Thu Jan 13, 2005 9:07 pm    Post subject: RE: Folders are in the document library always on the last p Reply with quote

That's really a nice webpart but the files are still on the first place or am
I able to change it?
Back to top
tedteng
Guest





Posted: Thu Jan 13, 2005 9:19 pm    Post subject: RE: Folders are in the document library always on the last p Reply with quote

oic. The author seems not release the codes. Maybe u can contact the author
to get source codes.

br

ted

"Pavel" wrote:

Quote:
That's really a nice webpart but the files are still on the first place or am
I able to change it?
Back to top
David Beraha
Guest





Posted: Fri Jan 14, 2005 12:58 am    Post subject: Re: Folders are in the document library always on the last p Reply with quote

There's been a response to that some time ago (can't find the reference, so
see here my copy of the message). Haven't tried myself.
Regards,
David

******************************************************
Hi Philip,

For this issue, the most common resolution is to sort the "Type" column of
document library so that the folder will be displayed at the toppest of the
list. However, this may not be acceptable for some scenarioes. So I'd
suggest you can use the javascript below to perform this operation
automatically. Please open the document library allitems.aspx page in
Frontpage 2003 and then add this script befor the </head> tag; save the
page.
After that, when you view this page, the folder will be displayed at the
toppest of the list.

<!-- code to paste -->
<!-- add this script before the </head> tag of the allitems.aspx page -->
<script language="javascript">
var strDocUrl = window.location.href;
var idxQuery = strDocUrl.indexOf("?");
if (idxQuery == -1) {
window.location.href= strDocUrl + "?SortField=DocIcon&SortDir=Desc";
}
</script>
<!-- end -->

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
******************************************************


"Pavel" <Pavel@discussions.microsoft.com> schrieb im Newsbeitrag
news:35CE9330-E3EE-4468-B328-1C279016BEA0@microsoft.com...
Quote:
I created a document library, uploaded some files and created some folders.
The problem is that the folders are in the document library always on the
last place after all files. I tried to change the order by type but it
doesn't help - it changed only the order of the files but the folders are
still on the last place. Do you have any idea how to solve this problem?

Thank you very much,
Pavel Slama

Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB