9526 Posts in 1941 Topics by 1529 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 430 Views |
-
Flickr-Modul: no Pop-up

10 March 2011 at 5:51am
Hi,
I'm testing the Flickr module.
Clicking on a thumbnail no pop-up window opens, but the original image is loaded in the same browser window.Does anyone have any idea how I can solve the problem?
This post (click) is not able to help me. Silverstripe 2.4.2 has no jsparty folder.
Thanks,
Nauri -
Re: Flickr-Modul: no Pop-up

20 May 2011 at 1:05pm
Hi Nauri
Yes you can fix this. You will probably find you need jquery loaded which has been relocated. Try using firebug and you may get the error "$ is not defined" pointing to "$(document).ready( function() { " in whatever popup box javascript the Flickr module uses.
You'll need to find the php line that requests jquery and change it from jsparty to:
Requirements::javascript('sapphire/thirdparty/jquery/jquery.js');
Hope that is enough to fix your problem. I don't actually use the Flickr module.
-
Re: Flickr-Modul: no Pop-up

9 March 2012 at 11:52pm
I'm having the same problem. I've installed flickrservice v0.3 into a Silverstripe 2.4.7 installation, and I've linked to flickr OK. You can see the results at http://bmtf.org.uk/flickrgallery/.
BUT, click on an individual image and instead of popping up a bigger view of the image, one simply goes to a page containing only that larger image. One has to use the browser back button to get back to the flickr gallery.
I see from my searches that this has been a problem before, but the old solutions don't seem applicable to my versions of the software. I've searched the flickr module for the strings 'jsquery' and 'jsparty' (without the quotes!), but neither occurs in the module's code.
I'd really like to get the popups working in the flickr gallery as it's a great feature for holding people's attention, and showing them around the neighbourhood ...
Any pointers gratefully received!
| 430 Views | ||
|
Page:
1
|
Go to Top |

