I'm not sure if this is something flippy could do or if it's a setting in drupal 7 itself, but how can I change the order in which I page through items? Basically I'm paging through nodes in an ascending sort order and I want to change it too descending.

Thanks!

Comments

wilgrace’s picture

subscribe...

ichamber’s picture

You 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.

jmix’s picture

Hi, 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 !

rli’s picture

Status: Active » Needs review

Hi 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.

joseph11’s picture

You 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.

rli’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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