Modules Used
CKeditor: 6.x-1.6
Video_Filter: 6.x-3.x-dev (as of 9/13/2011)

Steps
1) Installed both modules.
2) Added 'video_filter' to all three drupal toolbars in sites/all/modules/ckeditor.config.js
3) Added the following to the end of ckeditor.config.js right before the closing bracket.
// Video_filter plugin.
config.extraPlugins += (config.extraPlugins ? ',video_filter' : 'video_filter' );
CKEDITOR.plugins.addExternal('video_filter', Drupal.settings.basePath + 'sites/all/modules/video_filter/editors/ckeditor/');
4) Cleared the cache.

I've been able to get this to work on D7, but not on D6. I know in D7 there was a checkbox to enable video filter on the ckeditor settings page for each ckeditor profile. I'm not seeing that on D6 and wasn't sure if I'm missing a step somewhere.

I see there was a feature request (#743514: Feature Request: Button for CKEditor)that was added to the dev release a few months ago but as of pulling the dev release yesterday I'm not able to get it to function.

Comments

chadd’s picture

i'm also having this problem. no video filter button displaying in ckeditor.
anyone have a quick fix?

chadd’s picture

here's what i did to get this to work in the new ckeditor 6.x-1.6:
(as usual, as soon as i post a comment asking if anyone else has an answer, i figure it out myself)
with the new ckeditor plugin control in every ckeditor profile, you don't need to add the js into the ckeditor.config.js anymore (as in step #3 above)

- copy the files from video_filter/editors/ckeditor to a new folder in your ckeditor module: ckeditor/plugins/video_filter
- add the button in the proper menus in your ckeditor/ckeditor.config.js file as before [video_filter]
- enable the plugin in your ckeditor profile, see the "managing plugins" section of the ckeditor readme.txt for more info on that...

done and done.
hope that helps someone...

caschbre’s picture

Brilliant! Thanks for the help.

helmo’s picture

minnur’s picture

Status: Active » Closed (fixed)

Closing this outdated ticket.