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
Pop up gallery working, but not displaying bigpic
-
evilwavey
Pop up gallery working, but not displaying bigpic
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
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
{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
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
Russ
-
patW
Re: Pop up gallery working, but not displaying bigpic
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.
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.

