Reputation: 339
I followed the steps in this post successfully, but I cannot make a new text document inside the shared folder.
I can create a top level folders inside the the shared folder, but I cannot also browse the folder to create second level folders and so on!
--
Update 1
Screenshot of Folder's Browse page
Update 2 Screenshot of Folder's Copy of Browse page
Update 3
If we browse a folder from mike's My page ,like the one in below, we got a result as in the second screenshot
Upvotes: 0
Views: 48
Reputation: 2149
It is because the Folder content type has a separate custom Browse page and it is not the same as the one for the 'My page' which is a UserProfile. So if you want to make it work for folders:
Create a System Folder with the name (apps) into your 'shared folder' and a Folder in to the newly created (apps) folder with the name Folder
Copy the Browse page from the UserProfile folder (/Root/Profiles/(apps)/UserProfile) into the 'shared folder's (apps)/Folder folder
Change the list portlet on the Folder Browse page to display always the current folder (set CurrentContent as Bind Target and remove the path from the Custom Root Path input)
Check this article about sensenet smart application model which is strongly related to your question.
Upvotes: 2