I've been trying to get the Flickr module to work.
It displays the list of sets perfectly, but when i click on one i get a 404.
I've followed the instructions on the page about the module perfectly, and my pretty URL configuration is pretty standard. (ends in /)
http://bogong.dk/flickrmodule
The gallery is located at /get-involved/gallery/ and its alias is gallery.
Any ideas, anyone?
Thanks in advance.
Cheers,
Matt
Flickr Module Help (pretty urls related)
-
- Forum Members
- Posts: 42
- Joined: Wed Nov 10, 2004 10:17 pm
Re: Flickr Module Help (pretty urls related)
If I'm right flickr module is too old. It's not ready for pretty url.
-
- Forum Members
- Posts: 42
- Joined: Wed Nov 10, 2004 10:17 pm
Re: Flickr Module Help (pretty urls related)
I don't think so. I mean, it is pretty old, but the author gives instructions on his/her website about what to do if you have pretty URLs enabled - so I think the module does support them.
Re: Flickr Module Help (pretty urls related)
did this ever get fixed?
George
George
Re: Flickr Module Help (pretty urls related)
Think module is out of support - maybe you have to set compatibility mode in config.php ...
Re: Flickr Module Help (pretty urls related)
Darn... thanks for the info. Any idea what I should be looking for in the Config?cyberman wrote: Think module is out of support - maybe you have to set compatibility mode in config.php ...
Yorgi
Re: Flickr Module Help (pretty urls related)
Code: Select all
$config['backwards_compatible'] = false;
Re: Flickr Module Help (pretty urls related)
Thanks for the try but but it did not work.cyberman wrote:Set it to true - not tested if it will work ...Code: Select all
$config['backwards_compatible'] = false;
George