Hi, please tell me if possible change default Last uploaded for Random image for all image uploaded
Tnks
I don't get what you're asking for. Please describe more detailed.
Please see my attach, i need upload all random for default, not latest upload
Tnks
Do you want to set it as default for already existing albums or just new created albums?
both
Tnks
This has to be done directly in your database, with a tool like phpMyAdmin.
To set it as default for new albums, open the albums table and change the default value for
thumb to
-1.
To set it as default for all existing albums, execute this query:
QuoteUPDATE cpg15x_albums SET thumb = '-1'
(maybe you need to adjust the table prefix).
Done it works, and now for new created albums?, default and dont change in properties albums?
Tnks
Quote from: Αndré on October 04, 2013, 11:23:07 AM
This has to be done directly in your database, with a tool like phpMyAdmin.
To set it as default for new albums, open the albums table and change the default value for thumb to -1.
Did you complete this part? or did it not work?