Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Ive created a new Plone 3.1 or Plone 3.2 site and even though I have enabled Member folders in the ZMI, the “my folder” link isn show up for logged in users. How can I fix this?

enabled folders Plone site
0
0 Posted

Ive created a new Plone 3.1 or Plone 3.2 site and even though I have enabled Member folders in the ZMI, the “my folder” link isn show up for logged in users. How can I fix this?

0
0

There’s a bug in Plone 3.1 and 3.2 where the my folder link doesn’t show up in the personal bar after the Members folder has been enabled. You can add it manually in the ZMI by performing the following steps: • In the root of your Plone site, in the ZMI, navigate to: portal_actions and then click on user • Near the upper right part of the right pane, make sure that CMF Action is selected in the dropdown menu and then click on the Add button • For the ID, enter: mystuff • Click the Add button • Now click on the mystuff link • Fill in the following fields to update the CMF Action: • Title: My Folder • URL (Expression): string:${portal/portal_membership/getHomeUrl} • Condition (Expression): python:(member is not None) and (portal.portal_membership.getHomeFolder() is not None) • Permissions: View • Visible: (click the check box) • Click Save Changes The my folder link will now show up the next users log in to the site.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123