Im trying to find a way to show the date a news story was posted in the menu, for example

News
-----
2008-05-15, 11:32
News title 3

2008-05-15, 11:30
News title 2

2008-05-15, 11:28
News title 1

Is there a module for this or do i have to hack an existing/create a module.. ?

Comments

2c’s picture

What is a 'news story'? Is it a custom CCK node type?

rickardl’s picture

hm, maybe "news/story" is better..
anyway, i try to explain it
i have a menu called 'news'
when i create a page or story and assigns it to the menu 'news', i want the story's publishdate to be shown next to the menu item, if possible

(cant show you the site, since its on the local network only)

2c’s picture

I've never worked with menus; I'd use a custom block or a views block to achieve that type of functionality.

rickardl’s picture

It seem to work!
Views was what i was looking for :)

thanks for the help