Auto/defaut descriptions for all images

Phoca Gallery - image gallery extension
lomiarz
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 14 Jan 2013, 15:01

Auto/defaut descriptions for all images

Post by lomiarz »

Hi, I have a question.
How to set a default descriptions for all images?
I use descriptions to load position ({loadposition xx}) and I need this same descriptions to all pics.
Some idea ? :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Auto/defaut descriptions for all images

Post by Jan »

Hi, for this you need to run some sql query e.g. in phpmyadmin, the sql query should be easy - I think, only one row - with code similar to this: UPDATE jos_phocagallery SET description = 'some description ...'; (I didn't test this sql code, so take it only as example)

Jan
If you find Phoca extensions useful, please support the project
Post Reply