It's main niche is for html pagesQuote:
Originally Posted by countrycharm
It adds unnecessary code - - code bloat
Also it designs a html page and there are parts of it you MUST not use
Printable View
It's main niche is for html pagesQuote:
Originally Posted by countrycharm
It adds unnecessary code - - code bloat
Also it designs a html page and there are parts of it you MUST not use
I don't know if this is important or not, but I while trying to install an add-on, HTML was being added to the database
Full details in the link below
http://www.zen-cart.com/forum/showpo...4&postcount=29
NOTE: Check post #52 of this thread as it has been updated for fixes for the Install SQL Patch ...
Hi, I tried this, I just upgraded to 1.3.9g as well and I'm still seeing a lot of html on the preview page. I've uploaded a screen shot, does this look like the same issue to you? Thanks.
The screenshot is pretty small, so I'll add some of the code here- I wonder if it has to do with the image handler module?
<link href="file:///C:\DOCUME~1\Mel\LOCALS~1\Temp\msohtmlclip1\01\clip_filelist.xml" rel="File-List" /><link href="file:///C:\DOCUME~1\Mel\LOCALS~1\Temp\msohtmlclip1\01\clip_themedata.thmx" rel="themeData" /><link href="file:///C:\DOCUME~1\Mel\LOCALS~1\Temp\msohtmlclip1\01\clip_colorschememapping.xml" rel="colorSchemeMapping" /><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/>
The Page Preview will be fixed in v1.3.9h ... if it looks right on the Store you should be okay ...
I posted every code patch fix I could find and still the html code showed through (on main page), ZC 1.3.9g. So I whited out most of those define pages just to get things to work.... In searching pages (w/ TextWrangler) on how to use the SPONSORS box I discovered the following file was corrupted:
admin/editors/htmlarea/popups/about.html
Apparently the original file was not saved properly (or something similar) and the file was not recognizable to TextWrangler. Opening the file and re-typing over a single character (any will do) and saving the file fixed whatever the corruption issue was. Uploaded the newly saved 'about.html' and now everything (html rendering) seems to be working as advertised. The question now is 'Was that the problem all along?' and will the original ZC 1.3.9g upload work with this change and not all the added in code patch fixes?