Personal tools
You are here: Home PC zope&plone Ploneのportlet
Document Actions

Ploneのportlet

by かわうぃん last modified 2006-07-15 10:06

Ploneのポートレットの表示非表示

here/portlet_navigation/macros/portlet
here/portlet_navtree_macro/macros/portlet
here/portlet_prefs/macros/portlet
here/portlet_login/macros/portlet
here/portlet_recent/macros/portlet
here/portlet_related/macros/portlet
here/portlet_review/macros/portlet
here/portlet_news/macros/portlet
here/portlet_favorites/macros/portlet
here/portlet_events/macros/portlet
here/portlet_calendar/macros/portlet

Portletの中には、ログイン後しか表示されないものもあります。

たとえば、最近の変更=>portlet_recentを Anonymousでも表示するように修正します。

ポートレットは、次のフォルダにあります。/plone/portal_skins/plone_portlets

この中から、portlet_recentを選び Customizeします。

here/portlet_navigation/macros/portlet
here/portlet_navtree_macro/macros/portlet
here/portlet_prefs/macros/portlet
here/portlet_login/macros/portlet
here/portlet_recent/macros/portlet
here/portlet_related/macros/portlet
here/portlet_review/macros/portlet
here/portlet_news/macros/portlet
here/portlet_favorites/macros/portlet
here/portlet_events/macros/portlet
here/portlet_calendar/macros/portlet

Portletの中には、ログイン後しか表示されないものもあります。

たとえば、最近の変更=>portlet_recentを Anonymousでも表示するように修正します。

ポートレットは、次のフォルダにあります。

/plone/portal_skins/plone_portlets

この中から、portlet_recentを選び Customizeします。

修正前

<div metal:define-macro="portlet"
tal:condition="python:not isAnon and template.getId()!='recently_published'">

修正後

<div metal:define-macro="portlet"
      tal:omit-tag="">

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: