Changing page title

Hey guys,

I’m trying to put the final touches on those extensions I promised
last weekend, one last thing that is frustrating me is how to create
my own PageType and have it dynamically alter the page title. Much
like ArchivePage changes the title to be “Archives for August 2007”.
I’ve tried defining all manner of instance local variables in the
render method of my Page, without success.

Ideas?

Glenn

Glenn G. wrote:

I’m trying to put the final touches on those extensions I promised
last weekend, one last thing that is frustrating me is how to create
my own PageType and have it dynamically alter the page title. Much
like ArchivePage changes the title to be “Archives for August 2007”.
I’ve tried defining all manner of instance local variables in the
render method of my Page, without success.

Ideas?

On the Archive Index pages it’s done by reimplementing the “title” tag:

http://dev.radiantcms.org/radiant/browser/trunk/radiant/lib/archive_index_tags_and_methods.rb


John L.
http://wiseheartdesign.com

tag:

http://dev.radiantcms.org/radiant/browser/trunk/radiant/lib/
archive_index_tags_and_methods.rb

So it is, thanks!