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.
FCKeditor trouble
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: FCKeditor trouble
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
What is the exact location that you see in the HTML Source? What happens if you call that URL within the browser?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
smartieskiller
- Regular
- Posts: 43
- Joined: Sun Mar 12, 2006 3:15 am
i'm having this error

under ie.
and the ligne of code are:
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() ;
-
smartieskiller
- Regular
- Posts: 43
- Joined: Sun Mar 12, 2006 3:15 am
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/