Help! I have some experience with other content management systems but I'm floundering with Zope & CMF. I have a site up and running (http://techcomm.us) but how do I do basic things like put a calendar on the left hand side of the page? I added a CMF Calendar Tool, and now portal_calendar shows up at the root of my CMF site... but now what? Any other pointers would be appreciated, too. Thanks, -- Art Z. -- ** ** Art Zemon, President ** Hen's Teeth Network ** http://www.hens-teeth.net/ ** Live chat: http://hens-teeth.net/chat.htm ** Voice & Fax: (866)HENS-NET or (636)447-3030 **
Art Zemon wrote:
Help! I have some experience with other content management systems but I'm floundering with Zope & CMF. I have a site up and running (http://techcomm.us) but how do I do basic things like put a calendar on the left hand side of the page? I added a CMF Calendar Tool, and now portal_calendar shows up at the root of my CMF site... but now what?
Look at CMFDefault's use of calendar, or look at Plone. Either way you're gonan want to learn how to script in ZPT... Chris
Hi Art, Yeah.. the CMF Calendar can be a little daunting. Here is what I did. 1) Installed CMF Calendar 2) Created a /calendar/ folder object at the top level of the CMF site 3) Put in there a method "calendar", the dateMunger, monthRange and an index_html that calls it all. DTML of course. http://www.queenswest.com/calendar/ Is that what you are looking for? BZ On Saturday, September 20, 2003, at 09:00 PM, Art Zemon wrote:
Help! I have some experience with other content management systems but I'm floundering with Zope & CMF. I have a site up and running (http://techcomm.us) but how do I do basic things like put a calendar on the left hand side of the page? I added a CMF Calendar Tool, and now portal_calendar shows up at the root of my CMF site... but now what?
Any other pointers would be appreciated, too.
Thanks, -- Art Z.
-- ** ** Art Zemon, President ** Hen's Teeth Network ** http://www.hens-teeth.net/ ** Live chat: http://hens-teeth.net/chat.htm ** Voice & Fax: (866)HENS-NET or (636)447-3030 **
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Art Zemon -
BZ -
Chris Withers