• I’ve been finangling with the thing for a few hours now, to no avail. First, I began by following the instructions found here to a T – as best as I could with the added wrenches that 1.5 throws in.

    I kept getting php errors, saying that it couldn’t find the php includes, the header, the searchform.php, and the footer. I must have tried every single combination of moves, I had photos.php in my root folder, my /blog, it’s own folder, the template folder, etcetera.

    After hitting this wall, I tried to use 1.5’s static pages, and insert the one line of code that seems needed –

    <?php flickr_show_photos($_GET['album'], $_GET['photo'], $_GET['page']); ?>

    Into a static page. For this, I downloaded RunPHP, installed it, etcetera.

    Finally, I’ve gotten it so that it shows a blank page. Personally, I find this to be a step up from errors, but who knows why it’s happening. Currently in my static page, I have the following:

    <script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/annimg.js"></script>

    <?php flickr_show_photos($_GET['album'], $_GET['photo'], $_GET['page']); ?>

    The javascript and that bit of code has been worrying me, it wasn’t even mentioned in the readme that came with Flickr Gallery 0.7.

    Any thoughts people? I really want to go the Flickr route. Thanks in advance!

Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Flickr Gallery 0.7 and 1.5??’ is closed to new replies.