Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2007 at 19:32 UTC
Updated:
8 Sep 2009 at 06:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amitaibubtw,
http://drupal.org/node/130420#comment-278401
Comment #2
amitaibuI guess this will do the job:
http://drupal.org/project/custom_pagers
Comment #3
(not verified) commentedComment #4
FlymastaFlex commentedi dont think custom pagers will do this.
With Custom Pagers you just can switch through whole nodes no matter what you configure in views.
I am also in need to let the views slideshow control by the user not by timeOut, but i dont get along with the javascript in it.
A method how to change to the next picture in the slideshow just by clicking on the picture would be fine...
I am in urgent need for it.
I had this function in the cck_slideshow, but had problems with IE...
Can anyone help ?
Comment #5
Anonymous (not verified) commented+1 Also looking for this
Comment #6
davea commentedsubscribe
Comment #7
jdotti commentedsubscribe
Comment #8
gausarts commentedSubscribe. Thanks
Comment #9
Fayna commentedIs this not available with the latest version? It's there on the demo page...
http://drupalhub.org/videos
Comment #10
kirilius commentedSubscribe too!
Comment #11
heronog commentedI hacked something together very quickly. It involves changes to the views_slideshow.js file and a custom theme function.
Here is the custom theme function
The changes to the javascript file are in the attached patch.
Hope someone finds this useful.
Comment #12
oleg.bno commentedHey heronog,
This is very useful but can you provide this hack in .js file not in patch, many people are having problem with deploying patches and me too...
Thanks : )
Comment #13
heronog commentedthis is the file i am using. it is OLD now, from the time of my past comment. so use it with care, it may not be up to date (most certainly it isn't)
OLD FILE that USED TO WORK attached
Comment #14
malancheril commentedIs there any way to get around the pager initiating a page refresh? I created a view slideshow and turned on the pager. But when I click the next page, it refreshes the page.
Comment #15
malancheril commentedWhoops, never mind. Just saw the "use AJAX" setting.
Comment #16
stevekerouac commentedSubscribing.
Excellent module in its simple state but the prev/next buttons would solve 99% of my slideshow needs.
I have had no success using heronog's fix with current releases.
Comment #17
dragonwize commentedComment #18
fictionindustries commentedYes this would just be awesome! Subscribing!
Comment #19
gunzip commentedsubscribe.
Comment #20
tierecke commentedsubscribe.
Comment #21
juroon commentedsubscribe.
Comment #22
easp commentedsubscribe.
Comment #23
i25 commentedsubscribe
Comment #24
trevorkjorlien commentedI just found this on another issue. It adds either Previous/Next buttons, or else a row of numbers as links:
http://drupal.org/node/488682
Just download the zip file, replace the old Views Slideshow, and you'll see a new drop-down in the "style options" called 'Create a Pager'.
It works as I imagined. Though if anybody can find a way to put the pager on the TOP of the slideshow instead of the bottom, that would be cool.
Comment #25
fearlsgroove commentedPlease see: #463254: Lots of progress migrating to contrib/plugin architecture, transition to cycle plugin. prev/next pagination included as part of that effort, currently stalled while aaron refactors some.
Comment #26
hypatia7777 commentedsubscribe
Comment #27
i25 commentedThis pager works great, but the "pause on hover" function seems to not be working after installing these files. Also, is there any provisions for a "pause/play" button as well? Thanks.
Comment #28
NicoDruif commentedsubscribing,
I couldnt get the alternative views slideshow zip working, so hoping the pagination functionality will be released soon!
thanx!
Comment #29
pelicani commentedif you theme the slideshow and add custom controls, you can use the functions for next, pause and play.
But there isn't a function for back.
#13 above has a file and if you copy and past the prev function (last one) you will get this result.
Just add is some custom jquery and some custom html for controls and you are in business.
thx heronog for #13
add something like this to a slideshow theme template (views-slideshow.tpl.php)
Comment #30
kirilius commentedIt seems that there has been s considerable demand for this feature and there is still no response from the developer?
Comment #31
aaron commented@kirilius: "the developer" is busy and will get to it when he can -- no one, to my knowledge, is getting paid to work on this module; sorry if we're not responsive enough for you. patches are welcome.
but meanwhile, i see lots of other volunteers are busy on the queue, and i'm highly appreciative of their efforts. does anyone have an updated patch they can submit yet? if not, i'll try to look at the issue next week during my copious amounts of free time.
Comment #32
redndahead commentedNot positive but this patch might have it. #463254: Lots of progress migrating to contrib/plugin architecture, transition to cycle plugin If not I know at least two of us are holding off on new features until that patch is completed.
Comment #33
redndahead commented#558640: More flexible layout This patch brings us closer to the original issue.
#558662: Create ability to add 1 of 4 type pager Will bring us the rest of the way.
I'm going to mark as fixed and we can take care of this issue in the other issues. I think the eventual outcome will be the usage of the tpl.php file in your theme to specify the exact output that you want.