Page 1 of 1

Auto/defaut descriptions for all images

Posted: 14 Jan 2013, 15:09
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 ? :)

Re: Auto/defaut descriptions for all images

Posted: 17 Jan 2013, 22:55
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