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:41
Total: Total:41
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
RayOffline
2 Post subject: Free Halloween Theme Available!!!!!  PostPosted: Oct 07, 2004 - 07:51 PM
Information Hound


Joined: Aug 17, 2004
Posts: 686

Status: Offline
This is a great new and FREE theme from Mars.

If you want to change up your site in time for the ghoulish night then by all means grab this theme now. It is a AutoTheme Lite .8 theme so make sure that your site has been upgraded to accept the new standard. It also includes the .psd header file so that you can modify the header to reflect your site.

Im using this theme on my site at the moment so dont be shy if you want to see the theme in action first.

Check it out at WINBYTES.COM


Last edited by Ray on Nov 01, 2004 - 03:13 PM; edited 1 time in total
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 25, 2004 - 05:52 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
My postwrap 2.5 links will only load a blank iframe using this theme.

Any idea why?

thanks
 
 View user's profile Send private message  
Reply with quote
Guest
Post subject:   PostPosted: Oct 27, 2004 - 06:12 PM






a stupid question.......
does this theme for xoops2 ?

thanks.....

http://newyork.idv.tw
 
   
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 24, 2005 - 01:47 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
lelchuck wrote:
My postwrap 2.5 links will only load a blank iframe using this theme.

Any idea why?

thanks


I still have the issue with the blank iframe .... although it only appears blank when the called page is a php file.

A postwrap call to index.html works but index,php does not.

Any suggestions are welcome

larry
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 24, 2005 - 01:58 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Does it only fail with this theme or all autothemes?
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 24, 2005 - 02:07 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
mars wrote:
Does it only fail with this theme or all autothemes?


Hi Mars

Strangely enough ... only with this one

I've moved to Openstar 3.0 (PN 0.75 enhanced)
Last year I was running 0.726
Both have Autothemes 0.8

thanks
larry
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 24, 2005 - 02:16 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Try to copy theme.php and theme.cfg from a working AutoTheme to the halloween folder.
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 24, 2005 - 02:25 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
I tried that using the two files from the default AT-blue theme that came with OpenStar. Still the same result.

Very strange!

cheers
larry
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 24, 2005 - 11:33 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
Mars

I also tried with the same 2 files from your Red Free theme
No luck


The Red Free theme and the blue dot theme had the exact same issue as the Halloween theme


Calls to Postwrap are made using the usual method. Cas's pnCPG and pnATutor are also used using postwrap in my setup

thanks
larry
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 24, 2005 - 12:37 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
I'll install Postwrap on my test site and see what I can find.
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 24, 2005 - 01:17 PM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
Much appreciated Mars

larry
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 24, 2005 - 10:13 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
wow..
This has to be the stupidest bug I have ever found.

Open theme2.html
Look for
Code:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center" width="199"><!-- [left-blocks] --></td>
    <td valign="top" align="center"><!-- [modules] --></td>
  </tr>
</table>


Replace it with
Code:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top" align="center" width="199"><!-- [left-blocks] --></td>
    <td valign="top" align="center"><!-- [modules] --></td>
  </tr>
    <tr>
    <td valign="top" align="center" width="199"></td>
    <td valign="top" align="center"><!-- [footer-msg] --></td>
  </tr>
</table>



Seems PostWrap needs the footer-msg I guess.
Confused
 
 View user's profile Send private message  
Reply with quote
lelchuckOffline
Post subject:   PostPosted: Oct 25, 2005 - 12:44 AM



Joined: Oct 25, 2004
Posts: 8

Status: Offline
Thanks Mars. It works.

I do appreciate both your quick response and you taking the time to troubleshoot this issue.

I assume I'll want to make this change to all themes that I downloaded from your site.

cheers
larry
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 25, 2005 - 01:01 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Only the ones that don't have footers.
Smile
 
 View user's profile Send private message  
Reply with quote
HaMMeROffline
Post subject:   PostPosted: Nov 16, 2006 - 03:35 AM



Joined: Nov 16, 2006
Posts: 6

Status: Offline
Hi...I am having the same problem with theme I purchased here....(Gaming1)...I tried playing with the code but..lol...just not coming out right.

Any hints Mars?
 
 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