Closed (works as designed)
Project:
IMCE Wysiwyg bridge
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Apr 2013 at 18:26 UTC
Updated:
4 Jun 2018 at 17:41 UTC
Jump to comment: Most recent
Comments
Comment #1
lionelr commentedSame here :-( Anyone figured how to make it work?
Comment #2
myifanw commentedI 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.
Comment #3
Gil_Gamesh commentedYes, it seems so. I have the same problem, but don't have that variable at all in my database.
Comment #4
sadashiv commentedHi 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.
Comment #5
mgiffordI 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
Comment #6
knalstaaf commentedUsing CKeditor v.4.9.2
Comment #7
knalstaaf commentedIt 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.
Comment #8
knalstaaf commented