Page 1 of 1

[solved] News module - force heading title?

Posted: Thu Jun 06, 2013 9:52 am
by Sponsi
Hello,

I have had this problem for some time but I think it's high time to solve it. So you have the news module and when clicked on an item, it shows the item in the content area. So e.g. on home page if you have <h2>{title}</h2> with "Hello!"
and you have the news module on the left/right/anywhere and click the text to see the full text, it goes "Hello" in the content area and then the full page of the news item.

The thing is, very often I need to "go away from home page" when the title is clicked. Is there a way to somehow set everything up so that the full news are shown in their own subpage (either set or they are "generated")?

I hope I made myself clear.

Thanks,

Milo

Re: News module - force heading title?

Posted: Thu Jun 06, 2013 11:38 am
by velden
From the News module help:

(parameter)
(optional) detailpage="pagealias" - Page to display News details in. This can either be a page alias or an id. Used to allow details to be displayed in a different template from the summary.
That's what you're looking for?

Re: News module - force heading title?

Posted: Thu Jun 06, 2013 1:32 pm
by Sponsi
I think I was looking for it in the News module description, somehow omitted that.

I believe I need to prepare a "news page" first, without a menu position?
It works.

Thanks!!!