transmission theme transmission theme
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

transmission theme

Started by catz1ct, November 27, 2005, 07:05:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

catz1ct

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?

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

catz1ct

ok  :-[

probably shouldn't have it up for release then

catz1ct

#3
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  ???

Tranz

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.

catz1ct

i would if i knew what the problem was.

Joachim Müller

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.

artistsinhawaii

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
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

Joachim Müller


artistsinhawaii

Hey!

Nice to know I finally got something up in the "demo".

Dennis

Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

Joachim Müller


catz1ct

thank youuuuuuuuuuuuu. it works :D woohoo.

jibi

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!

Joachim Müller

You mustn't edit include/themes.inc.php, under no circumstances. Instead: modify themes/yourtheme/theme.php.