This is probably the wrong forum but I don't seem to be getting an answer over on the theme section so maybe this is the correct place to put it.
I REALLY REALLY REALLY want to use this theme but its been broke now for ages. There are a few errors with the theme one of them is that when you go to click on a thumb nail this error comes up.
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="themes/transmission/images/back.gif" width="21" height="15" 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="themes/transmission/images/info.gif" width="18" height="15" 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="themes/transmission/images/slideshow.gif" width="21" height="15" 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="themes/transmission/images/ecard.gif" width="21" height="15" 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="themes/transmission/images/previmg.gif" width="18" height="15" 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="themes/transmission/images/nextimg.gif" width="18" height="15" border="0" align="absmiddle" alt="{NEXT_TITLE}" /></a>
</td>
</tr>
I'm so glad 1.4 has been released because maybe this bug will get fixed now?
That is a user contributed theme. Maybe one of our users will fix it - right now it's not on our radar to fix those themes. We have too much to do right now.
ok :-[
probably shouldn't have it up for release then
Oh and you also get the same bug with this theme:
http://coppermine-gallery.net/demo/cpg14x/index.php?4x=&theme=simplicity
click a thumbnail ???
One of the nice things about open source is that anyone can contribute... and anyone else can contribute to those contributions. You could modify the theme and give back to the community.
i would if i knew what the problem was.
well, if you can't figure this out, you'll have to wait untill someone takes a look at it who is able to figure it out.
Quote from: catz1ct on November 27, 2005, 09:44:00 PM
i would if i knew what the problem was.
Try the attached. Took a few minutes but I think I got it right.
Dennis
works on the demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=transmission) ;-)
Hey!
Nice to know I finally got something up in the "demo".
Dennis
hehe, you have something up in the downloads section as well ;): http://prdownloads.sourceforge.net/coppermine/cpg1.4.x_theme_transmission.zip?download
thank youuuuuuuuuuuuu. it works :D woohoo.
Just like to add that the following modifications need to be made in the /include/themes.inc.php file as well. This will correct an alignment issue with the 'sort order' controls.
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
change to:
<td width="90%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
This is in TWO different places in the file, so be sure to change in both. This is ONLY recommended if you are using the Transmission theme ONLY!
You mustn't edit include/themes.inc.php, under no circumstances. Instead: modify themes/yourtheme/theme.php.