After setting up a ckeditor profile using the default "Full" configuration, a number of the configured buttons simply do not appear on the ckeditor toolbar.
I'm using the "Full" input format with no restrictions on HTML tags, latest version of ckeditor library installed, latest dev of ckeditor module.
I've tried configuring via UI, editing the ckeditor.config.js file in the module dir, and including the ckeditor.config.js file in the theme.
Same results every time.
Here are the buttons that appear:

And here are the buttons that are configured to appear:

Any ideas?
Comments
Comment #1
bribiz commentedSame exact issue. I'm using the latest versions of the module and CKEditor.
Comment #2
bribiz commentedUpdate -- I got it working based on this thread:
http://drupal.org/node/1899652
Key is to install the "Full" ckeditor as described AND it must be in BOTH the sites/all/libraries and in the sites/all/modules/contrib/ckeditor/ckeditor.
Comment #3
aaronbaumanThat did it, thanks for the info.