Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
Latest News Plus Date - reversing output order (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: Latest News Plus Date - reversing output order
#41774
Latest News Plus Date - reversing output order 1 Year, 1 Month ago  
Just wanted to share something that could help someone in the same position I was.

I was using the module to display upcoming events with each event page having being 'created on' the future date of the event. I needed the module to display the events in the reverse order of its natural sequence - ie. I want the most imminent event first and going chronologically upwards.

Solution I found was to add the following code to line 132 of helper.php, just before the line that reads "return $lists;" ...

$lists = array_reverse($lists);

Hope this helps someone who may be scratching their head.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Paul McDonnell (Visitor)

Logged Logged  
 
Reply Quote  
#41798
Re:Latest News Plus Date - reversing output order 1 Year, 1 Month ago Karma: 147  
Great thanks Paul
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (Moderator)
Terus Berjuang.....
Support Team
Posts: 8310
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
Go to topPost New TopicPost Reply