Page 1 of 1

Problem with links on text pages in version 2.8

Posted: 27 Jun 2012, 21:52
by steveman0018
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.

Re: Problem with links on text pages in version 2.8

Posted: 28 Jun 2012, 04:29
by Nick
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.

Re: Problem with links on text pages in version 2.8

Posted: 28 Jun 2012, 19:11
by steveman0018
working good now thanks again!

Re: Problem with links on text pages in version 2.8

Posted: 30 Aug 2012, 22:51
by sirajcauve
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

Re: Problem with links on text pages in version 2.8

Posted: 30 Aug 2012, 23:42
by mjau-mjau
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?

Re: Problem with links on text pages in version 2.8

Posted: 31 Aug 2012, 00:44
by sirajcauve
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.

Re: Problem with links on text pages in version 2.8

Posted: 31 Aug 2012, 01:35
by mjau-mjau
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

Re: Problem with links on text pages in version 2.8

Posted: 31 Aug 2012, 01:44
by mjau-mjau
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.

Re: Problem with links on text pages in version 2.8

Posted: 31 Aug 2012, 01:59
by sirajcauve
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..

Re: Problem with links on text pages in version 2.8

Posted: 31 Aug 2012, 04:33
by Nick
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.

Re: Problem with links on text pages in version 2.8

Posted: 01 Sep 2012, 01:11
by mjau-mjau
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 ...