I'm using CGCalendar version 1.13.3, which depends on CGExtensions. My CGExtensions is version 1.38.1.
I'm calling the module with
Code: Select all
{cms_module module="CGCalendar" display="yearlist"}eg 25 December 2014, 30 June 2014, 25 March 2014, 01 Feb 2014.
I was wondering if someone could advise how I can reverse this order, eg event closest to current date first and furthest from current date last.
I have also tried reverse true & false...
Code: Select all
{cms_module module="CGCalendar" display="yearlist" reverse="true"}
{cms_module module="CGCalendar" display="yearlist" reverse="false"}I have searched both google and this forum. The only thing I can find is http://dev.cmsmadesimple.org/bug/view/9011 however this hasn't helped me.
Also, I have freshly installed CGCalendar so no modifications have been made.
Thanks


