Page 1 of 1
Flickr Module Help (pretty urls related)
Posted: Mon Aug 13, 2007 11:09 pm
by Matt Jason H
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
Re: Flickr Module Help (pretty urls related)
Posted: Tue Aug 14, 2007 6:17 am
by cyberman
If I'm right flickr module is too old. It's not ready for pretty url.
Re: Flickr Module Help (pretty urls related)
Posted: Tue Aug 14, 2007 11:53 am
by Matt Jason H
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)
Posted: Tue Feb 19, 2008 9:05 pm
by yorgi63
did this ever get fixed?
George
Re: Flickr Module Help (pretty urls related)
Posted: Tue Feb 19, 2008 9:08 pm
by cyberman
Think module is out of support - maybe you have to set compatibility mode in config.php ...
Re: Flickr Module Help (pretty urls related)
Posted: Tue Feb 19, 2008 9:58 pm
by yorgi63
cyberman wrote:
Think module is out of support - maybe you have to set compatibility mode in config.php ...
Darn... thanks for the info. Any idea what I should be looking for in the Config?
Yorgi
Re: Flickr Module Help (pretty urls related)
Posted: Tue Feb 19, 2008 10:01 pm
by cyberman
Code: Select all
$config['backwards_compatible'] = false;
Set it to true - not tested if it will work ...
Re: Flickr Module Help (pretty urls related)
Posted: Tue Feb 19, 2008 10:07 pm
by yorgi63
cyberman wrote:
Code: Select all
$config['backwards_compatible'] = false;
Set it to true - not tested if it will work ...
Thanks for the try but but it did not work.
George