Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 12:19

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 5. Jun 2015, 10:48 
Offline

Joined: 5. Jun 2015, 09:33
Posts: 3
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;
?>


Attachments:
File comment: Example image
folders-view.jpg
folders-view.jpg [ 35.38 KiB | Viewed 2477 times ]
Top
 Profile  
 
PostPosted: 7. Jun 2015, 01:34 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
You might look for:

$hide_overview_image_border = false;
->
$hide_overview_image_border = true;

Best, Michael


Top
 Profile  
 
PostPosted: 7. Jun 2015, 10:00 
Offline

Joined: 5. Jun 2015, 09:33
Posts: 3
Thanks a lot. That did it. I placed a one-liner config.php in the top level with
<?php
$hide_overview_image_border = true;
?>

And now the top-level is borderless whereas all lower levels still have the border around the thumbnails.
Great flexibility!


Top
 Profile  
 
PostPosted: 7. Jun 2015, 10:09 
Offline

Joined: 5. Jun 2015, 09:33
Posts: 3
And I have 3 rows in my galleries.

However, I added the following 2 lines to that one-liner (now 3-liner) config.php in the toplevel.
$menu_x= 6; // (Number) Number of albums which are shown in a row on the overview page.
$menu_y= 6; // (Number) Number of rows on the overview page.

So my toplevel now has six lines with smaller folder images (softlink to "mini" folder image) and the lower gallery levels still have the 3 rows.

Again: Great flexibility!


Top
 Profile  
 
PostPosted: 8. Jun 2015, 09:59 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
;).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy