Re: [Zope] How do I do this using Zope?

2006-03-09 Thread Thomas Bennett

We use COREBlog, http://coreblog.org/ , for our news page since July 2004.  It 
works great for a news page. See http://www.library.appstate.edu/blog/news/ .

The Recent Entries, Categories, and Archives links in the right column are 
automatically updated by the product.  You can customize the look, use, and 
feel.  

Thomas


On Monday 06 March 2006 04:48, John Poltorak wrote:
> I would like to create a folder (news) which contains several news items,
> lets say news1, news2, news3.
>
> I would like to set up a menu box which lists all the news items in
> the news folder which when clicked on would load each one up.
>
>
> How do I code this up? (Hope someone understands what I'm getting at)

-- 

Thomas McMillan Grant Bennett   Appalachian State University
Computer Consultant III P O Box
University Library  Boone, North Carolina 28608

Please use the Systems Help Desk at http://linux.library.appstate.edu/help
All in Systems receive an email with each submission.

___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 17:11:24 + John Poltorak <[EMAIL PROTECTED]> wrote:


On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:



--On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:
>
> Never heard of Inungo. Is it easier to use than Plone?
>

Google is your friend -> iungo.org


I know that Google is quite clever but Googling for Inungo did not lead
me  to iungo.org

:-)



Hit #4 and #5 aren't so bad...especially Google show the hit in the context 
of Plone and CPS *wink*.


-aj




pgpkoIcqt5T16.pgp
Description: PGP signature
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread John Poltorak
On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:
> 
> 
> --On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:
> >
> > Never heard of Inungo. Is it easier to use than Plone?
> >
> 
> Google is your friend -> iungo.org

I know that Google is quite clever but Googling for Inungo did not lead me 
to iungo.org

:-) 

> 
> -aj


-- 
John


___
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 )


Re: Re: [Zope] How do I do this using Zope?

2006-03-06 Thread tom . wilde
Hi

I am currently out of the office until the 11th March. If your enquiry is of an 
urgent nature please contact the main office by any of the following methods:

tel : +44 (0)207 739 4252
email: [EMAIL PROTECTED]



Kind regards 


___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread bruno desthuilliers
John Poltorak wrote:
(reposted to zope.org)
> Hi,
> 
> On Mon, Mar 06, 2006 at 02:08:10PM +0100, bruno desthuilliers wrote:
> 
>>John Poltorak wrote:
>>
>>>I would like to create a folder (news) which contains several news items, 
>>>lets say news1, news2, news3.
>>>
>>>I would like to set up a menu box which lists all the news items in 
>>>the news folder which when clicked on would load each one up.
>>>
>>>
>>>How do I code this up? (Hope someone understands what I'm getting at)
>>>
>>
>>What's your question exactly ? How to create a new Folder-like type and
>>the related news type ? How to create the html for the menu ? Something
>>else ?
> 
> 
> Forget 'news' for the moment, I was just using it as an example.
> 
> What I wanted to do was create a folder where I could place objects

Quite simple for now: create a folder and place objects inside !-)

> and 
> have them automatically appear on a selectable menu.

You mean a menu of links, or a select in a field ?

> 
> As an example I might have an 'events' folder where I had objects event1, 
> event2, event3 so would want to see a list of selectable objects on a 
> particular menu.

news.objectValues(['event']) method will give you the list of objects
with meta_type 'event' contained in the folder with id 'news'. So
Andrew's answer was almost ok:



  
Link
  



(replace html markup with what appropriate of course...)

NB: see also objectIds() and objectItems() in the doc.

HTH
-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 13:29:14 + John Poltorak <[EMAIL PROTECTED]> wrote:


Never heard of Inungo. Is it easier to use than Plone?



Google is your friend -> iungo.org

-aj

pgpjNsZeCDFJt.pgp
Description: PGP signature
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread John Poltorak
On Mon, Mar 06, 2006 at 02:20:56PM +0100, Andreas Jung wrote:
> 
> 
> --On 6. März 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:
> 
> > On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >> I would like to create a folder (news) which contains several news items,
> >> lets say news1, news2, news3.
> >>
> >> I would like to set up a menu box which lists all the news items in
> >> the news folder which when clicked on would load each one up.
> >>
> >>
> >> How do I code this up? (Hope someone understands what I'm getting at)
> >
> > It sounds like you need a CMS. Take a look at CPS:
> >
> 
> Or Plone or Inungo.

Never heard of Inungo. Is it easier to use than Plone?

I found Plone very slow, as well as being difficult to use.
 
> -aj

-- 
John



___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
+---[ Andreas Jung ]--
| 
| 
| --On 6. M??rz 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:
| 
| >On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
| >>
| >>
| >>I would like to create a folder (news) which contains several news items,
| >>lets say news1, news2, news3.
| >>
| >>I would like to set up a menu box which lists all the news items in
| >>the news folder which when clicked on would load each one up.
| >>
| >>
| >>How do I code this up? (Hope someone understands what I'm getting at)
| >
| >It sounds like you need a CMS. Take a look at CPS:
| >
| 
| Or Plone or Inungo.

Or the three lines of ZPT I posted.

-- 
Andrew Milton
[EMAIL PROTECTED]
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andreas Jung



--On 6. März 2006 14:17:05 +0100 Lennart Regebro <[EMAIL PROTECTED]> wrote:


On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:



I would like to create a folder (news) which contains several news items,
lets say news1, news2, news3.

I would like to set up a menu box which lists all the news items in
the news folder which when clicked on would load each one up.


How do I code this up? (Hope someone understands what I'm getting at)


It sounds like you need a CMS. Take a look at CPS:



Or Plone or Inungo.

-aj

pgp7rvuZnZfFc.pgp
Description: PGP signature
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Lennart Regebro
On 3/6/06, John Poltorak <[EMAIL PROTECTED]> wrote:
>
>
> I would like to create a folder (news) which contains several news items,
> lets say news1, news2, news3.
>
> I would like to set up a menu box which lists all the news items in
> the news folder which when clicked on would load each one up.
>
>
> How do I code this up? (Hope someone understands what I'm getting at)

It sounds like you need a CMS. Take a look at CPS:

--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread bruno desthuilliers
John Poltorak wrote:
> 
> I would like to create a folder (news) which contains several news items, 
> lets say news1, news2, news3.
> 
> I would like to set up a menu box which lists all the news items in 
> the news folder which when clicked on would load each one up.
> 
> 
> How do I code this up? (Hope someone understands what I'm getting at)
> 

What's your question exactly ? How to create a new Folder-like type and
the related news type ? How to create the html for the menu ? Something
else ?


-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com
___
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 )


Re: [Zope] How do I do this using Zope?

2006-03-06 Thread Andrew Milton
+---[ John Poltorak ]--
| 
| 
| I would like to create a folder (news) which contains several news items, 
| lets say news1, news2, news3.
| 
| I would like to set up a menu box which lists all the news items in 
| the news folder which when clicked on would load each one up.
| 
| 
| How do I code this up? (Hope someone understands what I'm getting at)

In a ZPT:


Link


-- 
Andrew Milton
[EMAIL PROTECTED]
___
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 )