Re: Envolved skin rendering issues

Scott Kindley <ckindley-/Nmu/[email protected]> 06 Sep 2002 21:44:17 -0500
Newsgroups gmane.comp.web.envolution.devel
Message-ID <[email protected]>
This totally fixed it for me. I think the ommission of that one line of
code in index.php made the difference.

Zoom

On Fri, 2002-09-06 at 14:39, Sjahrazad Alamsjah wrote:
> I think the envolved problem is not came from the core. I guess such as
> missing closing tags somewhere in file master2.tpl
> 
> sjah
> 
> ----- Original Message -----
> From: "Scott Kindley" <ckindley-/Nmu/[email protected]>
> To: "Envol-dev" <[email protected]>
> Sent: Saturday, September 07, 2002 12:27 AM
> Subject: RE: [envdev] Envolved skin rendering issues
> 
> 
> > 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
> >
> >
> > _______________________________________________
> > Envdev mailing list
> > [email protected]
> > http://www.madhatt.info/mailman/listinfo/envdev_madhatt.info
> >
> 
> 
> 
> _______________________________________________
> Envdev mailing list
> [email protected]
> http://www.madhatt.info/mailman/listinfo/envdev_madhatt.info
> 
>