Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
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 ?
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)