Thank you for reply, MySchizoBuddy.
I found it 's FCKeditor problem, I downloaded another version and had solved it. thank you.
and another problem
how FCKeditor work with smile 0.6, another add-on by Alexander Weiher?
I think the solution is similar with Quotations - http://lussumo.com/community/?CommentID=48036
u can use the icons that come with smile 0.6 in FCKeditor. Fckeditor already has smileys, just replace them. if u wnat to add some more look in fckconfig.js file. there is a parameter where u can put in smiley files names u want included.
I'm getting an error with fckstyles.xml row one... Have you got any idea whats wrong (my guess would be that I should change UTF-8 to something else but what?)?
Just wondering about the Text Size, I try to change the text size using the FCKeditor and the resulting HTML it produces doesn't have any extra text info...
Hi, I have prob. with FCKeitor. I am using vanilla latest version. I want 2 use this editor. I have install it and config. it but there is no change is the comments box, is simple.
How can i set is editor.
I have installed this extension, and the comment box comes up with the toolbar and lets you apply all the formatting, but this formatting does not all display when the comment is posted. Text size doesn't display, but font color does, among other weirdnesses.
Do I need some other extension to enable the display of the formatting in the discussion?
Thanks !
Ok first u shouldn't be using Font tag anyway. I dunno why I enabled it. next version I'm taking it out. Not all attributes to a tag are allowed. I forgot to add size to the font tag. I mentioned here how to add that. http://lussumo.com/community/?CommentID=68452
One problem on mine was that... since the fckeditor downloaded files folder is lowercase... this time somehow.. and i am on linux server it wouldn't find the url
for example
/js/FCKeditor/editor/fckeditor.html
that won't work
but this will work
/js/fckeditor/editor/fckeditor.html
solution was to change this in the defualt php file
Hi,
I am trying to install several adds-on and it does not work (Fckeditor, statistics...).
Only the language adds-on works (for french).
Concerning Fck-editor, i can upload all the files to the directory that i created in my ftp program, namely /www/forum/extensions/FCKeditor.
In the adminstrator manager, when I click on the extension, it tells me that it has been installed just fine.
Indeed I can cut/paste videos from youtube.
Yet the toolbar doesn't appear in the comment box (at the end of each discussion).
And I haven't figured out a way to cut/paste images from flick or other hosting image sites.
I have no idea what is wrong.
Any tip ?
I am hosted by OVH (http://www.ovh.com/fr/produits/start1g.xml)
Thanks a lot for your help.
I created a specific folder named FCKeditor in my extension folder (that contained no folder).
I uploaded all the unziped files of FCKeditor on my computer to the FCKeditor on my ftp folder.
does that answers your question?
Comments
Fckeditor already has smileys, just replace them. if u wnat to add some more look in fckconfig.js file. there is a parameter where u can put in smiley files names u want included.
Thanks again MySchizo!
change the font tag to this
'font' => array('color' => 1,'size' =>1),
btw the font tag is depreciated, u shouldn't use it.
Let me see how the span instead of font works. if it works good. then i'll update fckeditor
FCKeditor is around 2MB i think.
Not all attributes to a tag are allowed. I forgot to add size to the font tag. I mentioned here how to add that.
http://lussumo.com/community/?CommentID=68452
One problem on mine was that... since the fckeditor downloaded files folder is lowercase... this time somehow.. and i am on linux server it wouldn't find the url
for example
/js/FCKeditor/editor/fckeditor.html
that won't work
but this will work
/js/fckeditor/editor/fckeditor.html
solution was to change this in the defualt php file
oFCKeditor.BasePath = "' . $Context->Configuration['WEB_ROOT'] . 'js/FCKeditor/" ;
to
oFCKeditor.BasePath = "' . $Context->Configuration['WEB_ROOT'] . 'js/fckeditor/" ;
understand if you are on a windows server this wouldn't matter
but on a linux it does!