Is it possible that all photos show the uploader's name below the photos?
this has been requested before (see http://forum.coppermine-gallery.net/index.php?topic=938&highlight=show+uploader+name ). You could try to get the cpg1.1.x-hack working (http://coppermine.sourceforge.net/faq.php?q=displayUploaderName#displayUploaderName)
GauGau
Also you need to execute this query in MySQL (with a tool like phpMyAdmin):
QuoteALTER TABLE `cpg11d_pictures` ADD INDEX ( `owner_id` );
(If your table_prefix is not cpg11d_ then you need to change it in the query)
I am new to MySQL, I have PHPMyAdmin installe but how do i do this?
I worked it out, but the mod does not work.
I suggest you wait for the next version of coppermine which will have this feature (or if you are comfortable with alpha software check out the dev version by web cvs (http://cvs.sourceforge.net/viewcvs.py/coppermine/devel/)).
GauGau
I mentioned before about having users names printed under every photo they upload. When will it be released?
not every request is coded (actually, only a very small number makes it into a mod).
GauGau
P.S. Reply to threads instead of starting new ones, asking how things are going on the other thread! I merged your posting with the existing one...