Icy Phoenix Replaces '"' To '\"' In Every Code.
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Well that didn't accomplish anything! Buldo's link is worthless and the problem still exists.
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
cms_patch.zip | ||
Description: | CMS Stripslashes Patch | ![]() Download |
Filename: | cms_patch.zip | |
Filesize: | 21.12 KB | |
Downloaded: | 128 Time(s) |
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
where I still wonder about is, why did´nt he post this here.
he´s suposed to be soporting Icy on it´s main page, I mean, This is his baby
and Bug fixes are suposed to be released on the main page
he´s suposed to be soporting Icy on it´s main page, I mean, This is his baby
and Bug fixes are suposed to be released on the main page
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Partially works.. It fixes the bug in CMS pages, but not in ACP (try changing Google Analytics code).
Thanks!
Thanks!
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
same happens , if you try to put an image as spacer for the signature.
had to do it directly in database
had to do it directly in database
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
It was a quick patch made nearly "on-the-fly" and, as Danielc notes, it has to be review.
BTW, as also someone noticed in this topic, it isn't properly a bug but depends by some server settings and in the SVN version it has been already fixed some months ago.
Next time, if ever will be :mrblue: , I will post here more quickly! :P
spydie wrote: [View Post]
It was a quick patch made nearly "on-the-fly" and, as Danielc notes, it has to be review.
BTW, as also someone noticed in this topic, it isn't properly a bug but depends by some server settings and in the SVN version it has been already fixed some months ago.
Next time, if ever will be :mrblue: , I will post here more quickly! :P
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
I think, in general, that the best thing we can do is to give him a detailed description of the problem, screenshots and all the informations that may lead him to understand where/what the issue was, so let's give to him more datails as possible and surely MG will try to help us as soon as he can.
Danielc wrote: [View Post]
I think, in general, that the best thing we can do is to give him a detailed description of the problem, screenshots and all the informations that may lead him to understand where/what the issue was, so let's give to him more datails as possible and surely MG will try to help us as soon as he can.
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
It should be definitely fixed in SVN, I will have a look as soon as I have some free time on latest stable release.
Thanks.
Thanks.
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
You can try to edit adm/admin_board_extend.php
Try to edit this part:
Try to edit this part:
case 'HTMLVARCHAR':
case 'HTMLTEXT':
//$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
$$field_name = trim($_POST[$field_name]);
case 'HTMLTEXT':
//$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
$$field_name = trim($_POST[$field_name]);
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Perfectly.. Seems to be working fine.... One question... Why do you write two "$" in the code? ($$field_name)
Thanks!
Thanks!
Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Just tested, and still not working , if you try to put an image path into signature separator.
Example this code : <center><img border="0" src="http://www.my_site.com/images/sf.png"></center>
comes out like this: <center><img border=\"0\" src=\"http://www.my_site.com/images/sf.png\"></center>
Example this code : <center><img border="0" src="http://www.my_site.com/images/sf.png"></center>
comes out like this: <center><img border=\"0\" src=\"http://www.my_site.com/images/sf.png\"></center>
Page 2 of 3
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.9543s (PHP: 2% SQL: 98%)
SQL queries: 17 - Debug Off - GZIP Enabled