Search…

X3 Photo Gallery Support Forums

Search…
 
steveman0018
Experienced
Topic Author
Posts: 31
Joined: 09 Apr 2012, 19:42

Problem with links on text pages in version 2.8

27 Jun 2012, 21:52

hello, its me again..

on one of my text pages, if i post a link and choose open in same window, it no longer opens. 2.7 is worked fine but now with 2.8 it never opens the picture. You can see the link show up correctly in the address bar on the browser but the script doesnt do anything.

go to stephenrogers.net and then select "picture updates" First item on there as two links in the text.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with links on text pages in version 2.8

28 Jun 2012, 04:29

Well, this is embarrasing but we've got another bug related to the missing "content/" part in URLs that haven't caught in time. But don't worry, we're on it.

First of all here is the replacement for the iv-includes/controllers/XmlController.php - replace the file with the one provided.

Then the easy part - since the nature of the whole system is quite complex we replace only relative links on-the-fly. Please change your links so they look like this "#/My%20Photo%20Album/Train%20Pictures/Garden%20Model%20Railways/6-23-12/DSC_0382.jpg" (starting from the hash sign # without the domain name) and just set target to none, it is not used anyway.

Image

Hope this fixes it, thank you for taking time to report the issue, we have updated the imagevuex28.zip in downloads as well.
Attachments
XmlController.php.zip
(4.58 KiB) Downloaded 288 times
firedev.com
 
steveman0018
Experienced
Topic Author
Posts: 31
Joined: 09 Apr 2012, 19:42

Re: Problem with links on text pages in version 2.8

28 Jun 2012, 19:11

working good now thanks again!
 
sirajcauve
Posts: 3
Joined: 30 Aug 2012, 22:06

Re: Problem with links on text pages in version 2.8

30 Aug 2012, 22:51

Hi friends,

I have the problem in sharing link like as Mr.Nick specification bug...The following url is shared by imagevue app in my localhost when view the image by html
http://localhost/#/pictures1/cheetah.jpg/
instead of this http://localhost/imagevue/#/pictures1/cheetah.jpg/ i.i., the base folder name could not be taken by share URL..Please help me to resolve this.. (FYI: I already replaced the XmlController.php file with above mentioned.. Imagevue version is X2.8.2)


Thanks&Regards
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Problem with links on text pages in version 2.8

30 Aug 2012, 23:42

That fix was already integrated a few versions ago and does not related directly to your issue. What exactly do you mean by "The following url is shared by imagevue app"? Shared in what way?
 
sirajcauve
Posts: 3
Joined: 30 Aug 2012, 22:06

Re: Problem with links on text pages in version 2.8

31 Aug 2012, 00:44

Thanks for your reply..

I got the following message body when I share to my mail from html view and also facebook share link has the same bug,(i.e., the content folder where the files are store could not mentioned)

Test Mail

http://localhost/#/pictures1/cheetah.jpg/

---
This message was sent by sira@boxi.me via http://addthis.com. Please note that AddThis does not verify email addresses.

Make sharing easier with the AddThis Toolbar: http://www.addthis.com/go/toolbar-em

To stop receiving any emails from AddThis please visit: http://www.addthis.com/privacy/email-op ... 4ofy3_Se.g in your web browser.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Problem with links on text pages in version 2.8

31 Aug 2012, 01:35

First of all, your "localhost" is not set up to send e-mails properly, so this tries to go incorrectly through the AddThis service. When you set it up on a real online server, it will work like this once you have enabled e-mail sharing:
https://www.photo.gallery/demo/x2/#/fancy/1i ... K2cd2s.jpg
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Problem with links on text pages in version 2.8

31 Aug 2012, 01:44

Are you using the HTML version here? and if so, are you setting it as default instead of the flash gallery? The html version is being somewhat deprecated now because of this scenario: If the user has flash, they will see the flash version, if not, they will see the mobile version.
 
sirajcauve
Posts: 3
Joined: 30 Aug 2012, 22:06

Re: Problem with links on text pages in version 2.8

31 Aug 2012, 01:59

Thanks again..

I have another question.. I have two folder named "A" and "B", folder A has the photos without frame and folder B has the photos with frame..HereI like to view the folder A using imagevue but the share URL must from folder B..Now I confused with where the share URL assigned in our files...Please help me..
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with links on text pages in version 2.8

31 Aug 2012, 04:33

Siraj, please try to update your local installation with Imagevue 2.8.3.1 we just put in downloads, it should fix the sharing bug.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Problem with links on text pages in version 2.8

01 Sep 2012, 01:11

sirajcauve wrote:I have another question.. I have two folder named "A" and "B", folder A has the photos without frame and folder B has the photos with frame..HereI like to view the folder A using imagevue but the share URL must from folder B..Now I confused with where the share URL assigned in our files...Please help me..
I am not quite sure what you mean. You want to people to share images from folder A, but the people who click it will see B? That will be difficult to set up ...