When you put the Linkit module in sites/all/modules/contrib instead of /sites/all/module then the path for the icon is no longer correct.
In fckplugin.js the icon is set to oLinkitItem.IconPath = basePath + 'sites/all/modules/linkit/editors/fckeditor/linkit/linkit.png';
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | linkit-1030936.patch | 1.95 KB | johannesdr |
Comments
Comment #1
johannesdr commentedPatch included. I added drupal_get_path('module', 'linkit') to specify the path to the icon.
Comment #2
anonNice.
Maybe this type of fix should be applyed to the other editors aswell, not sure, just a thought.
Comment #3
anonWe have to think about the stand alone versions for FCKeditor and CKEditor aswell.
This need to fixed for them too.
I commited your patch, with some changes.
Also including some modifications to the README files in FCKediotor and CKeditor.
Comment #4
anonThis has to be done for Linkit 7.x also.
Comment #5
anonComment #6
anonCommited to 7-dev.
Thanks.