Page 17 of 23 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 225
  1. #161
    Join Date
    Jul 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    Try using for the extra_white_list.php file:
    /admin/includes/extra_configures/extra_white_list.php

    and put into that file the code:
    Code:
    <?php
    $global_xss_whitelist = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
    $my_whitelist  = array('file_contents', 'banners_html_text', 'pages_title', 'message_html');
    $global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);
    and then try to edit the Define Page or Banner HTML or EZPage Title or Send Email once more and save it to see if this displays correctly ...

    NOTE: the file
    /admin/includes/extra_configures/extra_white_list.php

    is a file that you create for this code ...
    thank you..it work very well

  2. #162
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    I don't know enough about programming code to understand it, but that patch (post #52) sure worked beautifully.

    It prevents the Define Pages Editor (and the other editors in admin?) from converting and saving the HTML "less than" and "greater than" characters (< and >) as &lt; and &gt; in the raw code after using the editor.

    Thanks so much to Linda and others who came up with it.

  3. #163
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Is there any way to add the manufacturers to the white list? Currently I'm using a <br> to display the manufacturers on two lines and the update has broken it.

  4. #164
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Are you seeing a problem in the Catalog or in the Admin when you use:
    Line 1<br>Line 2

    for the Manufacturer Name?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #165
    Join Date
    May 2010
    Posts
    5
    Plugin Contributions
    0

    bug Re: HTML tags show after upgrade to 1.3.9g

    Currency showing &pound; &euro in products price listing. Whitelist didnt help me on that one so far. anyone else know what to do on that?

    All a headache now since the upgrade and now its starting to show some issues just today and all. I also saw a microsoft update on my computer recently when these issues appeared too but I was
    Whitelist file fixed the define files though

  6. #166
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by choccybox View Post
    Is there any way to add the manufacturers to the white list? Currently I'm using a <br> to display the manufacturers on two lines and the update has broken it.
    Please check Post #52, update for manufacturers_name ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #167
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by steeve86 View Post
    Currency showing &pound; &euro in products price listing. Whitelist didnt help me on that one so far. anyone else know what to do on that?
    Check Post #52, update for symbol_left and symbol_right on currencies ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #168
    Join Date
    Oct 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    Check Post #52, update for symbol_left and symbol_right on currencies ...
    The problem is also happening to me, even after traying the solution on post #52, I can still see all the html content on the defined pages I changed since updating to version 1.3.9g.... privacy.


    Any help would be greatly apreciated.

    I have uploaded the solution on post 52 but still no change.

  9. #169
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Be sure that after you upload the code from post #52 that you then edit the define pages and save to have those changes applied ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #170
    Join Date
    Oct 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    Check Post #52, update for symbol_left and symbol_right on currencies ...
    Quote Originally Posted by Ajeh View Post
    Be sure that after you upload the code from post #52 that you then edit the define pages and save to have those changes applied ...
    Thanks. Apreciated.

 

 
Page 17 of 23 FirstFirst ... 71516171819 ... LastLast

Similar Threads

  1. Replies: 25
    Last Post: 15 May 2010, 06:20 AM
  2. Replies: 11
    Last Post: 23 Nov 2009, 02:57 AM
  3. Replies: 5
    Last Post: 22 Jan 2009, 10:23 AM
  4. Replies: 4
    Last Post: 7 Jul 2008, 12:04 AM
  5. No HTML Editor after 1.3.6 upgrade
    By KADesign in forum Upgrading from 1.3.x to 1.3.9
    Replies: 13
    Last Post: 8 Nov 2006, 04:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR