Album Title under Image Album Title under Image
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Album Title under Image

Started by freesouljah, July 25, 2006, 05:24:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

freesouljah

Greetings,

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

<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)

Sami

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
<a href="thumbnails.php?album=' . $CURRENT_PIC_DATA['aid'] . '">' . $CURRENT_ALBUM_DATA['title'] . '</a>
would create a link to album
‍I don't answer to PM with support question
Please post your issue to related board

freesouljah

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)