[TYPO3] [TYPO 3.8] Three types of titles
Tyler Kraft
headhunterxiii at yahoo.ca
Tue Oct 17 10:52:00 CEST 2006
Nothing scary here:
1) look at the template setup and you can remove the site title form it
if you have there, also you can create your own page title how ever you
want - look at the config section of tsref for more info.
2) I think your saying the menu titles are curerntly fine - so great we
dont need to do anything. If you need to chaneg them use the navigation
title field in teh advanced paeg type.
3) where/how ever your putting in the page title try this
temp.pagetitle = TEXT
temp.pagetitle.value.field = subtitle // title
this will get the page subtitle instead of the title, and if there is no
subtitle then it will instead use the page title.
hth
Dmitrii Dimandt wrote:
> The funny thing is that I need to display three titles on my site
> The sad thing is that I'm not entirely sure how to do this
>
> Ok. The site is http://adriyatik.com/index.php?id=22&L=1 if anyone is
> interested
>
> I use Template Auto-Parser, so that may add to my woes.
>
> These are the titles I need to change:
>
> 1. The browser title (between the <title> tags). I need to get rid of the
> annoying "My Site:" part and change the title for some pages
> 2. Titles in the menu need change at all and remain as they are now
> 3. Title displayed on the page must change for some pages but otherwise
> remain unchanged (and these changes must not be reflected in the browser
> title)
>
> No here are my woes:
>
> I've installed the browser_page_title extension. The advertised "browser
> title" field apperas on "advanced" pages, but the browser title isn't
> changed
>
> The title displayed on the page is a marker processed as follows:
>
> PAGE_TITLE = TEXT
> PAGE_TITLE.field = title
>
> So if change the title, the browser title also changes.
>
> Whatever shall I do? :(
>
> Thank you in advance
More information about the TYPO3-english
mailing list