Search…

X3 Photo Gallery Support Forums

Search…
 
Cyberlink
Topic Author
Posts: 10
Joined: 30 Aug 2007, 08:38

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

21 Sep 2007, 12:26

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

22 Sep 2007, 22:46

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?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

23 Sep 2007, 02:41

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.
firedev.com
 
Cyberlink
Topic Author
Posts: 10
Joined: 30 Aug 2007, 08:38

24 Sep 2007, 12:45

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

26 Sep 2007, 02:20

Works here... I went to "Begivenheder -> Circus Benneweis i Ã…rhus" and images seemed to load fine.

Perhaps you solved it?
 
Cyberlink
Topic Author
Posts: 10
Joined: 30 Aug 2007, 08:38

26 Sep 2007, 15:40

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

27 Sep 2007, 13:11

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.
 
Cyberlink
Topic Author
Posts: 10
Joined: 30 Aug 2007, 08:38

27 Sep 2007, 14:38

tried to do what u said, still not workin..

But like your idea of the other thing :)