Questions tagged [plone]

Plone is a content management system (CMS) written in Python. Its strengths are in intranets, websites and document management. It has support for multilingual content and versioning.

Plone is free and open source content management system (CMS) written in Python. It is built on top of the Zope application server. Its strengths are in intranets, websites and document management. It has robust support for multilingual content, versioning and is easy to use.

The project has been actively developed since 2001, is available in more than 40 languages, and has the best security track record of any major CMS.

It is owned by the Plone Foundation, a not-for-profit organization that owns the code and trademarks.

Useful links:

2879 questions
1
vote
1 answer

How can I move my broken Plone content to a new contenttype?

The "old" content type is: collective.fhdirectory The "new" content type is: collective.teamdirectory All the "old" content on my website is now broken…
user966660
  • 634
  • 1
  • 8
  • 20
1
vote
1 answer

How do I create a plone and volto project

so, I'm participating on a interview and the goal is to create a simple component in plone/volto but I don't have any idea on how to do this... I know how to write the code but can't even get to do this cause I don't have any idea on how to set up…
David
  • 11
  • 1
1
vote
2 answers

Load content via ajax in plone page

I'm working on a website which has been developed in plone. Now I'm facing an issue, I would like to load certain content from a template via an ajax call on normal Plone page(on some event trigger). Do I need to create any python script??If yes…
1
vote
2 answers

Delete all portlets site-wide in Plone

What's the best (or simplest) way to delete portlets site-wide in plone 4.x?
user966660
  • 634
  • 1
  • 8
  • 20
1
vote
1 answer

Authentication from multi source in Plone 4?

How can I authenticate user from multiple source altogether ? For example local (ZODB or ldap), facebook and openid. Do I need to write a new PAS plugin ? Or We can achieve this the existed products ?
quyetnd
  • 589
  • 3
  • 8
1
vote
1 answer

Manually start plone 6 instance inside docker container

Based on example here I added entrypoint: sh -c 'tail -f /dev/null': version: "3" services: backend: image: plone/plone-backend:6.0 restart: always environment: ZEO_ADDRESS: zeo:8100 ports: - "8080:8080" depends_on: …
GhitaB
  • 3,275
  • 3
  • 33
  • 62
1
vote
1 answer

How to set language on copied event with Plone

I'm using LinguaPlone for my personal website and I have set it up using languages folder. When I try to copy and paste an image from the en language folder into the 'fr' folder, the language is not changed. So I want to fix this behavior. I'm…
toutpt
  • 5,145
  • 5
  • 38
  • 45
1
vote
0 answers

Plone 6 Volto generate app - Cannot find module 'is-ci'

This question is related to Plone 6, specifically when attempting to create a new Volto app. Following this documentation I am attempting to generate a new Volto project using Yeoman. I have the prerequisites installed. I've included some versions…
Dan
  • 958
  • 2
  • 11
  • 25
1
vote
1 answer

@@sharing view can remove roles that are site-wide, using acquire or other resource?

Suppose ADMINS is a group that has an Administrator role (site-wide). In a different context of the Plone site (/Plone/folder) I would like to use the @@sharing view, and remove all roles from the ADMINS group and add some custom ones: the problem…
1
vote
0 answers

Assign custom permissions to non-folderish objects

Recently I noticed that not all permissions are available on all content types, e.g. on ATDocuments (probably all non-folderish objects). You can see this via the permission tab of the ZMI: ATFolder:…
Kai
  • 11
  • 2
1
vote
2 answers

Add SSL support to Python for existing Plone 3.3.4 install

I have an existing Plone 3.3.4 installation that was created using the Unified Installer. The python packaged with the Unified Installer does not include SSL support. How would I go about adding SSL support to an existing installation? Do i need…
Dave R
  • 41
  • 4
1
vote
2 answers

How to store an image after generating it (Python imaging, Plone 3)

I would like to generate an image using text and a custom font. As it is mentioned here Output text as GIF or PNG for use in eBook How can I store the file in my content's file field?
Adrian Garner
  • 5,235
  • 2
  • 23
  • 29
1
vote
1 answer

Finding all views/namespace urls in a Zope3 system?

I have a Zope3 system with some custom code for a paperless office system. The developers have since folded up shop and I need to make some changes to what I believe are the contents of some ExtJS.ComboBox pulldowns. Once upon a time the developers…
Mindflux
  • 122
  • 10
1
vote
2 answers

How to get CMFEditions "view this revision" working for items that use a BrowserView in Plone

I have a custom template for news items defined using a BrowserView overriding the default template in Plone's skin layer. We also have CMFEditions installed. Trying to view a previous revision results in an error as discussed in this Plone bug. …
scarba05
  • 2,943
  • 1
  • 27
  • 29
1
vote
1 answer

Plone ArchGenXML two way references

in a Plone Site, I have got a Professor and a Department class. They are bidirectionally m:n. I am using ArgoUML and ArchGenXML to generate these classes - how can I make this relation navigable, so that I can get not only to a professor's…
Jan
  • 6,532
  • 9
  • 37
  • 48