Flickr Module Help (pretty urls related)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Matt Jason H
Forum Members
Forum Members
Posts: 42
Joined: Wed Nov 10, 2004 10:17 pm

Flickr Module Help (pretty urls related)

Post 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
cyberman

Re: Flickr Module Help (pretty urls related)

Post by cyberman »

If I'm right flickr module is too old. It's not ready for pretty url.
Matt Jason H
Forum Members
Forum Members
Posts: 42
Joined: Wed Nov 10, 2004 10:17 pm

Re: Flickr Module Help (pretty urls related)

Post 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.
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Flickr Module Help (pretty urls related)

Post by yorgi63 »

did this ever get fixed?

George
cyberman

Re: Flickr Module Help (pretty urls related)

Post by cyberman »

Think module is out of support - maybe you have to set compatibility mode in config.php ...
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Flickr Module Help (pretty urls related)

Post 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
cyberman

Re: Flickr Module Help (pretty urls related)

Post by cyberman »

Code: Select all

$config['backwards_compatible'] = false;
Set it to true - not tested if it will work ...
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Flickr Module Help (pretty urls related)

Post 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
Post Reply

Return to “CMSMS Core”