i have some problems with 'smiley'.
it looks like that:
i choose one of the standard smile from fckeditor, in fckeditor text area it looks good but when i insert those data to the database i have something like that:
<p><img src="<a href="http://localhost/fckeditor/editor/images/smiley/msn/regular_smile.gif">http://localhost/fckeditor/editor/images/smiley/msn/regular_smile.gif</a>" alt="" /></p>
Re: 'Smiley' problem
You have to configure your database file folder correctly...
like my path for development is...
C:\vhosts\bckupcoupons\output\plugins\fckeditor\editor\filemanager\connectors\php
file you need to correctly point is...
config.php
the lines you need to fix are....
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/coupons/userfiles/' ;
This is my path, use your path....
make sure all the options on that file are where you want it to default too. dont forget to check all option files, each one has pacific configurations. FCKeditor is definitly not a beginner tool for ease of configuration and development. But it is the best tool out there for this purpose if you know a good amount about code and the like. For some easier type of editors that are developer friendly, I recommend http://www.innovastudio.com, very user and developer friendly , but because of this restrictive in what you can actually do in the long run. FCKeditor is the best out there in my eyes, but then sometimes you have to go elswhere when it just won't work for you.
Hope this helps,
Chaintm