I'm not sure what's happening but when I used ver. alpha 1, my recent photoset block displays all my recent photo sets as intended.

When I upgraded to beta 1 or beta 2, the same blocks gets displayed erratically...

1) Navigation is shown
2) all the photos from the photset is displayed.

Please see my attached image for a visual of the "before" and "after".

I'd like to have the beta versions show my photoset block like "before". How can I accomplish this?

CommentFileSizeAuthor
Photo Set Issue.jpg106.86 KBspiffyd

Comments

Anonymous’s picture

Assigned: Unassigned »
Anonymous’s picture

This will need to be looked at again.

Perhaps use the above approach for showing photosets on a page but showing only a single photoset
image as before when being displayed in a block

To show your photoset block as before please use the following ...

function theme_flickr_photoset($ps, $owner, $size, $attribs = NULL) {
  $img = flickr_img($ps, $size, $attribs); 	   $output = theme('pager', NULL, variable_get('flickr_photos_per_page', 20));
  $photo_url = flickr_photoset_page_url($owner, $ps['id']); 	   $output .= "<div class='flickr-photoset'>\n";
  $title = is_array($ps['title']) ? $ps['title']['_content'] : $ps['title']; 	   $photos = flickr_set_load($ps['id']);
  return l($img, $photo_url, array('attributes' => array('title' => $title), 'absolute' => TRUE, 'html' => TRUE));
}
Anonymous’s picture

Status: Active » Fixed

I have reverted back so that we can focus on getting an official release on drupal.org. Please checkout BETA3.

Thanks for your help.
Paul

sirclickalot’s picture

I agree. In fact, I put what is CLEARLY a photo SET into the URL and the Flickr module absolutely refuses to display anything other than the first photo!

AM I perhaps missing something. If I put a SET in then surely the module should take notice of the Block Configurstion settings aand hand me back the exact number of photos that I've asked for. Moreover, and what I really want this module fo si to be a able to make a Grid (using Views) of any and all of the photos in the set. It seems like such a useful module in theory but it just doesn't seem to deliver the goods even when I aks it a very simple request.

Can ANYONE help??????? Paul - speak to me!

To reinterate...

All I want to eb able to do is to use Flickerfield filed in a CCK type then aggrated all of my CCK instances using Views - it CAN'T be that hard!!!??? Unless I an idiot.
Which is probasbly the case.

Nick

spiffyd’s picture

Looks like beta 3 fixed the issue I posted about. Photoset pictures no longer all get displayed at once.

However, I've noticed that Lightbox2 lightboxes are no longer compatible with Flickr beta 3 photosets. Is this normal?

Anonymous’s picture

Taking a look at this bug report tomorrow

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

user654’s picture

Version: 6.x-1.0-beta2 » 7.x-1.1
Category: bug » task
Status: Closed (fixed) » Active

.

lolandese’s picture

You already posted an issue for this at #2096881: Use a pager on a embedded photoset in the body.

Please, do not hijack other unrelated posts.

Thanks.

lolandese’s picture

You already posted an issue for this at #2096881: Use a pager on a embedded photoset in the body.

Please, do not hijack other unrelated posts.

Thanks.

lolandese’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Was closed. See #7.