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:

Insert image or link

It is not displaying.... any ideas?

Thanks in advance for your help!

Grant

Comments

gswaim’s picture

Oops... Let me put that inside a code tag...

<div style="display:none">Insert <a href="/imce/browse" name="edit-body-IMCE-image" class="imce-insert-inline">image</a> or <a href="/imce/browse" name="edit-body-IMCE-link" class="imce-insert-inline">link</a>
ufku’s picture

you 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.

gswaim’s picture

Status: Active » Closed (fixed)

ufke,

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!