Hi,
Is it possible to use the editor with phpbb3? If so which version of the editor can I use?
Also can the editor do html input? php input?
Thanks!
Is it possible to use the editor with phpbb3? If so which version of the editor can I use?
Also can the editor do html input? php input?
Thanks!
Re: Can we use the editor with phpbb3?
Re: Can we use the editor with phpbb3?
Re: Can we use the editor with phpbb3?
Re: Can we use the editor with phpbb3?
Re: Can we use the editor with phpbb3?
There is nothing on phpbb! I just did a search for ckeditor! No one is able to intergrate it. Even the Area 51 guys!
You have a forum here regarding intergration that was abandoned 3 years ago > viewforum.php?f=15
So how can you say go figure it out for yourself but it works?
Re: Can we use the editor with phpbb3?
I don't know the historical aspect of it, but if it really was three years ago as you claim then CKEditor has been developed since then (I.E. That forum was for FCKEditor). It should be much easier to use the htmlprocessor to custom format the output into BBCode, at least the basic stuff in CKEditor.
I know that it works, because of the theory behind it. It's simple. The problem is getting the elbow grease required to integrate it and work out all the bugs. People using Drupal and CKeditor are constantly asking questions here which are not errors with CKEditor but rather errors with either the intergration process or their particular installation.
Such would inevitably be the case with PHPBB, but I promise that if you spend enough time ripping everything apart, you could make it work.
Re: Can we use the editor with phpbb3?
Re: Can we use the editor with phpbb3?
You just posted your own tutorial. As you can probably see, it's really hard. I'll try to give an overview of what you'd have to do.
Obviously remove all those editors files and put the CKFiles somewhere.
1) Hardest: Start by looking at the installer XML. These installers in PHPBB are simply a list of commands like:
Open File #1
Find 'Do part a'
Add-After 'Do new thing after a'
You have to look at each of his entries and figure out what he's doing and if it needs to be changed for CKEditor. Including the new paths
2) Modify files until you get it going with the basic settings, it doesn't have to submit code, just have to get the instance of CKEditor going and then your on the home stretch.
3) Change CKEditor to fit BBCode style by modifying the dataprocessor and htmlprocessor and all.
Since he added an editor, you are going to be modifying basically the same files. You just need to use the CKEditor PHP Syntax. The problem, now that I think about it, is that it looks like his does too much. I think you can do a lot of the php code he's doing (Conversion of BBTags) through CKEditor by defining the style formatter as such. However, since there are so many complex tags possible, you might end up needing some of this code. I don't know.
Again, if have read any topics on this, you'll see that it is not at all a simple process. As evidenced by how complicated all the code is. Nevertheless, it can be done. Good luck.
EDIT: Maybe see what this is too: http://www.meis2m.com/upload/uploads/phpBB3.rar