forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: PvtPulse on June 23, 2006, 04:58:17 am

Title: {SYS_MENU} wont go away
Post by: PvtPulse on June 23, 2006, 04:58:17 am
I used it to code my layout, but I cant get the menu to show

IE
www.brandy-norwood.net/gallery
Title: Re: {SYS_MENU} wont go away
Post by: donnoman on June 23, 2006, 06:18:09 am
I can't tell much based on the gallery itself, can you zip up the files of your custom theme and attach them here?
Title: Re: {SYS_MENU} wont go away
Post by: Joachim Müller on June 23, 2006, 08:39:47 am
You're running cpg1.3.x, but sys_menu shining through indicates that you're trying to use a theme that was designed for cpg1.4.x with it. You can't do that. Upgrade to the most recent version (currently cpg1.4.8).
Title: Re: {SYS_MENU} wont go away
Post by: PvtPulse on June 24, 2006, 01:38:33 am
I updated it, but it still wont work. Here is how I coded it, is there something missing?

:
Quote
<html>
<head>
<title>Brandy Norwood Photo Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/gallery/themes/001/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script><style type="text/css">
<!--
body {
   background-image: url(/gallery/themes/001/images/bg.jpg);
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1) -->
<table id="Table_01" width="626" height="341" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td colspan="6">
         <img src="/gallery/themes/001/images/template_01.jpg" width="597" height="36" alt=""></td>
      <td width="29" rowspan="3" background="/gallery/themes/001/images/right_bg.jpg">&nbsp;         </td>
   </tr>
   <tr>
      <td height="283">
         <img src="/gallery/themes/001/images/template_03.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_04.jpg" width="99" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_05.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_06.jpg" width="99" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_07.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_08.jpg" width="99" height="283" alt=""></td>
   </tr>
   <tr>
      <td colspan="6" bgcolor="#FFFFFF"><p align="center">{SYS_MENU} <br />
{SUB_MENU} </p>
       <p align="center">{ADMIN_MENU} {GALLERY} </p></td>
   </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Title: Re: {SYS_MENU} wont go away
Post by: Joachim Müller on July 03, 2006, 08:13:52 pm
can't replicate. Issue solved?