Which pics btw?
Did you write a style called sub-ice ?
Xabi, in menu.php
Code: Select all
--[ FIND ]--
case 'members':
Code: Select all
--[ FIND ]--
GROUP BY album_id';

Replace that line of code with these two lines and your albums will be arranged alphabetically
Code: Select all
--[ REPLACE, WITH ]--
GROUP BY album_id
ORDER BY album_name ASC';
--[ SAVE / CLOSE ]--