Hi guys
I've just uploaded the application to my server, and while trying to test it found that when I am getting things like <html><title></title><body> before my text (text that I'm writing in the textarea) and </body></html> after. For the moment, I've tried getting rid of this problem by using preg_replace (I'm using php) and it seems to work fine. But I was wondering if anyone else has faced something similar, and in that case how u guys have proceeded for that.
RE: Newbie question
RE: Newbie question
Also, this config file is a bit strange as well, I have put:
FCKConfig.DefaultLanguage = 'fr' ;
but what I'm getting is in english, and not in french.
RE: Newbie question
2. When I'm adding something like <Hi>, it is becoming &lt;Hi guys&gt; while going to the database, and hence, when i'm taking it back, it is coming as <Hi Guys>.
3. When it is adding things like <p>, instead of adding <p>, it is converting it to <p>.
4. I am obliged to add something like $text = htmlspecialchars($_POST['text']);, though I've seen there is something similar - $HtmlValue = htmlspecialchars( $this->Value ) ; in fckeditor.php. If I don't, nothing gets added in the database.
And yes, I'm using php and mysql.
Any help would be extremely appreciated.
Thanks.
RE: Newbie question
Problems that I've now is:
1. I have language as 'fr' in fckconfig.js, but the language is still in English. I would like to have the French version, as the friend for whom I'm making the site is French.
2. I would like to get rid of some buttons of the toolbar ... like to know where can I do that.
3. Apparently there is also a problem with the color. Red color, if set in the textarea, is converting to light green when published, for exemple.
Any help would be extremely appreciated.
Regards.