You could set all albums to use the default order by argument with this (postgresql): UPDATE g2_albumitem SET g_orderby = '', g_orderdirection = '';
Then go to Site Admin -> Theme and set your desiered order by.
Final you need to flush the db cache (Site Admin -> Maintenance)
Posts: 389
You could set all albums to use the default order by argument with this (postgresql):
UPDATE g2_albumitem SET g_orderby = '', g_orderdirection = '';
Then go to Site Admin -> Theme and set your desiered order by.
Final you need to flush the db cache (Site Admin -> Maintenance)
Posts: 5
Thanks. That worked perfectly...