Page 1 of 1

thumbnailstext and pagebuttons

Posted: 19 Nov 2008, 23:55
by mjau-mjau
With release 20081120, we integrated two new features for the thumbnails mode/layout. Above the thumbnails, you will now see folder title, description and page count. Below the thumbnails, you will find find a few buttons that indicate what page you are currently on, and you can use them to navigate between the thumbnail pages in a folder. These buttons only apply for folder that require multiple pages of course ...

There are now two new settings in config:
thumbnails.thumbnails.text
With this option, you can choose what items to display above the thumbnails. The options are breadcrumbs,title,pagecount, and description. Keep in mind, breadcrumbs only display if the folder is not on the gallery root.

thumbnails.thumbnails.pagebuttons
This option enables or disables the pagebuttons below thumbnails.

There are also added styles for the thumbnails text in the CSS files:
Code
.thumbnails{}
.thumbnails_breadcrumbs{}
.thumbnails_title{}
.thumbnails_description{}
.thumbnails_page{}

pagebuttons

Posted: 08 Feb 2009, 04:00
by bico
Hi Karl,

is it possible to change the colors of the pagebuttons, independent of backgroundcolor or backgroundimage :?:

thx --bico--

Re: pagebuttons

Posted: 11 Feb 2009, 03:31
by mjau-mjau
bico wrote:is it possible to change the colors of the pagebuttons, independent of backgroundcolor or backgroundimage :?:
Currently, that is not possible ... We are trying to minimize config settings, so we set pagebuttons to simply inherit foreground color. That would have to be a feature request ... =)