RE: Envolved skin rendering issues

Scott Kindley <ckindley-/Nmu/[email protected]> 06 Sep 2002 12:27:58 -0500
Newsgroups gmane.comp.web.envolution.devel
Message-ID <[email protected]>
On Fri, 2002-09-06 at 12:13, Brian wrote:
> I don't get this bug for the envolution theme (or any) at my site.. I
> did at first, but don't anymore due to a change I made
> A pic  http://dev.sigtauonline.com/downloads/images/admin-block.png
> 
> BUT I did change my index.php file .. Adding one line to fix this layout
> issue as discussed in the forums
> http://envolution.com/modules.php?op=modload&name=XForum&file=viewthread
> &tid=431
> 
> Fix info from my posting:
> in index.php (in the pn .714 cust) about line 97 you will see:
> 
> quote:
> ------------------------------------------------------------------------
> --------
>  } elseif (strlen($return) > 1) {
> // Text
> $output = new pnHTML();
> 
> /* Hacks by Neo ...........
> ------------------------------------------------------------------------
> --------
> 
> now in the new envolution index.php on line 101 we find what is to be
> the equivilent code
> 
> quote:
> ------------------------------------------------------------------------
> --------
>  } elseif (strlen($return) > 1) {
> // Text
> 
> /* Hacks by Neo ......
> ------------------------------------------------------------------------
> --------
> 
> its missing the $output = new pnHTML(); line below the //Text line
> 
> when I added this line back in.. it fixed my layout problems with
> index.php
> 
> I did not make any changes to pnHTML.php at all
> 
> 
> Furbo
> 
> 
Excellent. I've been so "envolved" in writing this manual that I have
missed that in the forums.

Thanks for the tip..and I'll make sure this gets passed into the errata
release package as well.

Zoom