Search…

X3 Photo Gallery Support Forums

Search…
 
deepblue
Topic Author
Posts: 8
Joined: 11 Nov 2010, 11:17

SiteTitle during the slide

17 Nov 2010, 11:32

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: SiteTitle during the slide

18 Nov 2010, 05:20

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 ...
 
deepblue
Topic Author
Posts: 8
Joined: 11 Nov 2010, 11:17

Re: SiteTitle during the slide

18 Nov 2010, 05:27

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)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: SiteTitle during the slide

18 Nov 2010, 08:00

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.