Search found 6 matches

by djtempest
Fri Jul 14, 2006 12:09 pm
Forum: Plugins
Topic: Yes its a Flickr Plugin question..
Replies: 4
Views: 2880

*slaps head* I was downloading the PHPFlickr class from its own website rather then that url :oops:

thanks for your help!
by djtempest
Fri Jul 14, 2006 12:05 pm
Forum: Plugins
Topic: Yes its a Flickr Plugin question..
Replies: 4
Views: 2880

yea sorry I wasnt clear - I downloaded the phpFlickr class but it contains no API.php file :o

The only url in the readme showed ways to install the PEAR class but no mention of this API.php file..
by djtempest
Thu Jul 13, 2006 9:25 pm
Forum: Plugins
Topic: Yes its a Flickr Plugin question..
Replies: 4
Views: 2880

Yes its a Flickr Plugin question..

Ok I have the classic

Fatal error: generate_content(): Failed opening required 'Flickr/API.php'

error which I know means I am missing files. I've read through the readme and from what I can gather its asking you to copy some PEAR files from the phpFlickr class. Well the problem with that is there ...
by djtempest
Thu Jul 13, 2006 1:46 pm
Forum: Themes
Topic: Is there a way to test if you are on the front page?
Replies: 5
Views: 3969

very useful didnt spot that when looking in the documentation cheers :D
by djtempest
Wed Jul 12, 2006 9:34 pm
Forum: Themes
Topic: Is there a way to test if you are on the front page?
Replies: 5
Views: 3969

works a treat thanks :D Is there a list/file anywhere that I can view what variables are actually available to use like this?
by djtempest
Wed Jul 12, 2006 8:48 pm
Forum: Themes
Topic: Is there a way to test if you are on the front page?
Replies: 5
Views: 3969

Is there a way to test if you are on the front page?

I have a little intro thing I would like to display at the top but only on the front page of the site.

Is there a smarty parameter to test for this? I took a guess at {$is_front_page} and {$is_frontpage} but neither of those appear to work..

thanks :D