Page 1 of 1

browser window title

Posted: 11 Oct 2008, 16:07
by jirri
The title of the page in browser window title consist of user customizable text + folder name.
I think it should contain the folder title not name.

If the only possibility to sort the folders is to name them a_, b_, c_ than the page titles looks really strange.

Example:
http://www.tan.cz/hanus/#/content/a_pai ... AJIN_2008/

The title is
Vladimir Hanus - m_CERVENA_TELA_KRAJIN

Should be
Vladimir Hanus - (2008) Cervena Tela Krajin

Posted: 12 Oct 2008, 19:05
by lowagie
good remark!

Posted: 12 Oct 2008, 23:34
by markam24
yes. good suggestion.

Posted: 13 Oct 2008, 10:37
by Lagreca
exxxcelent suggestion

Posted: 15 Oct 2008, 23:15
by mjau-mjau
Good suggestion, I only have one worry about this:

Folder titles were created to support ANY characters and localization. I don't think browser TITLE supports any character, and I dread the effects that might occur. I will do some testing ...

Posted: 16 Oct 2008, 08:19
by jirri
mjau-mjau wrote:Good suggestion, I only have one worry about this:

Folder titles were created to support ANY characters and localization. I don't think browser TITLE supports any character, and I dread the effects that might occur. I will do some testing ...
In case of the image the browser title contains the image title, so if you do support that for images it should be the same story for folders.

Posted: 17 Oct 2008, 04:09
by mjau-mjau
jirri wrote:In case of the image the browser title contains the image title, so if you do support that for images it should be the same story for folders.
hmm... true that. Let's try it out and see what happens ...

Posted: 11 Nov 2008, 21:29
by mjau-mjau
This has now been fixed and will be available in a release later this week!

Folder title is now used instead of folder name in the browser title field.
Code
[gallery name] - [folder title]

Posted: 18 Nov 2008, 13:51
by Putin the presedent
mjau-mjau wrote:This has now been fixed and will be available in a release later this week!

Folder title is now used instead of folder name in the browser title field.
Code
[gallery name] - [folder title]
Hello, mjau-mjau.
Can you tell me, which file contain the [folder title] line?

Thanks in advance.

Posted: 21 Nov 2008, 01:42
by mjau-mjau
Putin the presedent wrote:Hello, mjau-mjau.
Can you tell me, which file contain the [folder title] line?

Thanks in advance.
Just for your info, we released a fix for the issue in this topic yesterday(after your post). There is no file that sets the browser TITLE because it is set through the SWFAddress javascript module from flash. You would have to edit the SWFAddress.js file, but that is not recommended.