Closed (fixed)
Project:
Flippy - Previous / Next pager for Nodes
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2011 at 16:07 UTC
Updated:
25 Apr 2013 at 06:00 UTC
Comments
Comment #1
wilgrace commentedsubscribe...
Comment #2
ichamber commentedYou can modify the template in the module to switch next and previous, or you can modify the output of the template in your theme file. The latter is what I did so as to not have the changes overridden when I update the module.
Comment #3
jmix commentedHi, i'm trying to do this too, but not sure to understand (newbie here ;-)).
I've duplicated the flippy.tpl.php in my theme folder, but dont understand how to "switch" next and previous...
Thanks for helping !
Comment #4
rliHi jmix,
I think it is all about where do we put the link in tpl file.
Since we have the 'previous link' and 'next link', if you want a reversed order, you can display the 'next link' to be 'previous' and the 'previous link' to be 'next'.
Not sure if I am understanding correctly.
Comment #5
joseph11 commentedYou can try Flippy Improved (http://drupal.org/sandbox/joseph11/1938026) which was made for this purpose.
It allows to choose the direction and the field by which to order nodes.
Comment #6
rli