[Zope-CMF] Urgent Query: How to add objects to a Plone Site?

Kristina Quimson Buenafe kqb7a@virginia.edu
Wed, 24 Jul 2002 16:33:21 -0400


Hi Mariela,

I added the calendar by going into portal_skins/plone_templates/ui_slots,
putting main_left_column in the custom folder, and adding this code:

    <div tal:condition="not: here/portal_membership/isAnonymousUser">
    <span metal:use-macro="here/calendar_slot/macros/calendarBox">
    Calendar box
    </span>
    </div>

hope this helps!

Kristina

----- Original Message -----
From: <mcolli@syscomcipher.com.ar>
To: <zope-cmf@zope.org>
Sent: Wednesday, July 24, 2002 4:27 PM
Subject: [Zope-CMF] Urgent Query: How to add objects to a Plone Site?


> Hi,
>
> I have created a Plone Site and I need to add some objects to it: for
> example, a Calendar and a Search tool. I can not find the way to do it!
> Please, could you explain me how to add them? I have made some
> customizations using the Custom folder but I can not add other objects...
>
> Thanks and regards
> Mariela
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
>