i want to know if theres a way to put the filename ( eg. jessicaalba.jpg ) as the name of that image on cpg!?!?!
maybe with phpmyadmin.. this is possible?!
thankz
Go to "Edit Files" of the album and copy the filenames to the "Title" field. This should solve your purpose i guess.
LOL
in 5000 images... :o
i think so
In that case run the following query in phpMyAdmin (Replace cpg1410_ with your table prefix).
UPDATE cpg1410_pictures SET title=filename;
Remember to take a backup of the database before you do so. Running update queries directly from phpMyAdmin is quite risky in case you make mistake.
Above query will set the title of each picture in your gallery to its filename overwriting any previous titles.
You can do this via admin tools.
Oops, missed that. Apparently even Devs don't know the full functionality of coppermine ;)
Beat me to it Nibbler. You can have the file "title" changed to the file "name" minus the extension in the admin tools. So the title will read "jessicaalba" and not "jessicaalba.jpg" which is a much cleaner look. Is this OK or were you asking something that deals only with the title? It's a bit confusing I know.
gizmo that works for me ;D