Hello,
I installed IMCE on a 5.1 Drupal installation and all seemed to go well. I will not be using it with an editor. I want to use it to assist my users with placing images in-line.
All went well and I can access IMCE from my personal account but I do not get the an IMCE link below the textarea. I configured it to use with "edit-body" (tried with and without "") but no go. When I do a "View Page Source" I see that the textarea is in fact "edit-body" and I also see this link for IMCE:
Comments
Comment #1
gswaim commentedOops... Let me put that inside a code tag...
Comment #2
ufku commentedyou have no trouble with the textarea id, since the links are printed in the page source.
there should be imce_set_inline.js included in the page, which activates those links.
Is it included? If yes, check also if jquery.js is included.
if both are there, then check if the browser throws any javascript error.
Comment #3
gswaim commentedufke,
Based on your information I suspected a corrupted theme file.
I uploaded a fresh copy of the theme files and now it works.
Thanks for the quick response!