Page 1 of 1

SiteTitle during the slide

Posted: 17 Nov 2010, 11:32
by deepblue
Hi all,

During the slide , the title of the site = siteTilte + Description of picture.


I'd like to manage the title as I want ...

siteTilte + Name folder + Description of picture.
or
siteTilte + 'blablabla' + Description of picture.


I have found the line
<title><?php echo $siteTitle; ?> <?php echo $currentTitle; ?></title>
in the layout.phtml but it doesn't work if i change

In which file and how can I change this feature ?


Thanks for the answers.

Have a good day.

Re: SiteTitle during the slide

Posted: 18 Nov 2010, 05:20
by mjau-mjau
In the Imagevue flash gallery, the <title> is set dynamically through Javascript like this:

siteTITLE + file/folder TITLE

We could consider changing this, but I don't think you should add description in title. Titles are for short texts, while description is fr longer texts ...

Also, because the <title> is set from Javascript, Google or the search engines do not read these titles so they really have minimal impact. Humans don't normally read this title in browser either ...

Re: SiteTitle during the slide

Posted: 18 Nov 2010, 05:27
by deepblue
Do you mind giving me the javascript name where you manage this feature ?

(Actually, I sort my stats with the title name. It's for why I tried to change it during the slide)

Re: SiteTitle during the slide

Posted: 18 Nov 2010, 08:00
by mjau-mjau
deepblue wrote:Do you mind giving me the javascript name where you manage this feature ?
This is set in the FLASH basically, because it is a flash gallery (so there is nothing else setting it). In the FLA, it is set like this:
Code
SWFAddress.setTitle(original_title+" - "+d_gettitle());
Basically it is setting SiteTITLE + PageTITLE.