|
Page 2 of 3
|
sunwest 
Joined: February 2007
Posts: 38
Location:  Phoenix, AZ USA
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Well that didn't accomplish anything! Buldo's link is worthless and the problem still exists.
|
#16 Thu 22 Jul, 2010 14:30 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
@buldo . you need to be registrated to view or download
I have attached it here, this patch was provided directly by MG.
Description: |
CMS Stripslashes Patch |
 Download |
Filename: |
cms_patch.zip |
Filesize: |
21.12 KB |
Downloaded: |
128 Time(s) |
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
#17 Thu 22 Jul, 2010 20:18 |
|
sunwest 
Joined: February 2007
Posts: 38
Location:  Phoenix, AZ USA
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks buldo, that worked perfectly!
|
#18 Fri 23 Jul, 2010 14:42 |
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks buldo, that worked perfectly!
You have to say "Thanks" to MG!
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
#19 Fri 23 Jul, 2010 19:11 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 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
____________ Out of Order
|
#20 Fri 23 Jul, 2010 19:55 |
|
Danielc 
Joined: August 2006
Posts: 248
Location:
|
 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!
|
#21 Sat 24 Jul, 2010 00:44 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 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
____________ Out of Order
|
#22 Sat 24 Jul, 2010 01:49 |
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 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
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  , I will post here more quickly!
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
#23 Sat 24 Jul, 2010 09:57 |
|
Danielc 
Joined: August 2006
Posts: 248
Location:
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
So, just wait?
Thanks!
|
#24 Sat 24 Jul, 2010 16:52 |
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
So, just wait?
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.
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
#25 Sun 25 Jul, 2010 16:54 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 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.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#26 Wed 28 Jul, 2010 00:11 |
|
Danielc 
Joined: August 2006
Posts: 248
Location:
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks!!! I'll wait!
|
#27 Thu 29 Jul, 2010 00:48 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
You can try to edit adm/admin_board_extend.php
Try to edit this part:
case 'HTMLVARCHAR':
case 'HTMLTEXT':
//$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
$$field_name = trim($_POST[$field_name]);
case 'HTMLVARCHAR':
case 'HTMLTEXT':
$$field_name = trim(stripslashes($_POST[$field_name]));
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#28 Mon 02 Aug, 2010 23:07 |
|
Danielc 
Joined: August 2006
Posts: 248
Location:
|
 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!
|
#29 Tue 03 Aug, 2010 01:07 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 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>
____________ Out of Order
|
#30 Tue 03 Aug, 2010 13:48 |
|
|
Page 2 of 3
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You 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
|
|
|
|