Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 3
Goto page Previous  1, 2, 3  Next
 
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
Well that didn't accomplish anything! Buldo's link is worthless and the problem still exists.
 



 
sunwestSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
spydie wrote: [View Post]
@buldo . you need to be registrated to view or download


I have attached it here, this patch was provided directly by MG.

cms_patch.zip
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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
Thanks buldo, that worked perfectly!
 



 
sunwestSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
sunwest wrote: [View Post]
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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
spydie wrote: [View Post]
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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
So, just wait?

Thanks!
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
Danielc wrote: [View Post]
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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
Thanks!!! I'll wait!
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix Replaces '"' To '\"' In Every Code. 
 
You can try to edit adm/admin_board_extend.php

Try to edit this part:
Code: [Download] [Hide] [Select]
                case 'HTMLVARCHAR':
                case 'HTMLTEXT':
                    //$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
                    $$field_name = trim($_POST[$field_name]);


Code: [Download] [Hide] [Select]
                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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 3
Goto page Previous  1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron