Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion FlickrRSS not working
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chaosmaker  
View profile  
 More options Mar 4, 10:25 pm
From: chaosmaker <caqu...@ebrain.com.br>
Date: Wed, 4 Mar 2009 19:25:48 -0800 (PST)
Local: Wed, Mar 4 2009 10:25 pm
Subject: Re: FlickrRSS not working
I have changed the code in flickrrss.php begining in the line 266 to
this:

    # builds html from array
      foreach ( $items as $item ) {
        if(!preg_match('/src=["]?(http:\/\/.*\/.*)_m\.jpg["]?/', $item
['description'], $imgUrlMatches)) {
          continue;
        }
        //$baseurl = str_replace("_m.jpg", "", $imgUrlMatches[1]);
        $baseurl = $imgUrlMatches[1];
        $thumbnails = array(
          'small' => $baseurl . "_m.jpg",
          'square' => $baseurl . "_s.jpg",
          'thumbnail' => $baseurl . "_t.jpg",
          'medium' => $baseurl . ".jpg",
          'large' => $baseurl . "_b.jpg"
        );

And this solved the problem at least for me.

On Mar 5, 12:03 am, John <j...@squidball.com> wrote:

> I'm using a custom template page. Don't think that's the problem.

> On Mar 5, 3:07 am, eightface <kel...@gmail.com> wrote:

> > If you're using WordPress "Pages", they don't let you execute PHP. So,
> > you either need to create a template file for your page, and put it in
> > there, or use a plugin that lets you execute php in "Pages", like PHP-
> > Exec.

> > On Mar 4, 3:38 am, John <j...@squidball.com> wrote:

> > > Hi, I've setup FlickRSS in a custom page and on the sidebar but
> > > somehow its not working. I've waited almost 8 hours but still no go.

> > > My site ishttp://csabasketball.com
> > > Sidebar shows the Widget's title "Random Photos" but no photo comes
> > > out

> > > And then the custom page isn't showing anything, too.http://csabasketball.com/season-3/gallery/

> > > I'm trying to show photos from a group pool that's visible to everyone
> > > (but invitation only).
> > > <?php get_flickrRSS(array('type' => 'group','id'=>'996988@N25')); ?>

> > > I'm using Elegent Grunge as my theme.

> > > Any help would be appreciated.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google