17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1389 Views |
-
First SilverStripe Site!!! - Need gallery help

1 October 2008 at 9:39pm
Hi there guys,
I have just installed SilverStripe as a test on www.silver.dolbygroup.co.nz, and im having a bit of trouble with the gallery. It doesnt have the lightbox thing?
How can I get that going?
Cheers!!
-
Re: First SilverStripe Site!!! - Need gallery help

2 October 2008 at 1:05pm
Ok that site is down for me so I can't verify it but its probably a javascript conflict (the gallery uses a slightly different version then the rest of the bundled system - and they dont play nice)
You might have to do this in gallery/code/GalleryPage.php -> function init() {
Requirements::block("jsparty/scriptaculous.js");
Requirements::block("jsparty/prototype.js");
Requirements::block("jsparty/prototype_improvements.js");
Requirements::block("jsparty/loader.js");
Requirements::block("jsparty/behaviour.js");to get the lightbox working. This might however break other things (eg if you have a form or want ajax page comments)
| 1389 Views | ||
|
Page:
1
|
Go to Top |


