Hi all
I've just upgraded to 1.9.4.3 "Faanui"
I would like to manage my self into the modification as in Subject.
I know that the trick has been already discussed and developed.
I reached 2 suggestion as follow:
by Calguy
Showing Article Title in the Page Title
http://wiki.cmsmadesimple.org/index.php ... /Templates
by Goran
Setting your page's title to be the News title
http://www.i-do-this.com/blog/29/Settin ... News-title
Is there any big difference between two ways to do this ?
Any suggestion about ? Any tested ?
Thanks in advance for any reply
Gianpiero (Ita)
Setting page's title to be the News title
Re: Setting page's title to be the News title
The above is an older way to achieve this, though still perfectly valid. Previously, the template was processed in sequence, requiring that you capture the {content} in the <head>, so that the page title is known before <title> was used.gianpiero wrote:Showing Article Title in the Page Title
http://wiki.cmsmadesimple.org/index.php ... /Templates
The above is the more modern way to do it. In the last several major versions, by default, the </__body> is processed before the <head>, so that titles set in the news detail template are available when the <head> is generated.gianpiero wrote:Setting your page's title to be the News title
http://www.i-do-this.com/blog/29/Settin ... News-title
Re: Setting page's title to be the News title
Thank for your reply.
Asap I'll make the second mod
I'll giving feeback later
Bye
Gianpiero

Asap I'll make the second mod
I'll giving feeback later
Bye
Gianpiero
Re: Setting page's title to be the News title
Sorry for buddy question:
this mod changes only the title on Browser Tab ?
The title of page, CMSMS field "Title" that appears into the template, is changed also ?
Thanks
Gianpiero
this mod changes only the title on Browser Tab ?
The title of page, CMSMS field "Title" that appears into the template, is changed also ?

Thanks
Gianpiero
Re: Setting page's title to be the News title
I usually output the title in the News detail template, using:
<h1>{$entry->title}</h1>