Hi,
I'm a fresh user of TWG version 2.3.2 and so far it's working nice.
I have arranged my pictures/videos per year and copied it like that into the twg document root.
So my TWG entry page looks like the attached image (not complete screen).
I have 2 questions:
- I don't like the border around the "folder image+ gallery description". I'd like to have the folder image and immediately below it the description to fit more on this entry page.
- I would like to sort from new to old. Not like now from 1989->2015, but 2015 ->1989
How can I do that? I already looked through the css options and the skins (as examples), I searched the forum and the FAQ but I can't find it.
Thanks
Edit: Question 2 is solved now. I had the following config_sort.php
Code:
<?
$sort_images_ascending = false;
$sort_albums_ascending = false;
?>
It turns out I need to do (attached image updated):
Code:
<?php
$sort_images_ascending = false;
$sort_albums_ascending = false;
?>