Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« 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
 
2tonewarr...@gmail.com  
View profile  
 More options Mar 9 2009, 7:22 am
From: 2tonewarr...@gmail.com
Date: Mon, 9 Mar 2009 04:22:26 -0700 (PDT)
Local: Mon, Mar 9 2009 7:22 am
Subject: Re: FlickrRSS not working
You rock chaosmaker. It works for me ^^

On 5 mar, 04:25, chaosmaker <caqu...@ebrain.com.br> wrote:

> 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.


 
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.