Page 1 of 1

popup and open in new window and send picture does not work

Posted: 21 Sep 2007, 12:26
by Cyberlink
When i have a folder with ঠภor ॠin it, then the mentioned function does not work.

Anyway to fix this prob?

tried to rename the folder, and that works fine, but would like to use ঠภand à¥.

Any chance i can add something in the source to make it work?

Posted: 22 Sep 2007, 22:46
by mjau-mjau
You might have hit a weak spot right there ... I'm not quite sure where the problem lies - Perhaps you can send a link to your gallery and let me check it out?

Posted: 23 Sep 2007, 02:41
by Nick
I think it's benefitial to use only plain latin letters in file/dir names. The key issue here is codepages differences between various systems, and what might seem okay in ftp client might be represented differently when reading directly from disk.

Posted: 24 Sep 2007, 12:45
by Cyberlink

Posted: 26 Sep 2007, 02:20
by mjau-mjau
Works here... I went to "Begivenheder -> Circus Benneweis i Ã…rhus" and images seemed to load fine.

Perhaps you solved it?

Posted: 26 Sep 2007, 15:40
by Cyberlink
yeah that works fine, but as the topic says:

popup and open in new window and send picture does not work

try that in the same place as u went to..

Posted: 27 Sep 2007, 13:11
by mjau-mjau
Cyberlink wrote:popup and open in new window and send picture does not work
:oops: sorry, I missed the context ...

Unfortunately, non-standard characters have been a constant issue ever since first release of Imagevue. Not only is it an issue with the characters going through PHP, XML, flash and html, but it is also sensitive to the server it is running from(platform, settings, unicode support etc.).

You can pretty much be certain the popup is not working because the <title> set from javascript does not support non-standard characters for some reason. Try this:

Open "popup.php" in notepade(or similar) and edit the following line:
Code
<title><?=$path;?></title>
Change it to something static like:
Code
<title>test name standard characters</title>
Save, upload, see if it works. If we can solve this, perhaps we can proceed to next issue.

Generally, I would agree with what pain is saying because servers are unpredictable. In a future version, we will enforce using standard characters in names for physical items(folders etc.), while you will be able to change the name displayed in Imagevue by using a 'title' attribute that supports non-standard characters.

Posted: 27 Sep 2007, 14:38
by Cyberlink
tried to do what u said, still not workin..

But like your idea of the other thing :)