Advanced search  

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

Pages: [1]   Go Down

Author Topic: Album Title under Image  (Read 2402 times)

0 Members and 1 Guest are viewing this topic.

freesouljah

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 116
  • Can you feel the Love?
    • freesouljah.com
Album Title under Image
« on: July 25, 2006, 05:24:30 am »

Greetings,

I am trying to make the album title w/ link to appear under the image on displayimage.php

Code: [Select]
<img>
<A HREF="http://site.com/">' . $CURRENT_ALBUM_DATA['title'] . ' </a>

I tried adding {ALBUM_NAME} & {ALBUM_TITLE} as they are coded in 'theme_display_thumbnails' and 'theme_display_album_list', respectively...but without any luck...

peace
 8)
« Last Edit: July 26, 2006, 06:07:27 am by GauGau »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Album Title under Image
« Reply #1 on: July 25, 2006, 07:01:19 am »

don't understand what you want !

you already have $CURRENT_ALBUM_DATA['title'] for album title
and $CURRENT_PIC_DATA['aid'] for album reference
something like
Code: [Select]
<a href="thumbnails.php?album=' . $CURRENT_PIC_DATA['aid'] . '">' . $CURRENT_ALBUM_DATA['title'] . '</a>would create a link to album
Logged
‍I don't answer to PM with support question
Please post your issue to related board

freesouljah

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 116
  • Can you feel the Love?
    • freesouljah.com
Re: Album Title under Image
« Reply #2 on: July 26, 2006, 04:30:14 am »

lol  :D

I don't know what I was trying to do...it must of been the lack of sleep impeding my progress...

thanks for setting me straight...

peace
 8)
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.