Setting page title for module generated pages/content

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
koehler

Setting page title for module generated pages/content

Post by koehler »

I can not figure out how to set the page/content title from a page which was generated from a module. There is a callback method "ContentTitle(&$title)", but this get called:

1. each time a page (not important which page it is, for example "news") is generated
2. called before "DoAction" is called

I need to set the page/content title from a module when the modules method "DoAction" is called.

Can anyone help me ?


Regards,

Michael
User avatar
ghostrifle
Forum Members
Forum Members
Posts: 54
Joined: Wed Mar 02, 2005 11:03 pm

Re: Setting page title for module generated pages/content

Post by ghostrifle »

This is a good question....I would like to know the answer too....
Post Reply

Return to “Developers Discussion”