Page 1 of 1
FCKeditor trouble
Posted: Thu Mar 16, 2006 1:26 am
by smartieskiller
hi i'm having trouble with FCKeditor
i'm putting it in the right Dir but when i'm trying to edit a post it don't appear??
i see in thesearch engine a lot of trouble with FCKeditor but i haven't see how to correct it
When i'm editing html source i see the right location in the plugin dir.
Thx for helping me and sorry for bad english.
Re: FCKeditor trouble
Posted: Thu Mar 16, 2006 12:39 pm
by garvinhicking
Do you get any javascript errors, did you check for that?
What is the exact location that you see in the HTML Source? What happens if you call that URL within the browser?
Regards,
Garvin
Posted: Thu Mar 16, 2006 4:04 pm
by smartieskiller
i'm having this error
ligne:391
car:17
erreur: 'FCKeditor' est indefini
under ie.
and the ligne of code are:
function fck_init() {
if (document.getElementById('serendipity[body]')) {
var oFCKeditor_bd = new FCKeditor( 'serendipity[body]' ) ;
oFCKeditor_bd.BasePath = "var/www/sdb/3/1/smartieskiller/serendipity/plugins/serendipity_event_fckeditor/FCKeditor/" ;
oFCKeditor_bd.ToolbarSet = "Default" ;
oFCKeditor_bd.Height = 400 ;
oFCKeditor_bd.ReplaceTextarea() ;
Posted: Mon Mar 20, 2006 10:46 pm
by smartieskiller
it's really trouble,it's works like a charm with XINHA as WYSIWYG editor but not with FCKditor LOOOL what is the trouble ??????????????
Posted: Tue Mar 21, 2006 10:23 am
by garvinhicking
Are you sure you configured the right paths? In the snippet you posted the URL is like "var/
www...". I think it should read the HTTP path there, not the filesystem path! Check your fckeditor plugin and enter the right path.
Regards,
Garvin