Closed (fixed)
Project:
Nodecarousel
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 18:45 UTC
Updated:
11 May 2008 at 13:02 UTC
1. Just wonder if this would be possible to have a pagination numbers? Or at least any future direction towards this? That would be lovely. To explain better what I have in mind you can see the top left block on this site http://kompas.com.
2. In the meantime, I would like to know how to display navigation info like "Displaying 2-6 of 11 galleries". I have tried to look around, but I seem to miss it.
Any help would be appreciated. Thanks
Comments
Comment #1
jcfiala commented1) Yes, I call those indexes. If you edit your nodecarousel, go to the 'Index Display:' field, and set it to 'Numeric Index', you'll get that.
2) Well, here's how I did it once, for a nodecarousel with the name 'footer_tout_carousel':
Having added that to your Javascript on the page, You then want to edit your nodecarousel, scroll down to the 'Javascript Scroll Event Handler:' field, and enter footer_tout_scroll into it. You'll probably want to rename the function on your end to something that makes sense to you - just put the name (sans arguments) into that field. Give that a try. It may not work immediately - for one thing, you'll need to find all of the 'footer_tout_carousel' references and change them to whatever you named your nodecarousel.
Comment #2
gausarts commentedOk, thanks. Just missed the css things. Now it works perfectly after some design.