The image (or text link) to add an image does not show up beneath text areas.
I have set the user rights, enabled images in 'content/input types' and selected 'all text areas' in admin/settings/img_assist
There is also no CSS code hiding the element; the source doesn't contain it.
Img_assist has worked for me on the previous version of Image and Img_assist, but it disappeared after updating.
Comments
Comment #1
sunDo you have Wysiwyg module installed? If you have, please try to disable it temporarily and check whether the link below textareas appears then.
Comment #2
woutervd commentedNo, just using plain text areas.
Thanks for any help..
Comment #3
zoo33 commentedIf you have recently upgraded from 1.x to 2.x you should clear your cache or otherwise make sure your browser isn't using old cached Javascript files. The new version depends on JS to display the link/icon. (Note to comaintainers: Should we add this to the installation instructions?)
You can also look for JS errors in your browser's JS debugger/console of in Firebug if you have that installed.
Which browser(s) are you using?
Comment #4
woutervd commentedUsing Firefox 2.0 and IE 6 & 7 (with cache disabled), all not showing the icon. Firebug nor the Error console are showing JS errors.
Starting to doubt whether I might have set some things wrong anyway.
Have I set the right configuration?
- image attach enabled in content type 'page'
- display image assist on all paths & all textareas
- attach existing images enabled
- enabled inline images for 'Filtered html'
- enabled all user rights for module img_assist
- the modules Image and Views are installed and show no errors/warnings.
Sorry for the slow response, have been busy on other projects.
Comment #5
sunIf Firebug throws errors, why don't you post them here?
Comment #6
woutervd commentedFirebug nor the Error console are showing JS errors.
Guess I misused the word 'nor'.. but I meant none are showing errors :)
Comment #7
sunoops, no, it seems I have read your follow-up too fast. Sorry for that. What difference a single character can make... ;)
Hm. Image Attach should not have any influence on Image + Image Assist. Aside from that, I cannot see a wrong configuration in the points you listed.
However, it is possible that a 3rd party contrib module is hi-jacking Image Assist. It might be worth trying to (temporarily) disable all other modules that are related to forms, access, and perhaps nodes.
Also, if it is not too long, a list of enabled contrib modules might help us further.
Comment #8
woutervd commentedA list of modules I have enabled:
Token & -Actions
Database logging
Help
Locale
Menu
Taxonomy
Update status
Upload
Image
Image assist
Image Attach
Image Gallery
Image Import
Simplenews & -action
Views & -UI
XML Sitemap & -Engines & -Node
Which ones would be worth disabling? Upload, Image attach?
Comment #9
woutervd commentedOkay.. problem solved.
Was using the 6.x-2.x-dev version, but the 2008-Aug-15 one, instead of 2008-Aug-17 ! !
Updating solved the problem. Sorry for wasting your time/energy, thanks for trying to help me anyway.