Page 1 of 1

Titel / Description of an image

Posted: 14 Feb 2013, 17:04
by mikelx
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

Re: Titel / Description of an image

Posted: 15 Feb 2013, 01:15
by mjau-mjau
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.

Re: Titel / Description of an image

Posted: 16 Feb 2013, 18:02
by mikelx
Thanks a lot, it helps!!! ;)