Pop up gallery working, but not displaying bigpic

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
evilwavey

Pop up gallery working, but not displaying bigpic

Post 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
Last edited by evilwavey on Wed Jul 05, 2006 4:36 pm, edited 1 time in total.
evilwavey

Re: resubmit gallery question with proper structure and information

Post 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
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: Pop up gallery working, but not displaying bigpic

Post 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
evilwavey

Re: Pop up gallery working, but not displaying bigpic

Post by evilwavey »

Ok will do thanks :)
patW

Re: Pop up gallery working, but not displaying bigpic

Post 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.
Last edited by patW on Tue Sep 05, 2006 1:10 pm, edited 1 time in total.
Locked

Return to “CMSMS Core”