coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Xtremeq on April 14, 2006, 01:59:38 PM

Title: PLEASE HELP with Coppermine 1.4.4
Post by: Xtremeq on April 14, 2006, 01:59:38 PM
Hello

I have problem with copermine 1.4.4 (stable) I have Style "Black_widdow" and when I have been Admin or registered user all is allright but when I`m guest I have msg error like this:



Template error
Failed to find block 'report_file_button'(#(<!-- BEGIN report_file_button -->)(.*?)(<!-- END report_file_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>


Check this out on www.armagedon.pl/galeria

p.s I read some post in the forum and I need to update 1.3 theme to 1.4 but this is too fucking difficult for me because I don't understand all this :P  (http://coppermine-gallery.net/demo/cpg14x/docs/theme/index.html) ...
p.s  I attach my theme
p.s If somebody have rechanged this theme (Black_widdow) to the version 1.4.4 please send me to e-mail xtremeq3@op.pl

Please Help ME !!
Title: Re: PLEASE HELP with Coppermine 1.4.4
Post by: Sami on April 14, 2006, 03:10:33 PM
it's looks fine for me !!!
Title: Re: PLEASE HELP with Coppermine 1.4.4
Post by: Xtremeq on April 14, 2006, 04:30:35 PM
Maybe Looks fine but don't ... click on the some album like "C-BOOL" and open foto first on the left top corner then U will see error
Title: Re: PLEASE HELP with Coppermine 1.4.4
Post by: Sami on April 14, 2006, 05:27:25 PM
you have 2 way to correct this issue
1-manualy add this code to your theme.php under your themes folder

<!-- BEGIN ecard_button -->
                <td align="center" valign="middle" class="navmenu" width="48px">
                        <a href="{ECARD_TGT}" class="navmenu_pic" title="{ECARD_TITLE}"><img src="{LOCATION}images/ecard.gif"  border="0px" align="middle" alt="{ECARD_TITLE}" /></a>
                </td>
<!-- END ecard_button -->

or if you don't want to eCard button show up you can just enter

<!-- BEGIN ecard_button -->
<!-- END ecard_button -->


2- you can copy "theme.php" from sample theme under your themes folder.
Title: Re: PLEASE HELP with Coppermine 1.4.4
Post by: Joachim Müller on April 14, 2006, 08:54:34 PM
the initial issue comes from using a theme that was designed for cpg1.3.x with a cpg1.4.x-install. There's a theme upgrade guide, please read it. In the future, please try to start your postings in the proper sub-board in the first place (after having read the docs and after having searched the board for the error message you got, as it is quite common).

Edit: thanks for respecting my wish for privacy in the future and doing as suggested: my signature, board rules and common sense say not to PM devs for support. Not respecting this policy makes people less inclined to look into your issues.