RE: Envolved skin rendering issues
"Subscriptions" <subscriptions-F/[email protected]> Fri, 6 Sep 2002 23:54:45 -0400
| Newsgroups | gmane.comp.web.envolution.devel |
|---|---|
| Message-ID | <[email protected]> |
That did the trick! Thanks Brian!!!! Stretchr -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Brian Sent: Friday, September 06, 2002 13:13 To: [email protected] Subject: RE: [envdev] Envolved skin rendering issues 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 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Scott Kindley Sent: Friday, September 06, 2002 12:40 PM To: Envol-dev Subject: [envdev] Envolved skin rendering issues http://www.kindley.net/images/blocks1.png We have a few modules where the admin tool for those modules do not render correctly in the Envolved skin. This leaves the impression of an unpolished and unprofessional skin, which is the exact opposite of what we are trying to accomplish with it. In the Administration Panel click on: "Blocks" "Autolinks" "Encompass" "Modules" "Permissions" "topx" To see that those pages do not render correctly. I don't see this kind of problem in the other skins. Anyone know what would cause this? 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