Remove Album name " posted by" Remove Album name " posted by"
 

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

Remove Album name " posted by"

Started by desert_dave, December 30, 2004, 02:42:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

desert_dave

Hi guys!
When you click on a pic and the description comes up it shows:  who posted / album name.
Since I do all the posting to the main (no) catagory, I want to get my name out of there which
always shows as the "who posted". How do I do that without affecting the other members who may upload to thier gallery's?
TIA,
Dave

Joachim Müller

in coppermine config, set "Display uploader name below the thumbnail" to "no". If you're the only uploader, you shouldn't be using the "user galleries" to upload to, but create a public category/album structure where your pics go to, so the album name doesn't contain your user name. Post a link for details.

Joachim

desert_dave

I have the upload name set to no in the config. Still shows
But I am uploading with the "batch upload" to no catagory.
The site is at:
http://www.creatingslideshows.com/gallery

How do I work around it that way?
Tks,
dave

Joachim Müller

I get
QuoteYou need to be logged in to access this page. Either register for an account, or log in if you already have one.
when I try to view a pic. I won't go through registration just to be able to support you, post a test user account (non-admin).

Joachim

desert_dave

Quote from: GauGau on December 31, 2004, 06:34:17 AM
I get
QuoteYou need to be logged in to access this page. Either register for an account, or log in if you already have one.
when I try to view a pic. I won't go through registration just to be able to support you, post a test user account (non-admin).

Joachim

Please use login:test  pass: test for your account
-dave

Joachim Müller

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

desert_dave

Thanks Gau Gau, that did it. I still get the forward slash showing. No big deal but if it can be
removed it would be nice.
-dave 

Joachim Müller

Edit displayimage.php, find            $ipinfo = '/ ';and replace with            $ipinfo = ' ';

Joachim

desert_dave