plone Questions
1
Solved
A pattern I very often used in Plone <5 to debug js or css issues was to go to portal_javascripts or portal_css, find the resource, and disable/enable it. That way, I could get certain resources...
Restricted asked 27/11, 2015 at 20:0
1
Solved
I've an issue on TinyMCE and Plone 5 but I'm not sure if the core of the problem is in Plone CMS or TinyMCE.
I'm adding custom styles in the TinyMCE control panel configuration ("TinyMCE Settings"...
6
Solved
I'm trying to dump a list of all active threads including the current stack of each. I can get a list of all threads using threading.enumerate(), but i can't figure out a way to get to the stack fr...
Incondensable asked 23/6, 2009 at 14:13
1
I am trying to install Plone in Ubuntu LTS 14 (newly built server) with Bika with the procedure here:
https://github.com/bikalabs/Bika-LIMS/blob/0c606e0/INSTALL.rst
I can start the Plone server usi...
Mundford asked 11/10, 2015 at 19:55
1
Solved
I'm trying to upgrade Plone 4.3.7 to Plone 5.0 via the portal_migration tool, and encounter the following error. Any thoughts? This is simple site (no add-ons), but it dates back to Plone 2.x, so t...
Rave asked 9/10, 2015 at 18:29
5
Solved
I have a Plone site (something around 4.2.4, telling from a version.txt in the root directory) which I'd like to update to a recent version (I found this how-to) (as of now, 4.3.4); I have inherite...
1
I'm almost successful in my efforts to transfer an excerpt of my ZODB (a small subset of folders, including resources taken from other folders) to another Plone instance; the showstopper is: during...
Reactance asked 13/8, 2015 at 16:0
4
Solved
I have been working on a dexterity based plone application.
I have created a couple of new types. This is what I did to activate comments on a specific dexterity content type named "activity_report...
4
Solved
I have hidden various elements of the normal Plone front page via:
.section-front-page #portal-globalnav {
display: none;
}
Now, I want to add a globalnav to the bottom near the footer. I've co...
Saphena asked 2/9, 2011 at 18:8
2
Solved
I have some code in dexterity content type, as below:
form.fieldset(
'transitionsLog',
label=_(u"Transitions Log"),
fields=['t_log']
)
form.mode(t_log='hidden')
t_log = schema.TextLine(
title=...
5
Solved
Are there any standalonenish solutions for normalizing international unicode text to safe ids and filenames in Python?
E.g. turn My International Text: åäö to my-international-text-aao
plone.i18n...
Waldron asked 28/1, 2012 at 2:46
2
Solved
I have a blank Plone 4.1 site with only collective.quickupload installed. The upload portlet worked fine until I install plone.app.theming and apply my theme. The files were still uploaded, but the...
4
Solved
We have big huge site which database should be prepared for development copies.
How one can remove all old history versions of all content items? This way we could greatly reduce the size of data ...
Studbook asked 13/3, 2012 at 11:52
7
Solved
What modifications do I need to make considering I have a vanilla ZopeSkel plone3_portlet formlib generated package? Ie:
From which classes should I inherit?
Which hooks must I provide?
Can I u...
2
Solved
Every new plone site as a /contact-info/ url with a generic email form on it.
Spambots can easily find this and use it spam the webmaster with malicious emails (specifically note that the 'subject...
Kattiekatuscha asked 16/9, 2014 at 4:4
4
Solved
We are using Varnish at the front of Plone. In the case Plone goes down or serves an internal error we'd like to show a user-friendly static HTML page which some CSS styling + images. ("The server ...
1
Solved
I have a very long portlet edit screen so I'd like to group its fields using fieldsets (and then probably layouting those into native form tabs, like those used in content's edit view).
Is this po...
1
I got a really strange behaviour, if I want to translate an Archetype contenttype (for example Folder) with plone.app.multilingual.
Error msg:
Insufficient Privileges
You do not have sufficient...
Escolar asked 16/4, 2014 at 12:34
2
Solved
I'm using LinguaPlone 4.1.3 with an instance of Plone 4.3 and upon hitting "Translate into..." and choosing one of the languages, on the following editing screen the TinyMCE editor does not show up...
Berber asked 11/6, 2014 at 23:33
1
I want to know how to render matplotlib window into template page in plone. Somebody explained me to render matplotlib window as image in plone site using the syntax which I mentioned below.
<...
Cimex asked 22/5, 2014 at 6:1
1
Solved
Is there a way to mark methods traversable in grok.CodeView classes, like you can do with Zope 3 BrowserView and allowed_attributes ZCML configuration directive?
I found docs about grok.traversab...
2
Solved
I'm running Ubuntu 12.04 LTS with an apache server for my Jira/Confluence application.
Now I need to additionally install an instance of Plone (production).
But port 8080 is already taken by Jira a...
Centaurus asked 13/2, 2014 at 17:33
4
I'm running Plone 4.1.4 and when I try to edit a text area that used to display the tinyMCE editor all I get is a dialog box listing a dict of "valid elements". I installed the kupu editor and that...
1
I faced this problem more than once so far and now I'd like to find
a perfect solution:
when you have a very complex diazo theme, sooner or
later you will end up splitting the rules into subsets a...
2
Looking at my ZEO workers I get to see quite a lot of:
2013-10-18T11:59:54 INFO ZPublisher.Conflict ConflictError at
/VirtualHostBase/http/www.domain.com:80/Plone/VirtualHostRoot/:
database confli...
© 2022 - 2024 — McMap. All rights reserved.