Flickrrss Plugin Settings Help

Discussion in 'Blogging' started by Jalpari, Mar 13, 2009.

  1. #1
    I am using flickrrss plugin latest version, but i do not know why flickr is not showing photos.

    I select these options:

    Display : 4 group photos

    Group ID : fashionphotography_ed

    after and Before list: (i left this option blank)

    Item html : %flickr_page% %title% %image_square% %image_small%
    %image_thumbnail% %image_medium% %image_large%

    I try with cache and without cache but there is no photos. theshoesguide(dot)com

    I also try photobastard group with favourites
     
    Jalpari, Mar 13, 2009 IP
  2. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #2
    is it showing anything? Errors, text, or is it just blank?

    Could you post the feed url you are trying to use as well.
     
    craiger22, Mar 13, 2009 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    Jalpari, Mar 13, 2009 IP
  4. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #4
    ok, replace lines 142 to 154 in flickerrss.php to this:
        # builds html from array
          foreach ( $items as $item ) {
            if(!preg_match('/src=["]?(http:\/\/.*\/.*)_m\.jpg["]?/', $item['description'], $imgUrlMatches)) {
              continue;
            }
            $baseurl = $imgUrlMatches[1];
            $thumbnails = array(
              'small' => $baseurl . "_m.jpg",
              'square' => $baseurl . "_s.jpg",
              'thumbnail' => $baseurl . "_t.jpg",
              'medium' => $baseurl . ".jpg",
              'large' => $baseurl . "_b.jpg"
            ); 
    PHP:
    I think the problem is that flickr has changed things since the plugin is written. I am not the best at php so if this doesnt work then you may have to wait for an update from the creator.
     
    craiger22, Mar 13, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    This is not plugin problem, i try flickr rss at my recent blog thebeautyonline(dot)com in sidebar widgets is working properly, so it seems theme problem but my theme file is same as demo file is.
     
    Jalpari, Mar 13, 2009 IP
  6. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #6
    1. Ensure that your settings are the same.
    2. If I am not mistaken you are posting from a group with the one you are having problems with, and not with the recent blog.

    If my theory is correct then the group option is what is broken and the post I have made earlier should clear up the problem.
     
    craiger22, Mar 13, 2009 IP
  7. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #7
    I tried but it did not work however i upload same file not just one time, many times and it says , while everything is ok except this flickr tool. bUT at my beauty site theme is not broken :confused:
    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    NameDescriptionStylesheet is missing.
     
    Jalpari, Mar 13, 2009 IP