Search…

X3 Photo Gallery Support Forums

Search…
 
mikelx
Topic Author
Posts: 8
Joined: 02 Nov 2012, 12:37

Titel / Description of an image

14 Feb 2013, 17:04

Hi everybody,

so i turned the title and discription option in the settings menu off. now i want to use only one gallery WITH the option of an title.
how can i turn on the title and discription individually?

Greetings
Michael
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Titel / Description of an image

15 Feb 2013, 01:15

You cannot toggle titles and descriptions on a per-image basis, but you can toggle them on a per-folder (gallery) basis. To do this, you would use folder parameters. More specifically, if you have them disabled by default, you could enable them for a single folder by adding the following to the folder parameters field for a specific folder:
Code
image.text.text1.enabled=true
The above is based on the presumption that you have disabled title and description by disabling image.text.text1.enabled in your settings.
 
mikelx
Topic Author
Posts: 8
Joined: 02 Nov 2012, 12:37

Re: Titel / Description of an image

16 Feb 2013, 18:02

Thanks a lot, it helps!!! ;)