Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

thumbnailstext and pagebuttons

19 Nov 2008, 23:55

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{}
 
bico
Experienced
Posts: 34
Joined: 02 Aug 2008, 02:22

pagebuttons

08 Feb 2009, 04:00

Hi Karl,

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

thx --bico--
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: pagebuttons

11 Feb 2009, 03:31

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 ... =)