Search…

X3 Photo Gallery Support Forums

Search…
 
jirri
Topic Author
Posts: 11
Joined: 08 Oct 2008, 14:45

browser window title

11 Oct 2008, 16:07

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
 
lowagie
Experienced
Posts: 46
Joined: 29 Sep 2006, 07:27

12 Oct 2008, 19:05

good remark!
 
User avatar
markam24
Experienced
Posts: 280
Joined: 10 Oct 2006, 23:05

12 Oct 2008, 23:34

yes. good suggestion.
 
Lagreca
Posts: 2
Joined: 10 Oct 2008, 10:01

13 Oct 2008, 10:37

exxxcelent suggestion
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

15 Oct 2008, 23:15

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 ...
 
jirri
Topic Author
Posts: 11
Joined: 08 Oct 2008, 14:45

16 Oct 2008, 08:19

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

17 Oct 2008, 04:09

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

11 Nov 2008, 21:29

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]
 
Putin the presedent
Posts: 1
Joined: 18 Nov 2008, 13:44

18 Nov 2008, 13:51

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

21 Nov 2008, 01:42

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.