Search…

X3 Photo Gallery Support Forums

Search…
 
mwr
Experienced
Topic Author
Posts: 84
Joined: 08 Sep 2009, 20:57

Right-click / Open in Popup Window displays path to image

09 Sep 2009, 23:41

Right-click / Open in Popup Window opens a window that contains only the path to the image, starting with /content/...

It's the same with IE 7.0 and Firefox 3.0.14. Open in Window works fine; opens the image in a new window.

http://ruthvenphotos.com/gallery/#/cont ... Valley2009
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

10 Sep 2009, 11:46

Sorry our bad, this one creeped in with one of the recent updates, fix will be available in next update in a few days.

If you don't want to wait, open

imagevue/controllers/IndexController.php

at line 152 change:
Code
$this->view->assign('path', $this->_getParam('path'), 'path');
to
Code
$this->view->assign('path', trim($this->_getParam('path'), '/\\'), 'path');
firedev.com
 
mwr
Experienced
Topic Author
Posts: 84
Joined: 08 Sep 2009, 20:57

10 Sep 2009, 12:01

Thanks! I'll make the change a bit later.