Add "Uploaded by Username" in "File information" in image view section Add "Uploaded by Username" in "File information" in image view section
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Add "Uploaded by Username" in "File information" in image view section

Started by dke, February 04, 2008, 02:42:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

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?


dke

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!


dke

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.