coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Satyr on October 12, 2004, 11:49:46 PM

Title: Uploader-name in fileinfo
Post by: Satyr on October 12, 2004, 11:49:46 PM
Since the update is the name of the uploader shown left of the Albumname in displayimage.php. 
How can i remove this? I want to have only the album-name under the pic. ;)
Title: Re: Uploader-name in fileinfo
Post by: Joachim Müller on October 12, 2004, 11:54:16 PM
please re-phrase your question - I don't understand. Maybe you can ilustrate your question with a screenshot.

Joachim
Title: Re: Uploader-name in fileinfo
Post by: Satyr on October 13, 2004, 12:24:36 AM
Sorry. ;) Here is a screenshot.
Title: Re: Uploader-name in fileinfo
Post by: Joachim Müller on October 13, 2004, 12:30:28 AM
try again, there's no screenshot...

Joachim
Title: Re: Uploader-name in fileinfo
Post by: Satyr on October 13, 2004, 12:40:19 AM
Oops, i added as an attachement but it was not uploaded cause my session was expired. ^^
I mean the name "Satyr" in left of "Andariel". Only "Andariel" should e stated...
Title: Re: Uploader-name in fileinfo
Post by: Joachim Müller on October 13, 2004, 01:03:27 AM
edit displayimage.php, find    $info[$lang_picinfo['Album name']] = '<span class="alblink">' . $owner_link . $ipinfo . '<a href="thumbnails.php?album=' . $CURRENT_PIC_DATA['aid'] . '">' . $CURRENT_ALBUM_DATA['title'] . '</a></span>';and replace with    $info[$lang_picinfo['Album name']] = '<span class="alblink">' .  $ipinfo . '<a href="thumbnails.php?album=' . $CURRENT_PIC_DATA['aid'] . '">' . $CURRENT_ALBUM_DATA['title'] . '</a></span>';

Joachim
Title: Re: Uploader-name in fileinfo
Post by: Satyr on October 13, 2004, 01:42:21 AM
Thank you GauGau.   :)