Quote:
Originally Posted by Leo Brazil
I was able to run it but only with thumbnails, when I click any one of them the swf freezes, I think because it can't find the album picture patch.
The thumbnails are correct displayed and I just changed the path for something like /myforum/thumbnails/0/
But as my albuns are out of the webroot I'm using something like /home/.dearths/mysite/www/images/0/ and that was exactly the patch I used on Vb when I changed the albums from database to file system.
Any ideas ?
By the way, I'm getting and error on IE that says: ?swfmacmousewheel? is null or not an object. I tried you demo at your site and gives me same error as well.
I'll do that for sure. :up:
Tks
PS: Your support here is one of the best in Vb.org - Keep up the great job !!!
|
Hi,
It maybe because we are using a dynamic XML file which cannot read directories outside the webroot. It's like trying to browse a directory outside the web root with a standard browser, it is impossible. Therefore, we need to change this to work from a direct path instead of trying to use relative urls, which is how the igallery currently reads the image data.
We have made changes already to the bridge, which includes tweak settings - we will include in this a path setup instead of url pull.
The javascript error is a known issue which we are trying to fix, basically it is caused by the calls we have used within the main page so that Apple users can use all iGallery features as well as PC owners - making modifications to work cross-browser and cross-platform using flash and javascript can be a nightmare, but we will get there. A little later I'm trying a vBa CMPS block module to display the gallery, again this will be using a different call routine, but it may fix the issue we currently have.
We try and please users regarding support, our user guides are documented for use by even the new people to vBulletin.
Thanks for the comments!