Album Desc. on thumbnails page Album Desc. on thumbnails page
 

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 Desc. on thumbnails page

Started by ian ditch, September 03, 2005, 07:12:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ian ditch

Hi there,

I am trying to get my album description to be shown on my thumbnails page


I have done as said in http://forum.coppermine-gallery.net/index.php?topic=8946.0 but this does not work

So what I have tried is this...

Removed the {TABS} on the thumbnail page and replaced with 
Quote<!-- BEGIN tabs -->

          <tr>

             <td class="tableh2" colspan="6"><table border="0">
   
                   $album_desc
   
            </table>
               
         </td>

        </tr>

<!-- END tabs -->


This does now show the album description but the bbcode does not work.

This is mostly thru trail and error

What do I need to do to get this to work?

Please Help