can't view full sized image in album can't view full sized image in album
 

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

can't view full sized image in album

Started by atomicsky, February 16, 2004, 11:29:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

atomicsky

i edited the hardwired theme, and everything seems to work fine except when i click on a thumbnail in on of the albums.  i keep getting this message:

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

        <tr>
                <td>
                        <table width="100%" cellpadding="0" cellspacing="0">
                                <td class="tableh2_compact" nowrap>
                                        <b>{MSG_AUTHOR}</b>
                                </td>
                                <td class="tableh2_compact" align="right" width="100%">
{BUTTONS}
                                </td>
                                <td class="tableh2_compact" align="right" nowrap>
                                        <span class="comment_date">[{MSG_DATE}]</span>
                                </td>
                        </table>
                </td>
        </tr>
        <tr>
                <td class="tableb_compact">
                        <div id="cbody{MSG_ID}" style="display:block">
                                {MSG_BODY}
                        </div>
                        <div id="cedit{MSG_ID}" style="display:none">
{EDIT}

                        </div>
                </td>
        </tr>

how do i go about fixing this?  everything else seems to work fine and all other themes do as well.

Casper

You seem to have over modified your theme.php file.

Check to see if this code is there, in the '// HTML template for the display of comments;'
<!-- BEGIN ipinfo -->
                                                                                 ({HDR_IP} [{RAW_IP}])
<!-- END ipinfo -->


if not, put it back in.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here