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 ...

$19.95
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:2
Last: Yesterday:1
Last: Total:6929
Last: Last:
silver163
Members: Online
Members: Members:0
Guests: Guests:17
Total: Total:17
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
CyberdinOffline
4 Post subject: [Not Working] WoW4 Theme in PostNuke and PostWrap 2.5  PostPosted: Jan 24, 2006 - 11:12 PM



Joined: Jan 24, 2006
Posts: 3

Status: Offline
I recently bought (... i mean donated Very Happy ) your WoW4 theme for
postnuke.

I have installed .761 ver along with AT-Lite .851 and everything was
fine until I tried to install postwrap and use it to embed my guild's
Eqdkp site on my PN site....

If I use ExtraLite theme it works ... yet no autotheme or xanthia theme
works (with the exception of i-geom that is made by the same guy that made NukeWrapper)

My experience on PHP script is limited. I tried to find the flaw myself
yet thal lead nowhere. ( I am not even trying to mention that my
experince with HTML templates and other web stuff is even lower Wink )

I would greatly apreciate any help from you Mars (I tried your
footer msg suggestion posted at spidean forums with no luck ....)

Lost in MySqlSpace
Cyberdin
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 25, 2006 - 03:18 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3934

Status: Offline
Change the following at the bottom of theme.html and theme2.html

theme.html
Change
Code:
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
   <TR>
      <TD width="173" valign="top" class="header2"><!-- [left-blocks] -->       </TD>
      <TD align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center" valign="top"><!-- [center-blocks] --><!-- [modules] --></td>
            <td width="173" align="center" valign="top"><!-- [right-blocks] --></td>
          </tr>
        </table>
        </TD>
   </TR>
</TABLE>

To
Code:
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
   <TR>
      <TD width="173" valign="top" class="header2"><!-- [left-blocks] -->       </TD>
      <TD align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center" valign="top"><!-- [center-blocks] --><!-- [modules] --></td>
            <td width="173" align="center" valign="top"><!-- [right-blocks] --></td>
          </tr>
         <tr>
             <td colspan="2" align="center"><!-- [footer-msg] --></td>
         </tr>
        </table>
        </TD>
   </TR>
</TABLE>



Theme2.html
Code:

<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
   <TR>
      <TD width="173" valign="top" class="header2"><!-- [left-blocks] -->       </TD>
      <TD align="center" valign="top"><!-- [modules] --></TD>
   </TR>
</TABLE>

Change To
Code:

<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
   <TR>
      <TD width="173" valign="top" class="header2"><!-- [left-blocks] -->       </TD>
      <TD align="center" valign="top"><!-- [modules] --></TD>
   </TR>
         <tr>
             <td colspan="2" align="center"><!-- [footer-msg] --></td>
         </tr>
</TABLE>


Postwrap requires the footer to be included due to javascript.
 
 View user's profile Send private message  
Reply with quote
CyberdinOffline
9 Post subject: Thank you for the speedy reply but ....  PostPosted: Jan 25, 2006 - 08:41 AM



Joined: Jan 24, 2006
Posts: 3

Status: Offline
.... but as I said I HAD tried the sollution you gave astrojones over at
spidean.com with no luck ... All I get displayed is the open in window links
that postwrap puts on top and botom of the IFRAME (the full footer stuff Wink ) yet no Iframe is displayed and this is my problem... It only displays with ExtraLite... I also know that it maybe NOT your fault and it maybe some incompatibility of AT-Lite and PW. Though before asking Shawn it felt right to contact you first.

Anyways if you have another idea please post it else
consider me happy that you even replied with the first try of
a sollution.

Best Regards
Cyberdin
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jan 25, 2006 - 11:32 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3934

Status: Offline
Can you post a link to the site so I can see the source code?
 
 View user's profile Send private message  
Reply with quote
CyberdinOffline
Post subject:   PostPosted: Jan 25, 2006 - 11:15 PM



Joined: Jan 24, 2006
Posts: 3

Status: Offline
Well it took me one whole day to do it but I started from ExtraLite theme
and converted it to resemble WoW4 theme i bought from you...

This works (with some minor problems like scrolling bar style not aplying
from style.css) and if it is ok with you I will use it in place of the autotheme version that causes the problem.

PS. Mars (and I MEAN Only Mars! I will NOT reply to anyone else) if you want my "enhanced" ExtraLite version PM me to mail it to you. I have a working mail from our paypal transaction....
 
 View user's profile Send private message  
Reply with quote
jrlepageOffline
Post subject:   PostPosted: Jun 24, 2006 - 11:23 PM



Joined: Jun 13, 2006
Posts: 4

Status: Offline
I'm having a similar problem with the EQ2 theme - I made the changes you suggested for the footer and now PostWrap is displaying properly with Firefox but not with IE.

Here's the link: http://www.crimsonstalkers.net

It's the "dkp" link on the left that points to the postwrap module

Any ideas?
 
 View user's profile Send private message  
Reply with quote
jrlepageOffline
Post subject:   PostPosted: Jun 25, 2006 - 12:00 AM



Joined: Jun 13, 2006
Posts: 4

Status: Offline
nvm fixed it =) adding the &index=1 arguement to postwrap made IE happy
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jun 25, 2006 - 12:55 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3934

Status: Offline
Looks great. Smile
 
 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
Credit Cards | Credit Counseling | Free Credit Score | Loans | Repair Bad Credit | Internet Marketing

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