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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 2 Guests 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.