really...
sorry, i completely forgot that such things as colour and size should be also defined in PHP code. Soon i'll try to make it work.
Now i can recommend you nothing but wait for the future version.
bbPress Plugin Browser »
Wysiwyg CKEditor (0.5)
Average Rating





Your Rating
Author: Alex Galashov
-
Posted: 1 year ago #
-
How to add header tags and what about integrating this [video][/video] tag for "easy video embedd" is it somehow possible to integrate it?
Posted: 1 year ago # -
yes, it's possible to add video, headers and colors, but currently i have no time to do it, sorry.
soon or late, i'll try to find some time for this.Posted: 1 year ago # -
All features wysiwyg-CKEditor can be released.
in the "bb-includes" directory in the main forum, search the archive
"Defaults.bb-filters.php"change the lines
add_filter ('pre_post', 'bb_encode_bad');
add_filter ('pre_post', 'bb_filter_kses', 50);To
/ / Add_filter ('pre_post', 'bb_encode_bad');
/ / Add_filter ('pre_post', 'bb_filter_kses', 50);Save the file and send it by ftp.
plug-in wysiwyg CKEditor, open the file 'bb-wysiwyg-ckeditor.php "
and change the lines['Source', 'PasteText','-',' Undo', 'Redo','-',' Find', 'Replace'],
['Link', 'Unlink', 'Image', 'Smiley'],
['Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', 'RemoveFormat'],
['NumberedList', 'BulletedList', 'JustifyLeft', 'JustifyRight']FOR
['PasteText','-',' Undo', 'Redo','-',' Find', 'Replace'],
['Link', 'Unlink', 'Image', 'Smiley'],
['Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', 'RemoveFormat'],
['NumberedList', 'BulletedList', 'JustifyLeft', 'JustifyRight'],
'/',
['Styles', 'Format', 'font', 'FontSize'],
['TextColor', 'BGColor', 'Maximize']Save and upload via ftp.
Pronto!
* Do not use 'Source' option because it will show the source code and the members
can put iframes, and is not recommended.developer of Brazil
Posted: 1 year ago # -
Hi, this plugin has a difficulty to go to the last post. If i click on "go to last post" its initially goes to the last post but then it redirects to the beginning of the page.
Posted: 1 year ago # -
I got this plug in for my forums and it installed correctly but it won't show up in FireFox 4. Does anyone know why that would be? It shows up in FireFox 3.6.16 and in Google Chrome.
Posted: 1 year ago #
Add a Comment
You must log in to post.