Advanced search  

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]

Pages: [1]   Go Down

Author Topic: HELP!!! Skinning issue.  (Read 2741 times)

0 Members and 1 Guest are viewing this topic.

XBleed

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
HELP!!! Skinning issue.
« on: May 09, 2004, 07:54:46 pm »

Okay, I'm going to try and explain this the best I can.

I've edited my "standard table" template in theme.php to display the table INSIDE another table (so I can have it wrapped in images, example picture attached)

However, there's a table that ALL of my tables are in that is usint the standard table template.  I just need to know how I can remove this table.. (explained in the attachment below)
Where is that code???
Thanks,


[attachment deleted by admin]
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: HELP!!! Skinning issue.
« Reply #1 on: May 09, 2004, 08:33:05 pm »

Hi,

in coppermine, we call them themes, not skins.

The table you are looking for is in the thems/yourtheme/template.html, and is the one that surrounds the entire gallery.
Logged
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

XBleed

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: HELP!!! Skinning issue.
« Reply #2 on: May 09, 2004, 08:39:24 pm »

I looked there, but it's not in a table that I see.
It's just "{GALLERY}"

I'll look into it though, thanks.
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: HELP!!! Skinning issue.
« Reply #3 on: May 09, 2004, 08:46:43 pm »

What theme did you base your own theme on?
Logged
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

XBleed

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: HELP!!! Skinning issue.
« Reply #4 on: May 09, 2004, 08:47:15 pm »

Yeah, the "{GALLERY}" isn't in a table.

Here is my template.html
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="./themes/hardwired/style.css" />
</head>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="32" align="left"><a href="index.php?"><img src="images/logo.gif" border="0" /></a></td>
<td width="866" align="right" background="images/misc/header_bg.gif"> &nbsp;
    </td>
</tr>
</table>
<table width='100%' class='page'>
  <tr>
           
    <td width="20%" valign='top'>
<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="2%"><img src="images/misc/top_left.gif" width="28" height="28"></td>
          <td width="96%" background="images/misc/top_bg.gif"><font color="888888" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Album
            Navigation </strong></font></td>
    <td width="2%"><img src="images/misc/top_right.gif" width="28" height="28"></td>
  </tr>
  <tr>
    <td background="images/misc/right_bg.gif">&nbsp;</td>
    <td class="alt1">
      <table width="100%" cellspacing="0" cellpadding="2">
  <tr>
                <td bgcolor="1b1b19">
<div class="smallfont" style="font-weight:bold">{MAIN_MENU2}<br>
</div>
    </td>
  </tr>
</table>
        </td>
    <td background="images/misc/left_bg.gif">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="images/misc/bottom_left.gif" width="28" height="28"></td>
    <td background="images/misc/bottom_bg.gif"><font color="888888" size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;</font></td>
    <td><img src="images/misc/bottom_right.gif" width="28" height="28"></td>
  </tr>
</table>
<br>
      <br>
</td>
            <td valign='top' width='100%'>
      <table width="100%" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="2%"><img src="images/misc/top_left.gif" width="28" height="28" /></td>
          <td width="96%" background="images/misc/top_bg.gif"><font color="888888" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Navigation<img src="images/misc/swirl.gif" width="125" height="12" /></strong></font></td>
          <td width="2%"><img src="images/misc/top_right.gif" width="28" height="28" /></td>
        </tr>
        <tr>
          <td background="images/misc/right_bg.gif">&nbsp;</td>
          <td bgcolor="1b1b19" class="alt1">
            <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
              <tr>
                <td class="alt1" width="100%"> <div class="navbar" style="font-size:10pt"><a href="index.php?"><img class="inlineimg" src="images/misc/navbits_start.gif" alt="" border="0" /></a>
                    <strong>Photo Albums</strong></div></td>
              </tr>
            </table>
            <div align="center">
              <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
                <tr align="center">
                  <!--<td class="vbmenu_control"><a href="index.php?">Home</a></td>-->
                  <td class="menu_control"><div align="left">{MAIN_MENU1}</div></td>
                </tr>
                <tr>
                  <td class="menu_control"><div align="left">{ADMIN_MENU}</div></td>
                </tr>
              </table>
            </div>
           
          </td>
          <td background="images/misc/left_bg.gif">&nbsp;</td>
        </tr>
        <tr>
          <td><img src="images/misc/bottom_left.gif" width="28" height="28" /></td>
          <td background="images/misc/bottom_bg.gif"><font color="888888" size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;</font></td>
          <td><img src="images/misc/bottom_right.gif" width="28" height="28" /></td>
        </tr>
      </table>
      <p> {GALLERY}</p>
      </td>
            <td valign='top'>

</td>
          </tr>
        </table>

</body>
</html>
Logged

XBleed

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: HELP!!! Skinning issue.
« Reply #5 on: May 09, 2004, 08:47:35 pm »

What theme did you base your own theme on?
Hardwired.

I appologize for how messy that code is above, I'm still developing it.. :)
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 18 queries.