Search…

X3 Photo Gallery Support Forums

Search…
 
angomar
Topic Author
Posts: 5
Joined: 17 Sep 2008, 18:15

Two questions

17 Sep 2008, 18:21

Hello!
1. Is it possible to hide the name of the file?. Example: photo1.jpg
2. How can I change the language of the gallery? Is it possible to change also the language of the admin? How?

Thank you! Great Gallery Software!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

18 Sep 2008, 00:15

Hi -

#1 - Yes, the name of the file/title is an option. You can disable it by going to admin -> themes -> edit your theme -> image.text option ... Either disable text1 or text1, or simply remove the "title" from the array of items in the description item.
 
angomar
Topic Author
Posts: 5
Joined: 17 Sep 2008, 18:15

19 Sep 2008, 04:07

Thanks you, OK. It ´s simple.

Now I would like change the language to spanish, how?

I integrate the gallery in a web, with the same code of you here:
https://www.photo.gallery/decens/mygallery.html

I would like that fullscreen is actived. You know how?
www.ruberoid.es/clientes.htm

Thank you again for the answer and for this software. And sorry for me bad english, xd.

Regards
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

20 Sep 2008, 00:46

oh, you have to set a parameter in the HTML. Add:
Code
<param>
... and also inside the <embed> tag:
Code
allowfullscreen="true"
for those who are using SWFObject for embedding SWF:
Code
so.addParam('allowfullscreen','true');