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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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. ... |
|
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 ... |
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 ... |
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, ... |
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 ... |
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"
...
|
I looked into five.grok and found no reference to Portlets. Can it be done?
|
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 ... |
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 ... |
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 ... |
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, ... |
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 ... |
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 ... |
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, ... |
What's the best (or simplest) way to delete portlets site-wide in plone 4.x?
|
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 ... |