plone « portlet « Java Enterprise Q&A





1. Blocking contextual portlet by default in plone    stackoverflow.com

I 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.com

I have a navtree on a plone site, already using this configuration:

navigation = mapping['navigation']
navigation.includeTop = True
navigation.currentFolderOnly = False
navigation.topLevel = 0
navigation.setProperty('metaTypesNotToList', ['ATBooleanCriterion', ...(another types go here) ..., MemberDataContainer'])
navigation.setProperty('idsNotToList',['Members', 'events'])
This results in a ...

3. Can I use z3c.form on Plone portlets instead of zope.formlib?    stackoverflow.com

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 use it all ...

4. PicklingError while Installing add-on    stackoverflow.com

I 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.com

I 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.com

How 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.com

What 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.com

Does 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.com

I'm used to achieve this under Plone 3 by override base_edit.cpt file under portal_skin and make columns empty:

  <metal:head fill-slot="column_one_slot"></metal:head>
  <metal:head fill-slot="column_two_slot"></metal:head>
I have tried to achieve this with Plone4 ...





10. Disabling portlet types site-wide in Plone    stackoverflow.com

What'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.com

How 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.com

I'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:

<div id="calendar"
 ...

13. Is it possible to use five.grok to register portlets in Plone 4.1?    stackoverflow.com

I looked into five.grok and found no reference to Portlets. Can it be done?

14. I can't manage portlets    stackoverflow.com

I 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.com

A 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.com

I'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.com

Using 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.com

I 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.com

I'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.com

Event items are searchable in Plone's default calendar portlet. When clicking on a date when an event occurs, it uses search?review_state=published&start.query:record:list:date... to look for events. How can I add News Item, ...

21. Delete all portlets site-wide in Plone    stackoverflow.com

What'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.com

Starter 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 ...