I'm using Drupal 7.2, Views 3.0 and created a view of whole nodes (as opposed to fields) with the "Cycle" slideshow format.

I'm trying to get a bunch of thumbnails to appear that contain only the title of each node. Basically so that it looks like a tabbed box with a slide transition.

However, if I go to the Widgets section, I can't add a pager to it because of this message "There are no pagers available".

Is it possible to add a pager somehow? Is it not possible when using a "Cycle" type slideshow? If so, are there any other types of slideshow available in Drupal 7?

If none of the above are possible, how would you approach a sliding tabbed box problem like this?

Thanks in advance!

Comments

ali_b’s picture

this issue came with latest upgrade of the dev version, it worked before

cmckay’s picture

Is there any way to get the previous dev version that worked?

MustangGB’s picture

I am getting this on alpha1

EDIT: Nevermind RTFM, need to change row style to fields (default is content) before built-in pagers will appear

redndahead’s picture

Status: Active » Closed (works as designed)

The problem is right now the only way to add pagers is through adding fields. When you do the whole node there are no fields. The best way to get this to work is to not do whole nodes if that is an option.

burgs’s picture

Status: Closed (works as designed) » Active

Is there some reason why we can't add this as a feature for non-field view slideshows? I think it's a pretty important feature, as well as continuing on functionality that has been available since version 6.x
If there is any way I can help to get this functionality committed, let me know :)

burgs’s picture

Priority: Major » Normal

downgrading priority.

longwave’s picture

Status: Active » Closed (duplicate)