Page 1 of 1

Pop up gallery working, but not displaying bigpic

Posted: Wed Jul 05, 2006 3:07 pm
by evilwavey
Hi,


cmsmadesimple version:  0.13

I can't provide the mysql info as i am unable to access due to firewall at work

I installed a gallery page using the {imagegallery} tag and placed the images in a specified folder.


This is the coding:

{ImageGallery picFolder="uploads/images/gallery/"}

Do i need to add something in this tag to get it work?

Regards.

Dave

Re: resubmit gallery question with proper structure and information

Posted: Wed Jul 05, 2006 3:53 pm
by evilwavey
I have added some more tags in

{ImageGallery picFolder="uploads/images/gallery/" type="popup" bigPicAltTag = "name"

The pop up works fine, but displays nothing but blackness!

Here is the url for the gallery page

http://www.wendysprules.co.uk/cms/index.php/gallery

I have had a good root around the 'imagegallery' tag help and nothing has jumped out, can anyone please put me out of my misery?

(thats not an invite for ethunasia)

Dave

Re: Pop up gallery working, but not displaying bigpic

Posted: Wed Jul 05, 2006 6:34 pm
by Russ
All a bit odd as I can see the big image if I go to the correct url. I'm afraid I can't see what is going wrong either and I'm no JavaScript expert. However, you could have a look at the album module which is abit more fuller featured.

Russ

Re: Pop up gallery working, but not displaying bigpic

Posted: Thu Jul 06, 2006 9:05 am
by evilwavey
Ok will do thanks :)

Re: Pop up gallery working, but not displaying bigpic

Posted: Mon Sep 04, 2006 8:36 pm
by patW
I had the same problem.

in the  javascript code, replace:

newWindow.document.write('');

with

newWindow.document.write('');

Placing the forward slash before '+bigPic+' solved the issue for me.

Note: This assumes that CMSMS in installed in the web root.