Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

File manager UI prevents listing all Page Files

Vote:
 

In CMS6.2 it was possible to 'explore' all the page files through the File Manager UI.  When looking at any item in a PageFile the 'Up Folder' icon was clickable and resulted in a long list of all the Page File folders.

It appears that this ability is not gone in our implementations of CMS7 (due to technical frustrations we are currently still at 7.0, not 7.1 or 7.5).  The 'Up Folder' icon is greyed out.  

Image here: http://www.waikatoregion.govt.nz/data/EpiserverFileManagerNoUpFolderToPageFiles.png

Page files 'Up folder' not clickable

Is there a setting or some config that will allow us to regain this useful way of re-finding resources in Page Files

#131545
Jul 29, 2015 23:41
Vote:
 

What does your "Page Files" Add-element currently look like inside <virtualPathProviders> in EPiServerFramework.config?

#131571
Jul 30, 2015 10:10
Vote:
 

@Johan - for PageFiles it is:

    <add showInFileManager="true" virtualName="Page Files" virtualPath="~/PageFiles/"
      bypassAccessCheck="false" indexingServiceCatalog="Web" physicalPath="[appDataPath]\PageFiles"
      customFileSummary="~/FileSummary.config" name="SitePageFiles"
      type="EPiServer.Web.Hosting.VirtualPathVersioningProvider,EPiServer" />
#131608
Jul 31, 2015 3:58
Vote:
 

OK, I found the source of what I was thinking of... The steps described here:
http://world.episerver.com/Forum/Developer-forum/EPiServer-CMS-version-5/Thread-Container/2008/10/Mirroring---not-authorized-to-create-directories-under-PageFiles/

But in 7 showInFileManager="true" is already set so it doesn't seem like you can use it to see more of Page Files.

So seems like it's just a thing that got changed between 6 R2 and 7. You should never use another page's Page Files so I think it's a good thing to change.

You could build a report if you need to check which pages has a Page Files folder created, you would output pagenames which would make it a lot more useful since the folder names you see in 6 up folder view aren't the page ids.

#131615
Edited, Jul 31, 2015 9:40
Vote:
 

Thanks Johan.

I'm keen to hear if anyone else knows of a way to allow it.  One of our editors believe that they have been able to view the subfolders of PageFiles in CMS7 - but, when pressed, couldn't be sure that it was a CMS7 site or CMS6 site.

Appreciate, too, that linking to another page's PageFile is not a good idea (as our editors have found out from time to time), but the requirement here is to be able to FIND a resource when the only thing known is the published URI to the resource (which has the PageFile ID but doesn't identify the actual content page).

In the meantime, I will look to write a listing/search over the page files.

#131671
Aug 02, 2015 23:39
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.