flip slideshow order
-
Version: 0.1.8.7
We need to show pics in order from newest to oldest.
Easy to do by switching ordersort to DESC in bp-album-classes, function bp_albumx_default_query_args
$args=’DESC’;But how do I get the slideshow to also flip its order?
I tried swapping the Order By in
if($adjacent == ‘next’){ in public static function query_pictures
without success.So any hints on how to get the slideshow to also move from
newer(left arrow) and older(right arrow) ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘flip slideshow order’ is closed to new replies.