Add Wysiwyg Editor to Textarea
bbPress Plugin Browser »
Wysiwyg CKEditor (0.5)
Average Rating





Your Rating
Author: Alex Galashov
-
Posted: 1 year ago #
-
please ignore previous post!
Posted: 1 year ago # -
Great
Posted: 1 year ago # -
Not working for me :( I am able to install and actvate the plugn, but it's not showing up in the input areas. I deactivated all other plugins and tried changing the thempates (not working with Kakumei either). Any suggestions?
Posted: 1 year ago # -
which version of BBPress You are using? mine is latest (was taken from dev trunk), but it should be compatible with previos versions.
soon i'll test it's compatibility a bit deeper, but it would be simpler, if you could provide me some more information, or even give me your entire forum directory in archive (remove bb-config!)
My plugin is much better than the previous one (to my mind), so it's beneficial for you, people, to help me.
Posted: 1 year ago # -
this is the great plugin
Posted: 1 year ago # -
I also cannot get the WYSIWYG to appear in the text area; I am using BB version 1.02 and this plugin version 0.3
Posted: 1 year ago # -
- Message from author -
Sorry!
By myself I'm unable to find out why it's not working for you - for me it's working just perfect.If you want me to help you - please provide hier quality information:
- adress of your forum - would help a lot!
- browser javascript errors
- versions
- YOUR CONTACTS - if you want me to contact you, of course.Plugin itself is VERY very simple - you may look at the source and try to fix it yourself. Don't forget to post the result here.
Posted: 1 year ago # -
I integrate the forum(bbpress 1.02) with the blog(wordpress 2.9.2) but they use different database and share user and login registration only.
address: http://forum.inetvideo.com/
the javascript errors: Firebug's log limit has been reached. 0 entries not shown. Preferences
"NetworkError: 404 Not Found - http://forum.inetvideo.com/my-plugins/bb-wysiwyg-ckeditor/ckeditor/ckeditor.js"
ckeditor.js
"NetworkError: 404 Not Found - http://blog.inetvideo.com/wp-content/themes/inet_default/images/feed-icon-16x16.gif"please help out . contact me at zt1983811@gmail.com
Posted: 1 year ago # -
The file
bb-wysiwyg-ckeditor.phpHas two references to my-plugins...
And two references to my-wysiwyg...On lines 38 and 40.
They should all be changed to bb-plugins and bb-wysiwyg.
I think this was a simple mistake, probably a difference in how timeanomaly has his setup vs. everyone else?
That fixed it for me and it's working now.
Posted: 1 year ago # -
You're on the right track ashel but it's a bit more to it. If you installed bb-wysiwyg-editor, be sure you are editing the right folder as it is very similar. The folder for this plugin is wysiwyg-ckeditor.
In /bb-plugins/wysiwyg-ckeditor folder, edit the file bb-wysiwyg-ckeditor.php.
Find
my-plugins/bb-wysiwyg-ckeditor/ckeditor/ckeditor.js
Change to:
bb-plugins/wysiwyg-ckeditor/ckeditor/ckeditor.jsFind
my-plugins/bb-wysiwyg-ckeditor/";Change to:
bb-plugins/wysiwyg-ckeditor/";I noticed bb-wysiwyg-editor plugin had the a similar mistake so I'll update it there too.
Posted: 1 year ago # -
After looking at the readme file, I now see there are instructions to put the plugin into /my-plugins folder and move /smiles to the root. I just think it's a poor implementation to do it this way. I'm used to WordPress plugins where you just drop the plug-ins into the plugin folder and activate it.
In any case, you can either create another plugin folder called /my-plugins or do the mods above.
Finally, you have to move /smiles to the forum root or the gifs won't show up.
Posted: 1 year ago # -
Ok, that all makes sense. I changed it as stated above and got it working. The source files or directions need updating as it can be frustrating to figure these things out, especially for people that have no clue what a php file even is.
Posted: 1 year ago # -
This is a great adaptation of CKEditor for bbPress that fixes the major problem with the existing bbPress plugin - that it doesn't handle quotes very well.
However, Alex, could you PLEASE update the main file with the proper names - this is really tough for everybody to troubleshoot, and make it clearer that the plugin belongs in /my-plugins. Thanks!
In addition to some of the naming issues above, the plugin is defining itself as existing at bb-wysiwyg-editor. To get this plugin to work, I had to rename the folder from wysiwyg-editor to bb-wysiwyg-editor, then reactivate the plugin.
Posted: 1 year ago # -
can't get it to work on forumcine.ma
even the modifications didn't bring it to replace the original textarea.
I think the best solution is to import the wordpress editor to bbpress.
Posted: 1 year ago # -
sorry for absence - i was not subscribed to posts on this thread.
user plugins should be put into my-plugins folder, NOT bb-plugins!
So the path is 100% correct - it's your mistake.I added a little fix to make it work in any folder (v 0.5)
Also fixed the folder name.Also, now i invalidate older instructions from "message.txt":
they are useless.
if it does not work for you - fix it yourself and post the result here.
If you cannot fix it - than find someone who will do it. Again, post your result here.Posted: 1 year ago # -
I cannot figure out how to enable all the other features like color, size, etc?
Posted: 1 year ago # -
It's easy. The best place for information is official site -
http://ckeditor.com/Download the distribution package and see samples.
Full toolbar definition is here:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/ToolbarIn the plugin (bb-wysiwyg-ckeditor.php)
find the function which contructs the editor:
CKEDITOR.replace(...);
and edit the "toolbar:" arrayAlso, there are some extra features, which are off, for example spelchecking and autogrow
Posted: 1 year ago # -
I added a fresh new bbpress with no changes to any code.
I successfully installed Ckeditor, everything works. However, when I add the code like you pointed out
[
['Source','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-',],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Link','Unlink','Anchor'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
'/',
['Styles','Format','Font','FontSize'],
['TextColor','BGColor'],
['Maximize', 'ShowBlocks','-','About']];
When typing, everything works but once I hit send or post, the color, size, etc does not get applied.
The default bold, italics, strikes, all works.
But color, background color, font, size, etc does not work.
Any idea?
Posted: 1 year ago #
Add a Comment »
You must log in to post.