Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Remove Album name " posted by"  (Read 4103 times)

0 Members and 1 Guest are viewing this topic.

desert_dave

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 54
Remove Album name " posted by"
« on: December 30, 2004, 02:42:24 am »

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
« Last Edit: January 01, 2005, 10:50:32 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Remove Album name " posted by"
« Reply #1 on: December 30, 2004, 01:50:32 pm »

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
Logged

desert_dave

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 54
Re: Remove Album name " posted by"
« Reply #2 on: December 30, 2004, 08:54:23 pm »

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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Remove Album name " posted by"
« Reply #3 on: December 31, 2004, 06:34:17 am »

I get
Quote
You 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
Logged

desert_dave

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 54
Re: Remove Album name " posted by"
« Reply #4 on: December 31, 2004, 09:04:09 am »

I get
Quote
You 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Remove Album name " posted by"
« Reply #5 on: December 31, 2004, 03:01:25 pm »

edit displayimage.php, find
Code: [Select]
    $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
Code: [Select]
    $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
Logged

desert_dave

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 54
Re: Remove Album name " posted by"
« Reply #6 on: December 31, 2004, 04:39:43 pm »

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 
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Remove Album name " posted by"
« Reply #7 on: January 01, 2005, 10:59:23 am »

Edit displayimage.php, find
Code: [Select]
            $ipinfo = '/ ';and replace with
Code: [Select]
            $ipinfo = ' ';
Joachim
Logged

desert_dave

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 54
Re: Remove Album name " posted by"
« Reply #8 on: January 01, 2005, 10:48:59 pm »

Beautiful!
Thanks,
gau gau




SOLVED
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.