2
votes
1answer
47 views
Moving (very old) Zope/Plone Site to Django
I am ask to move data from a (now offline) site driven by Plone to a new Django site.
These are the version informations I have:
Zope Version (unreleased version, python 2.1.3 )
…
0
votes
3answers
87 views
How do I check if it’s the homepage in a Plone website using ZPT?
I want to change my website's header only it if's not the homepage. Is there a tal:condition expression for that?
I've been reading this and can't find what I'm looking for...
th …
0
votes
1answer
28 views
Plone - inlined content does not update on document when published
Hi all
I have documents in my Plone CMS with content inlined from other objects. Once the document is published to my site the date and time it was last published (ie. last update …
0
votes
1answer
20 views
Adding a Form Folder with a local role in Plone 3
If I assign a user all available local roles using the sharing tab, they still aren't able to add a Form Folder. How do I work around this?
I'm using Plone 3.1.7 and PloneFormGen …
0
votes
2answers
136 views
Customising Plone 3 sharing tab
Where do the titles "Can add", "Can edit", "Can view" and "Can review" come from in the plone 3 sharing tag?
What is the difference between "Can view" and "Can review"?
0
votes
2answers
113 views
plone + formlib: how to reference form.pt
I'm working on plone 3.2.1 and I've made a formlib's form with a custom template:
from Products.Five.formlib import formbase
from Products.Five.browser.pagetemplatefile import Vie …
0
votes
1answer
102 views
How to change the “Event” portlet in Plone 3
I am trying to customize the "Event" portlet in Plone 3 that shows the upcoming events. The "view" link in the footer of that portlet goes to the /events URL. But my site is multi- …
2
votes
9answers
2k views
Django versus Plone?
I plan to read about Django. Should I go with Django or Plone? What makes Django/Plone better than the other?
Edit: From a comment below:
I just wanted to know a framework fo …
1
vote
2answers
82 views
How do I modify robots.txt in Plone?
I've got a Plone site that I administer and I'd like to add some pages to the Disallow of a robots.txt.
It appears that Plone automatically generates a robots.txt file. I can't fi …
2
votes
6answers
663 views
Does anyone know about workflow frameworks/libraries in Python?
I'm searching for a workflow library/framework for Python. I'm astonished that there I cannot find anything which is simple and not attached to Zope/Plone.
Does anyone know of an …
0
votes
0answers
58 views
Moving a Plone site to Radiant CMS.
I've got a large Plone site that I'm moving to Radiant (I love Plone, but it got unusably slow as the site grew). I need a little help with some of the equivalences.
How do I do …
5
votes
7answers
263 views
How do you grep through code that lives in many different directories?
I'm working on a Python program that makes heavy use of eggs (Plone). That means there are 198 directories full of Python code I might want to search through while debugging. Is th …
0
votes
3answers
68 views
Grant anonymous access to a specific url/action in Plone
I am running Plone 3.2.3 and I have installed HumaineMailman so that the users on the website can subscribe and unsubscribe themselves from our various mailinglists. HumaineMailman …
0
votes
3answers
91 views
User produced site content, potentially massive dataset - Zope/Plone or Django?
I am looking to produce a site similar to a venue "What's on" site.
The plan is that the venues can register an account to the site and then through their own 'admin' section uplo …
0
votes
3answers
166 views
Is there a CMS like Plone but in Grails?
I really like plone as a CMS, but its base is in Python. I would like to know if there is a CMS that has Grails as a base.
