{SYS_MENU} wont go away {SYS_MENU} wont go away
 

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

{SYS_MENU} wont go away

Started by PvtPulse, June 23, 2006, 04:58:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PvtPulse

I used it to code my layout, but I cant get the menu to show

IE
www.brandy-norwood.net/gallery

donnoman

I can't tell much based on the gallery itself, can you zip up the files of your custom theme and attach them here?

Joachim Müller

#2
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).

PvtPulse

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>

Joachim Müller

can't replicate. Issue solved?