Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$15.00
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:0
Last: Total:7536
Last: Last:
maxfoot
Members: Online
Members: Members:0
Guests: Guests:36
Total: Total:36
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
KenshinoOffline
Post subject: techhost problem (something to do with cell padding?)  PostPosted: Oct 05, 2004 - 03:23 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
I'm using a module called NukeWrapper with Techhost as theme and PostNuke 0.726.

It wraps HTML/PHP pages into Postnuke.

This is one of the pages.

http://202.91.37.2/~kenshino/postnuke/w ... istory.php

Notice the right side of the article touches the right block?

I need help fixing that =(

I was told by the person who did the Module that it is a theme problem.

Below is a quote of what he said.

Quote:
It's a theme-thingy. The theme designer hasn't provide padding for the center, but [robably put it around the center News blocks. For instance, if you click on Downloads, you see the same thing, except it hasn't got the Right blocks showing. Presumably the fix is as simple as adding padding to the OpenTable function, not oo sure about AutoTheme. I'll download it and see.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 05, 2004 - 03:58 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Create a custom module for it in Autotheme admin and set it to use theme2.html
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 05, 2004 - 04:20 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
I did, but if I use theme2.html, the right blocks disappear.

I want them to stay.

If I use theme.html, the right block stays but gets messed up.

What do I do?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 05, 2004 - 06:23 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Are you putting this code in a center block?
If so open centerblock.html and shrink the table size down.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 05, 2004 - 11:21 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
I tried to do it but still it does not work

I shrank every thing that was related to the width with a percentage.

Have a look

Code:
<table width="300" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <table width=90% border=0 cellpadding=0 cellspacing=0>
        <tr>
          <td><img src="{image-path}techhostcenter_01.jpg" width=30 height=25 alt=""></td>
          <td background="{image-path}techhostcenter_02.jpg" width=90% height=25 alt="">
            <!-- [block-title] -->
          </td>
          <td><img src="{image-path}techhostcenter_03.jpg" width=10 height=25 alt=""></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width=90% border=0 cellpadding=0 cellspacing=0>
        <tr>
          <td background="{image-path}techhostcenter_04.jpg" width=8></td>
          <td bgcolor="#FFFFFF" align="center" valign="top">
            <!-- [block-content] -->
          </td>
          <td background="{image-path}techhostcenter_06.jpg" width=10></td>
        </tr>
        <tr>
          <td> <img src="{image-path}techhostcenter_07.jpg" width=8 height=9 alt=""></td>
          <td background="{image-path}techhostcenter_08.jpg" width=90% height=9 alt=""></td>
          <td> <img src="{image-path}techhostcenter_09.jpg" width=10 height=9 alt=""></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 05, 2004 - 11:59 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Can you post the code from that program then?
Everything you have done in the theme pretty much clears the theme from being the problem.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 06, 2004 - 01:14 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
The module coder has taught me how to solve the problem.

It worked for me.

Just for anyone else who might meet the same problem...

theme.html: Section under the header, til the end

Code:
<TABLE WIDTH="802" BORDER="0" CELLPADDING="0" CELLSPACING="0" align="center">
  <TR>   
    <TD id="LeftCol" style="width: 175px; background: url('{image-path}techhost_07.jpg'); padding-top: 15px;" valign="TOP">
    <!-- [left-blocks] -->
    </TD>
    <TD id="CenterCol" style="width: 614px; text-align: left; padding: 15px 5px 15px 5px;" valign="top">
    <!-- [center-blocks] --><br>
    <!-- [modules] -->
    </td>
    <td id="RightCol" style="width: 140px; text-align:left; padding: 15px 5px 15px 0px; border-right: 1px solid #565656;" valign="top">
    <!-- [right-blocks] -->
    </TD>
  </TR>
</TABLE>
</BODY>
</HTML>


theme2.html, same as above, section under the Head, til the end:

Code:
<TABLE WIDTH=802 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center" height="100%">
  <TR>   
    <TD id="LeftCol" style="width: 175px; background: url('{image-path}techhost_07.jpg'); padding-top: 15px;" valign="TOP">
    <!-- [left-blocks] -->
    </TD>
    <TD id="CenterCol" style="width: 614px; text-align: left; padding: 15px 15px 15px 5px; border-right: 1px solid #565656;" valign="TOP" align="CENTER">
    <!-- [modules] -->
    </TD>
  </TR>
</TABLE>
</BODY>
</HTML>
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3