News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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://coppermine-gallery.com/forum/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