[Neos] Display news title in title tag

Aske Ertmann aske at moc.net
Thu Aug 29 09:41:36 CEST 2013


Hi Chanthorn

It not really clear to me if you mean the detailed view in the module of in the frontend rendering.

In case of it being in the detail view in the module it's very easy if you extend the AbstractModuleController because that has a method called setTitle which sets a argument on the request which is then being read by the module controller to change the title. You can find an example of this in the UsersController for the user management module.

In case of frontend rendering you'll need to do it with TypoScript, but should not be too difficult.

Hope that helps

Aske

On 16/08/2013, at 06.27, Chanthorn Ngeth wrote:

> Hi Lists,
> 
> I have one module for display news information. All my records are store in custom tables not in neos tables. The idea to create this module is to used the same as News System in TYPO3, but there are only simple list and detail view of news. I would like to ask you regarding to displaying title of news in title tag at detail view. Do you have any idea to do this?
> 
> I am looking forward to hearing from you soon.
> 
> Best regards,
> Chanthorn
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list