Re: HTML tags show after upgrade to 1.3.9g
Quote:
Originally Posted by
Ajeh
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
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 < and > in the raw code after using the editor.
Thanks so much to Linda and others who came up with it.
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.
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? :unsure:
Re: HTML tags show after upgrade to 1.3.9g
Currency showing £ &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
Re: HTML tags show after upgrade to 1.3.9g
Quote:
Originally Posted by
choccybox
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 ...
Re: HTML tags show after upgrade to 1.3.9g
Quote:
Originally Posted by
steeve86
Currency showing £ &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 ...
Re: HTML tags show after upgrade to 1.3.9g
Quote:
Originally Posted by
Ajeh
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.
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 ...
Re: HTML tags show after upgrade to 1.3.9g
Quote:
Originally Posted by
Ajeh
Check Post #52, update for symbol_left and symbol_right on currencies ...
Quote:
Originally Posted by
Ajeh
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.