Header picture for animedark Header picture for animedark
 

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

Header picture for animedark

Started by kaytee, October 10, 2005, 04:08:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kaytee

I just downloaded the coppermine 1.3.5 and installed the animedark theme and the header picture doesn't show up can someone please help the file name for the picture is logo1024.jpg and below is the coding. Can someone please help tell me what to enter so it shows up
Thanks



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="themes/animedark/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="15" cellspacing="15">
<tr>
        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/bg.gif");">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                                <td width="100%" align="center">

                                        <h1>{GAL_NAME}</h1>
                                        <h3>{GAL_DESCRIPTION}</h3><br />
                                        {MAIN_MENU}<br />
                                        {LANGUAGE_SELECT_FLAGS}<br>{LANGUAGE_SELECT_LIST}&nbsp;
                                        {THEME_SELECT_LIST}
                                </td>
                        </tr>
                </table>
                <img src="images/spacer.gif" width="1" height="15" /><br />
                <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                                <td align="center" valign="top">
                                        {ADMIN_MENU}
                                        {GALLERY}

<br>
<font color="#FFFFFF">Theme Copyright @ 2004 by kakashi  -  Paid Us Dot Com Release<br></font>
:: <a href=mailto:kakashi@paidus.com (kakashi@paidus.com)><font color="#FFFFFF">kakashi</font></a> :: <a href=mailto:minimog@minimog.net (minimog@minimog.net)><font color="#FFFFFF">minimog</font></a> ::<br></center>
                                </td>

                        </tr>
                </table>
        </td>
</tr>
</table>
</body>
</html>

Joachim Müller


kaytee

this is the temp home of it http://nmours.serveftp.org/index.php we will be linking it to my blog site later

Joachim Müller

the page you refer to doesn't have the animedark theme, but the hardwired theme. Are you sure that you have modified to proper theme file?

kaytee

it has the option to choose a different theme i have changed the default theme so its the Animedark now


Joachim Müller

Quote from: kaytee on October 10, 2005, 04:08:48 PM
I just downloaded the coppermine 1.3.5 and installed the animedark theme and the header picture doesn't show up can someone please help the file name for the picture is logo1024.jpg and below is the coding. Can someone please help tell me what to enter so it shows up
Well, there's no reference in http://nmours.serveftp.org/themes/animedark/template.html to a file named logo1024.jpg, that's why it won't show up. What exactly is your question? Where is is supossed to show up? If you want to replace the logo animedark comes with, just edit http://nmours.serveftp.org/themes/animedark/template.html, find        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/bg.gif");">and replace with        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/logo1024.jpg");">This is all plain html/css, nothing fancy.