Search…

X3 Photo Gallery Support Forums

Search…
 
chrismartindesign
Topic Author
Posts: 4
Joined: 08 May 2007, 20:08

I feel Retarded - Vuex searching for "Imput"

08 May 2007, 20:20

I purchased this program about six hours ago and I've been beating my head on the keyboard ever since. What could I possibly be doing wrong?

I've followed the instructions via the documentation and searched extensively through this forum but can't seem to find the answer. The problem is that Vuex does not load the gallery, but is continuously saying "Imput"

Image Vue Gallery - (problem page)
http://www.chrismartindesign.com/portfolio.html

Image Vue Admin
http://www.chrismartindesign.com/upload/admin/

Admin user/password name with unrestricted: tester

If you would like to see the default gallery:
http://www.chrismartindesign.com/upload/index.php

Please help, I'm only posting this as a last resort. I've looked at other member's galleries source code and can't seem to find the answer their, either. I'm a novice webpage designer with very limited knowledge in code. :oops:

Best Regards,
Chris
 
chrismartindesign
Topic Author
Posts: 4
Joined: 08 May 2007, 20:08

What? No Support?

08 May 2007, 22:42

It seems like it could be a wonderful addition to my new website...If only I could use the product I purchased. :(
Last edited by chrismartindesign on 09 May 2007, 11:26, edited 1 time in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

09 May 2007, 03:22

Sorry for the late reply, but we are incapable of guaranteeing response to support questions within the same day as they are requested.

Your default gallery and admin module seem to be working perfectly although I cant login to your admin ofcourse without a password. Your server also seems to be 100% compatible.

The reason why imagevue.swf isn't working in your custom integration, is because you have embeded the imagevue.swf outside of its gallery folder. It needs to know where to look for the imagevue folder to access scripts and files. Generally that is done with the globalpath parameter, in your case something like this:
Code
globalpath = upload/
You need to add this parameter in the portfolio.html document you have. In the imagevue.swf <object>, please add the following:
Code
param name="flashvars" value="globalpath=upload/"
and in the <embed> tag, please add the following attribute:
Code
flashvars="globalpath=upload/"
A similar request is explained in this forum topic: viewtopic.php?t=1085
 
chrismartindesign
Topic Author
Posts: 4
Joined: 08 May 2007, 20:08

09 May 2007, 11:24

After a bit of trial & error, it works! I followed your directions, with no avail. The only thing I altered was:

Code:
param name="flashvars" value="globalpath=upload/"

to this:
<your_code_in_these_brackets>

For some reason, by simply adding the arrows, it did the trick.

Thank you very much for your help, Mjau-Mjau. I certainly couldn't have done this without your support.

Also, on the documentation for implementing flash on HTML does not mention your directions on page:
https://www.photo.gallery/support/docs/189

"The default indexpage, index.php, can accept multiple variables in the URL. If you want these implemented with your HTML page, you will need to use the index.php as a reference for implementing the code. This is only needed if you intend to actually use URLvars."


Possibly an update to the help files are needed?


Once again, thank you for your invaluable help.

All the Best,
Chris
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

18 May 2007, 10:55

chrismartindesign wrote:Possibly an update to the help files are needed?
Definately