How do I do this using Zope?
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) -- John
+-------[ 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: <p tal:repeat="news context/news/objectvalues"> <a tal:attributes="href news/absolute_url"tal:content="news/title">Link</a> </p> -- Andrew Milton akm@theinternet.com.au
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 bruno@modulix.org http://www.modulix.com
On 3/6/06, John Poltorak <jp@warpix.org> 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/
--On 6. März 2006 14:17:05 +0100 Lennart Regebro <regebro@gmail.com> wrote:
On 3/6/06, John Poltorak <jp@warpix.org> 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
+-------[ Andreas Jung ]---------------------- | | | --On 6. M??rz 2006 14:17:05 +0100 Lennart Regebro <regebro@gmail.com> wrote: | | >On 3/6/06, John Poltorak <jp@warpix.org> 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 akm@theinternet.com.au
On Mon, Mar 06, 2006 at 02:20:56PM +0100, Andreas Jung wrote:
--On 6. März 2006 14:17:05 +0100 Lennart Regebro <regebro@gmail.com> wrote:
On 3/6/06, John Poltorak <jp@warpix.org> 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
On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:
--On 6. März 2006 13:29:14 +0000 John Poltorak <jp@warpix.org> 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
--On 6. März 2006 17:11:24 +0000 John Poltorak <jp@warpix.org> wrote:
On Mon, Mar 06, 2006 at 02:37:05PM +0100, Andreas Jung wrote:
--On 6. März 2006 13:29:14 +0000 John Poltorak <jp@warpix.org> 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
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
:-) Yeah, you are right :-)
Actually Andreas misspelled it in his first post. He wrote "Inungo" instead of "Iungo". So, google is only your friend if you feed it with the right keywords ;-)
--On 6. März 2006 18:54:45 +0100 Josef Meile <jmeile@hotmail.com> 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
:-) Yeah, you are right :-)
Actually Andreas misspelled it in his first post. He wrote "Inungo" instead of "Iungo". So, google is only your friend if you feed it with the right keywords ;-)
Yes, I am guilty (as always :-)) -aj
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. ====================================================================
participants (7)
-
Andreas Jung -
Andrew Milton -
bruno desthuilliers -
John Poltorak -
Josef Meile -
Lennart Regebro -
Thomas Bennett