help with integrating CKeditor in mybb 1.6
t_virus Offline
Junior Member
**
Posts: 4
Joined: Jun 2011
Post: #1
help with integrating CKeditor in mybb 1.6
I replaced mybb editor with FckEditor by editing the newthread and other templates. here was the code i added -

after head tag----

Code:
1
2
3
4
5
6
7
8
9
10
11
</script><script type="text/javascript" src="fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'message' ) ;
oFCKeditor.BasePath = "/forum/fckeditor/" ;
oFCKeditor.Width = 1000 ;
oFCKeditor.Height = 500 ;
oFCKeditor.ReplaceTextarea() ;
}
</script>


i also removed the {codebuttons}

Can someone please write a code that will work with CKeditor?
P.S. i am new to coding

(This post was last modified: 06-23-2011 02:45 PM by t_virus.)
06-23-2011 02:44 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: