1. Blocking contextual portlet by default in plone stackoverflow.comI have a custom portlet manager, and I'd like to blacklist (aka block) context (aka parent) portlets by default. I've found a couple of methods but they either require a specific ... |
2. Plone: How to sort the navtree portlet using another list as base order? stackoverflow.comI have a navtree on a plone site, already using this configuration:
This results in a ... |
3. Can I use z3c.form on Plone portlets instead of zope.formlib? stackoverflow.comWhat modifications do I need to make considering I have a vanilla ZopeSkel plone3_portlet formlib generated package? Ie:
|
4. PicklingError while Installing add-on stackoverflow.comI was given the task of upgrading a plone site from 3.1.7 to 4.0.3. I've successfully gotten the site upgraded, but now I'm trying to install collective.lineage and I get the ... |
5. Assign Portlet Macro Path in eea.facetednavigation stackoverflow.comI want to add a 'Plone portlet' widget in Faceted criteria config screen. In particular, here I need a static portlet to add URL links. How do I fill the 'Portlet ... |
6. Display portlets on search page in plone? stackoverflow.comHow can I add portlets to a plone search or search results page? Using @@manage-portlets doesn't work (www.mysite.com/search/@@manage-portlets), I get an empty search result. I'd like to display the portlets of the ... |
7. How can I add a classic portlet at the root of the portal when my product is installed? stackoverflow.comWhat is the simplest way to do this? I added it in the portlets.xml file in profiles/default. It is now available in the "Add portlet" dropdown when I go to @@manage-portlets. ... |
8. A centralized way to manage static text portlets? stackoverflow.comDoes there exist Plone add-on, or method, for centralized portlet text management? A site has a set of standard static text portlets which text is updated time to time. The assigment of ... |
9. How can I remove portlets in edit mode with Plone 4? stackoverflow.comI'm used to achieve this under Plone 3 by override base_edit.cpt file under portal_skin and make columns empty:
I have tried to achieve this with Plone4 ... |
10. Disabling portlet types site-wide in Plone stackoverflow.comWhat's the best way to disable portlet types site-wide in Plone 4.1? The default setup gives ~10 portlet types, but the site users have use case only for few (static text, ... |
11. Navigation portlet: all childen always expanded stackoverflow.comHow can I make the navigation portlet show children even for unselected folders? I mean initial tree state is fully expanded (at least for one level, ie: direct children). I'm looking at ... |
12. How to get the portlet-hash css class for a Calendar portlet assigned for a custom portlet manager? stackoverflow.comI'm trying to fix the month navigation of a calendar portlet assigned for a custom portlet manager. This manager is called from a specific browser page template with:
|
13. Is it possible to use five.grok to register portlets in Plone 4.1? stackoverflow.comI looked into five.grok and found no reference to Portlets. Can it be done? |
14. I can't manage portlets stackoverflow.comI Just migrated my portal to the newest version 4.0.7 from 3.3.5 I did a new install and migrate my Data.fs When i click to manage Portlets i can't view de Add Portlet ... |
15. plone:portlet vs plone:portletRenderer (subclassing problem) stackoverflow.comA oddity we tripped across when upgrading sites from Plone 3 to Plone 4: We define a number of custom portlets. One of these is a "Jobs" portlet which is a lightly ... |
16. How do I look up the folder where a portlet was defined? stackoverflow.comI'm creating custom versions of the News and Events portlets which will show only content items from downstream of where they are defined (rather than sitewide). The idea is for for ... |
17. How do I add stock portlets (from plone.app.portlets) to my custom portlet manager? stackoverflow.comUsing the documentation on plone.org along with some in the forum, I was able to get a custom portlet manager below my content in Plone 4.0.8. The goal, actually, ... |
18. Plone Portlets Misalligned stackoverflow.comI have a Plone site that has a portlet displaying the navigation tree. This is supposed to be on the left side of the page, with the main page display ... |
19. Hide some content types on Navigation portlet stackoverflow.comI'm overriding the Navigation portlet (following this how-to) but after taking a look at the code I don't see any easy way to hide some elements based on my ... |
20. Search Events and News via Calendar Portlet stackoverflow.comEvent items are searchable in Plone's default calendar portlet. When clicking on a date when an event occurs, it uses |
21. Delete all portlets site-wide in Plone stackoverflow.comWhat's the best (or simplest) way to delete portlets site-wide in plone 4.x? |
22. Plone 4 Navigation Portlet, show only in non-folderish children stackoverflow.comStarter Info: Working with Plone 4.0.7 on CentOS 5.5 with Python 2.6.6. I've got a folder that contains a few pages and I want to have a navigation portlet on all of ... |