I had to upgrade to use 7.x.-2.x-dev version of wysiwyg (because of issues with CKEditor 4.) The IMCE button does not show up with this version. I don't know whether this is an issue for wysiwyg or the bridge, but I figure I'd start here. It doesn't show using either CKeditor 4.0.1 or TinyMCE 3.5.8.

Comments

lionelr’s picture

Issue summary: View changes

Same here :-( Anyone figured how to make it work?

myifanw’s picture

I did a hacky fix of this after a days work, though it was a somewhat specific fix. In the variables table of the database, the variable "file_default_scheme" was set to flickr instead of public, so I changed it with a sql command

delete from variable where name = 'file_default_scheme';
insert into variable values ('file_default_scheme', 0x733a363a227075626c6963223b);

Again, this may have been an extremely specific fix, so it may not work.

Gil_Gamesh’s picture

Yes, it seems so. I have the same problem, but don't have that variable at all in my database.

sadashiv’s picture

Status: Active » Needs review

Hi all,

I was facing the same problem. I checked code from imce module and found that imce_access() function returns false so it's not showing imce checkbox/button.

Easy fix to this is that navigate to http://mydomain.com/admin/config/media/imce i.e. admin/config/media/imce and select appropriate profile for different roles.
Now go to admin/config/content/wysiwyg and edit the text format and under "Buttons and Plugins" you can see the imce button

Hth,
Sadashiv.

mgifford’s picture

I can't seem to get the button to appear in the browser for CKEditor, but that may well be UN-related.

IMCE Wysiwyg bridge 7.x-1.0
IMCE 7.x-1.10
CKEditor - WYSIWYG HTML editor 7.x-1.17

knalstaaf’s picture

Title: IMCE button doesn't show with wysiwyg-7.x-2.x-dev » IMCE button doesn't show with wysiwyg-7.x-2.x
Version: 7.x-1.0 » 7.x-1.x-dev
Priority: Normal » Major
Status: Needs review » Active

Using CKeditor v.4.9.2

knalstaaf’s picture

Status: Active » Fixed

It does not provide an extra IMCE button, but when clicking the image-icon in your toolbar, you should see a "browse" button next to the URL field.

Be sure to clear the Drupal cache after enabling the button in your wysiwyg-profile.

knalstaaf’s picture

Status: Fixed » Closed (works as designed)