Hi,
I'm running the latests coppermine gallery with mac osx skin. Id like to add some information to "file information".
Right above "Album Name" i would like to have something like "Uploaded by: Username"
Is this possible?
Yes. Search the board.
I've searched and found a plugin but it does not offer to add buttons only to remove them?
http://forum.coppermine-gallery.net/index.php?topic=27407.0
Could you point me in the right direction?
Thanks for the quick reply!
http://forum.coppermine-gallery.net/index.php?topic=45671.0 should give you all the info you need.
Thank you Nibbler, that worked perfectly.
This is what i did to achive this:
$info['Uploaded by'] = '<a href="profile.php?uid=' . $CURRENT_PIC_DATA['owner_id'] . '">' . $CURRENT_PIC_DATA['owner_name'] . '</a>';
Thanks again.