11-28-2007, 04:29 AM
A friend of mine installed this on my HTML front page a while back but I deleted the front page and went with a portal for my forum as my "front page." I have it installed with it will not load with my portal.
If you load the HTML directly:
http://drugsplayground.com/styles/Arrow/...opia.shtml
The news is included, however, when I include utopia.shtml to load on my portal, it loads the header but not the news. http://www.drugsplayground.com
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>News</h3>
<!--#include virtual="/news/news.txt" -->
<span class="corners-bottom"><span></span></span>
</div>
</div>
That's the coding to utopia.shtml. Like I said, the news loads when you load the straight document but when included in my portal, it doesn't load. There's a file called portal_body.html where aligns and loads all the included files that makes the portal:
<!-- [+] center block area -->
<td valign="top">
<!-- INCLUDE portal/block/ads.html -->
<!-- INCLUDE portal/block/utopia.shtml -->
<!-- IF S_DISPLAY_WELCOME -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
And it goes on. I know it loads the document as it loads the news header but it doesn't load the news itself. Any ideas?
If you load the HTML directly:
http://drugsplayground.com/styles/Arrow/...opia.shtml
The news is included, however, when I include utopia.shtml to load on my portal, it loads the header but not the news. http://www.drugsplayground.com
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>News</h3>
<!--#include virtual="/news/news.txt" -->
<span class="corners-bottom"><span></span></span>
</div>
</div>
That's the coding to utopia.shtml. Like I said, the news loads when you load the straight document but when included in my portal, it doesn't load. There's a file called portal_body.html where aligns and loads all the included files that makes the portal:
<!-- [+] center block area -->
<td valign="top">
<!-- INCLUDE portal/block/ads.html -->
<!-- INCLUDE portal/block/utopia.shtml -->
<!-- IF S_DISPLAY_WELCOME -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
And it goes on. I know it loads the document as it loads the news header but it doesn't load the news itself. Any ideas?