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. ;)
please re-phrase your question - I don't understand. Maybe you can ilustrate your question with a screenshot.
Joachim
Sorry. ;) Here is a screenshot.
try again, there's no screenshot...
Joachim
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...
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
Thank you GauGau. :)