Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

01 Jun 2011, 12:48

Imagevue X2.7.1 Released
A week after releasing Imagevue X2.7, we have released a minor update with a few fixes and patches.
Get it in Downloads -
  • Fixed bug with languages when title is disabled in textpages - Forum
  • Fixed when clicking fotomoto "buy" icon, it correctly toggles dropdown
  • Fixed bug with thumbnails for non-latin characters - Forum
  • Fixed bug with @ character for windows/wmode - Forum
  • Fixed bug with breadcrumbs that displayed folder icons in title
  • Added language parsing directly from PHP. Provides some new possibilities
  • Reset SFX for main menu pre-X2.7 style
  • Fixed bug in Admin where files were moved instead of copied - Forum
  • Fixed bug where HTML gallery was displaying files with ignored extensions
  • Added updated Hungarian language
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

01 Jun 2011, 17:33

mjau-mjau wrote:Imagevue X2.7.1 Released
I am testing v2.7.1.

But I encounter a problem when I'm starting my site by means of the html-script 'en.html'
This is the script that I use to switch language/theme to english.
I created this script (again (!) after upgrading to v2.7.1) by copying the initial source and adding the following two lines of code just before where imagevue2.swf is embedded.. on the same spot which I used with v2.7.
Code
flashVars.language='english'
flashVars.theme='mabroEN'
It looks like flashVars.theme='mabroEN' works like it should, but flashVars.language='english' seems to have no effect.

When I start my site with ?language=english&theme=mabroEN everything works fine.

Can you think of something that has affected the use of flashVars.language?
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

02 Jun 2011, 00:58

mabro: I am not sure if I can see your problem ... Your english page shows english text and your dutch page shows dutch text:

http://www.martinbroeze.nl/g1/nl.html (Dutch)
http://www.martinbroeze.nl/g1/en.html (English)
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

02 Jun 2011, 01:28

mjau-mjau wrote:Imagevue X2.7.1 Released
For those of you who are experiencing a small bug where description may be missing from your startpage filemod (either randomimage, photoblinds or slideshow mod), please download the latest SWF file:
Download imagevue2.swf
(right-click and choose "save as")

Upload it to your gallery under /iv-includes/, effectively overwriting the existing imagevue2.swf file.

Sorry for any inconvenience!
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

02 Jun 2011, 02:50

mjau-mjau wrote:mabro: I am not sure if I can see your problem ... Your english page shows english text and your dutch page shows dutch text
Indeed looking at my 'production'-folder willl give the right results (v.2.7).
But you will have to look at a testfolder (v.2.7.1):
http://www.martinbroeze.nl/g4/nl.html (Dutch)
http://www.martinbroeze.nl/g4/en.html (English)
 
User avatar
JLB
Posts: 18
Joined: 17 Nov 2010, 13:28

Re: Imagevue X2.7

02 Jun 2011, 04:46

Hello,
Is it-possible to remove the black panel because I had no problem with the previous version of Imagevue.
thank you

Image
JLB Photos
http://www.photosjlboitte.be
Photographe Sportif aux Editions de l'avenir.
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

02 Jun 2011, 10:51

JLB wrote:Is it-possible to remove the black panel because I had no problem with the previous version of Imagevue.
thank you
I think it's showing the folder description while the description is empty. I see it also in my v2.7.1 site, but I do still get the title... and no description because it's not there...
I suppose you have the title disabled for this specific folder.

So, it is a bug that appears in v2.7.1
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

02 Jun 2011, 11:00

mabro wrote:Indeed looking at my 'production'-folder willl give the right results (v.2.7).
But you will have to look at a testfolder (v.2.7.1):
http://www.martinbroeze.nl/g4/nl.html (Dutch)
http://www.martinbroeze.nl/g4/en.html (English)
Thanks ... I can see there is some issue with setting the language cookies. For the sake of interestingness, you can see that your gallery will reset to a specific language by toggling for example these links:
http://www.martinbroeze.nl/g4/?a=files& ... ge=english
http://www.martinbroeze.nl/g4/?a=files& ... uage=dutch

If you visit any of your galleries after clicking the first link, it will load the english titles/descriptions and if you visit any of your galleries after clicking the second link, it will display the dutch language titles/descriptions. Interface language items are working correctly ...
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

02 Jun 2011, 11:06

JLB wrote:Hello,
Is it-possible to remove the black panel because I had no problem with the previous version of Imagevue.
thank you
I see ... The problem is, you are using TITLE for only the icon. You have title=[foot.png] ... You should be creating your entire title with the TITLE field, not just the icon. Write your title like this:
Code
[foot.png]Foot du WEE
You will see that the title displays in the tooltip also ...
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

02 Jun 2011, 11:10

mjau-mjau wrote:If you visit any of your galleries after clicking the first link, it will load the english titles/descriptions and if you visit any of your galleries after clicking the second link, it will display the dutch language titles/descriptions. Interface language items are working correctly ...
I'm not sure if the above is a solution now, or just a finding?

Something else I noticed: the language in the main controls is accordingly... only the menu, the title and the descriptions are wrong when en.html is started.
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

02 Jun 2011, 11:17

mjau-mjau wrote:I see ... The problem is, you are using TITLE for only the icon.
mjau-mjau... see my post three items up concerning this problem... there is definitely something different in v2.7.1
If you look at http://www.martinbroeze.nl/g1/ and mouse-over 'Dutch' or 'Engels' then you'll see the title is being shown with an empty description.
In v2.7 this was not the case.
Last edited by Martin on 04 Jun 2011, 02:59, edited 3 times in total.
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.7

02 Jun 2011, 11:43

mabro: Nick will be looking into this shortly. Basically, I am just confirming your issue and reporting back an observation ...

This is something to do with some improved language features that we have not had the opportunity to document yet, although in your specific case, it creates a mismatch because of the new system based on cookies.
 
Hansen
Posts: 3
Joined: 21 Jan 2011, 12:52

Re: Imagevue X2.7

02 Jun 2011, 13:20

Nice update guys.

But I have a question regarding the fotomoto features. Isen't it possible to define a folder for pictures I want to sell?
As it is now I'm not going to use the fotomoto because I have to disable a ton of pictures I don't want to sell?

It would be nice to have a "reversed" possibility. But maybe I'm wrong or have overlooked something :-)

Another annoying thing is the the thumb nail picture the site chooses when sharing the main website on facebook. I'm my case it takes a pictures from a design folder, and I can't change it? (Maybe a hidden folder for imagevuex to select thumb nails for sharing on facebook?)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Imagevue X2.7

03 Jun 2011, 00:55

mabro: Please replace iv-includes/controllers/XmlController.php with the file attached and tell me if it did the trick for you
Attachments
XmlController.php.zip
(4.15 KiB) Downloaded 411 times
firedev.com
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Imagevue X2.7

03 Jun 2011, 05:03

Nick wrote:mabro: Please replace iv-includes/controllers/XmlController.php
Hi Nick, yes that did the trick... it's OK now...
Thanx!