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:45
Total: Total:45
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: width problem in techhost  PostPosted: Oct 13, 2004 - 01:48 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
If you go to my site @

http://www.proximuz.net/~kenshino/postn ... amp;send=1

The private messaging system, the center block is well too big

How do i resize it to as normal as it appears at

http://www.proximuz.net/~kenshino/postnuke

You can login my site using

Login: test
password: testing

Using Postnuke 0.726, techhost theme(autotheme), PHP 4.3.9
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 13, 2004 - 03:21 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

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



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Hi! I tried and it still doesn't work

My theme2.html is as follow

Code:
<html>
<head>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" align="center">
  <tr>      
    <td><img src="{image-path}techhost_01.png" WIDTH="342" HEIGHT="149"></td>
    <td><img src="{image-path}techhost_02.png" WIDTH="459" HEIGHT="149"></td>
  </tr>
  <tr>
    <td style="border: 1px solid #868686; border-width: 1px 0 1 1; background: #f5f5f5;">&nbsp;</td><!-- F*@#!ng IE can't right-align Object!!! -->
    <td align="right" bgcolor="#f5f5f5" WIDTH="342" colspan="2" style="border: 1px solid #868686; background: #f5f5f5; padding-right: 12px;">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="445" height="23">
      <param name="movie" value="{image-path}techhostmenu2.swf"> <param name="quality" value="high">
      <embed src="{image-path}techhostmenu2.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="445" height="23"></embed>
    </object></td>
  </tr>
</table>
<table width="801" border="0" cellpadding="0" cellspacing="0" align="center">
  <TR>   
    <TD id="LeftCol" valign="top">
    <!-- [left-blocks] -->
    </TD>
    <TD id="CenterCol" width="100%" valign="top" style="border-right: 1px solid {color7};">
    <!-- [modules] -->
    </td>
  </tr>
  <tr>
    <td colspan="3">
<br />
    </td>
  </tr>
</table>
<TABLE class="CenterBlock" width="801" border="0" cellspacing="0" cellpadding="0" align="center">
 <tr>
<td>
      <table width=100% border=0 cellpadding=0 cellspacing=0>
        <tr>
<td><img src="{image-path}techhostcenter_001.png" width=10 height=9 alt=""></td>
          <td><img src="{image-path}techhostcenter_008.png" width=100% height=9 alt=""></td>
<td><img src="{image-path}techhostcenter_003.png" width=10 height=9 alt=""></td>
        <tr>
          <td background="{image-path}techhostcenter_04.jpg" width=8></td>
          <td bgcolor="#F5F5F5" align="center" valign="top">
            <!-- [footer-msg] -->
<br />
          </td>
          <td background="{image-path}techhostcenter_06.jpg" width=10></td>
        </tr>
        <tr>
          <td> <img src="{image-path}techhostcenter_009.png" width=10 height=9 alt=""></td>
          <td background="{image-path}techhostcenter_08.jpg" width=100% height=9 alt=""></td>
          <td> <img src="{image-path}techhostcenter_09.jpg" width=10 height=9 alt=""></td>
        </tr>
      </table>
</td>
</tr>
</table>
 
<br />
</body>
</html>
 
 View user's profile Send private message  
Reply with quote
linuskOffline
Post subject:   PostPosted: Oct 14, 2004 - 02:00 AM



Joined: Sep 23, 2004
Posts: 5

Status: Offline
If you look under

modules/Messages/replypmsg.php and look for this line

echo "</span></td>"
."<td bgcolor=\"$bgcolor3\"><textarea name=\"message\" rows=\"10\" cols=\"80\" wrap=\"virtual\">";

(do a search on "textarea")

Change "cols" to some smaller value and it should work.

There are several places in postnuke that have fixed width, so you need to modify them. One other I can think of is "submit news"...

Hope it helps.

Linus
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 14, 2004 - 02:09 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Thank it! I've fixed it!
 
 View user's profile Send private message  
Reply with quote
linuskOffline
Post subject:   PostPosted: Oct 14, 2004 - 02:12 AM



Joined: Sep 23, 2004
Posts: 5

Status: Offline
"it" ? Oh man... now i become some sort of alien? Razz
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 14, 2004 - 02:17 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
LOL!

Sorry!

Just woke up, its like 9.20am =X

Thank you!
 
 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