Blue Bell theme Blue Bell theme
 

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

Main Menu

Blue Bell theme

Started by TrevorNet, May 05, 2005, 06:10:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TrevorNet

I created a new theme for my install of Coppermine Photo Gallery 1.3.2. (http://devnet.gotdns.com/Gallery/). The theme has a strong cloud motif with tones of purple and blue. To thank the CPG community, I would like to send it out GPL. Where would I post the zip file? If you like it before I get an offical response, you can grab it from here :  http://devnet.gotdns.com/blue_bell.zip. There are a few tweaks that could be ironed out, but... it works for me.

Joachim Müller


beagles

Hi,

First off let me say I am new to Coppermine and have read all the information I can find out it.  I loved the blue_bell theme and have been trying to use it.  I am receiving the following error when I go to a category in an album and click on a photo.  How can I fix this?  I appreciate any help you can provide.  I can't find anywhere that deals with this.  Thanks Cecilia

Template error
Failed to find block 'ecard_button'(#(<!-- BEGIN ecard_button -->)(.*?)(<!-- END ecard_button -->)#s) in :

        <tr>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{THUMB_TGT}" class="navmenu_pic" title="{THUMB_TITLE}"><img src="images/folder.gif" width="16" height="16" align="absmiddle" border="0" alt="{THUMB_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="images/info.gif" width="16" height="16" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{SLIDESHOW_TGT}" title="{SLIDESHOW_TITLE}"><img src="images/slideshow.gif" width="16" height="16" border="0" align="absmiddle" alt="{SLIDESHOW_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" witdh="100%">
                        {PIC_POS}
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{PREV_TGT}" class="navmenu_pic" title="{PREV_TITLE}"><img src="images/prev.gif" width="16" height="16" border="0" align="absmiddle" alt="{PREV_TITLE}" /></a>
                </td>
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{NEXT_TGT}" class="navmenu_pic" title="{NEXT_TITLE}"><img src="images/next.gif" width="16" height="16" border="0" align="absmiddle" alt="{NEXT_TITLE}" /></a>
                </td>
        </tr>

Joachim Müller

you're trying to use a theme that has been designed for cpg1.3.x with a cpg1.4.x gallery, that's why you get this error. Either use a theme that was designed for your coppermine version or modify the Blue Bell theme to work with cpg1.4.x as suggested in the docs that come with your package.