Search…

X3 Photo Gallery Support Forums

Search…
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

09 Jun 2009, 07:52

I played around with the non dev (live area of my website) imagevue installation and tried what you said. I uploaded the demo pictures1 directory but when I do as you say I still can't get it to work using:

http://www.limeleafweddings.com/gallery ... thouse.jpg
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

09 Jun 2009, 08:15

You need to add a slash/ at the end, because this is how SWFAddress works:

http://www.limeleafweddings.com/gallery ... house.jpg/
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

09 Jun 2009, 08:27

That seemed to do the trick, always something small. :oops: I think it's almost there but one thing.... How would I set one gallery to random but all the others to sort by NA?

If it can't be done I can easily just have two imagevue folders, one for the demo gallery (which shows the random photos) and then another installation for the various couples photos.

If it could all be under one installation then that would keep the amount of files/size down but really not too big a deal as both ways will work well.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

09 Jun 2009, 09:32

You mean sort the images by NA in one gallery folder? Try to go to admin, navigate to that folder, and in the right side panel change SORTING from default to NA. Should work for a specific folder ...
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

09 Jun 2009, 09:54

mjau-mjau wrote:You mean sort the images by NA in one gallery folder? Try to go to admin, navigate to that folder, and in the right side panel change SORTING from default to NA. Should work for a specific folder ...
Of course *slaps head*, I'm not thinking straight. Thanks for all the help, seems it was down to user stupidness more than anything.

Cheers.
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

09 Jun 2009, 11:54

I'm back... :)

I know this following question is because of the fact it wasn't built to be used in the way I want but I was wondering if this was possible anyway.

The only issue is when the gallery is viewed in html mode you can easily click to go up a folder thus revealing everyone elses weddings and then just click to go in one. Is there a way to lock the user to the folder they're in?

I would like to have the html view as a lot of people will no doubt be viewing from work places and some places are pretty strict on Flash etc.

Can and how would I do this?

Thank you.
Last edited by henleyb on 09 Jun 2009, 12:23, edited 1 time in total.
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

09 Jun 2009, 12:18

I figured it out, modifying layout.phtml and stripping the various parts I didn't want.

Located in imagevue/templates/layout.phtml
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

10 Jun 2009, 18:51

I'm now having issues with the audio and have absolutely no idea why. I'm getting the following error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Wed, 10 Jun 2009 22:49:37 UTC

Message: '_d.body' is null or not an object
Line: 8
Char: 6962
Code: 0
URI: http://www.limeleafweddings.com/gallery ... address.js

this can be replicated randomly in IE mostly, although Firefox and Safari also have the issue.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

11 Jun 2009, 05:57

works here ... Where, when and how are you getting that error? I mean from what link are you visiting?
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

11 Jun 2009, 11:12

Just tried it again and still the same error. I'm going to the homepage, www.limeleafweddings.com and then using the login area, typing in one of the following:

demo
belle
fossil

If the first one works with no errors, try going back to the homepage and then using another one.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

11 Jun 2009, 11:34

Well, I don ´t know what that login is for... It ´s certainly no part of Imagevue. I did try logging in with those 3 logins, and all 3 took me to the gallery with no errors.
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

11 Jun 2009, 11:48

ok, thanks for taking a look Mjau, it's probably something to do with the url I'm constructing in the php.

Can you just confirm that Imagevue won't have a problem with me doing this:

http://www.limeleafweddings.com/gallery ... -0001.jpg/

Where I've put galloc= and then a path to the url that the login php constructs. This means that if the user doesn't have flash the php puts the galloc= bit in to html so when the user clicks to view the html gallery it goes to the correct gallery.

I thought that maybe somewhere Imagevue was getting confused with my custom URL.

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

12 Jun 2009, 06:56

i can ´t see anything wrong with that. The SWFAddress javascript would normally only look at the content after the #:
Code
#/content/lyme_weekend/lyme-0001.jpg/
But as you say yourself, it must be something, perhaps platform-related. Something to do with the javascript itself, or some incompatibilities. Sorry, hard for me to say ...
 
henleyb
Topic Author
Posts: 22
Joined: 06 Jun 2009, 05:44

12 Jun 2009, 07:09

No worries, thanks for taking the time to have a look. I'll keep playing about with it. :)