Hi,
I'm yet another Drupal newbie buidling their first site with a short deadline who's feeling a bit in over their head. At any rate, I'm trying to get inline images to display and can't. I've got TinyMCE installed and IMCE "working" in it. By "working", I mean it's running and I can upload an image and resize it and do all of the wonderful things that IMCE does but... when I add the image to my story/page, it doesn't display.
Similarly, I've been trying other image modules and everything I can think of to give the eventual users of this site the ability to add inline images and every time, the post shows with no image.
I realize there are posts about this all the time but I've been trying stuff as I've seen it posted and still haven't been able to resolve this and I wasn't finding those posts to add this to.
As far as I can tell, I have everything enabled correctly and permissions set so that any user should be able to see jpg or gif images. I just can't figure out what I'm overlooking.
Comments
Filter
What is the default filter setting for the node type you are using?
Sorry? I believe the node
Sorry? I believe the node type would just be a standard story. Where/how would I check the filter settings for that?
Input Format
Right under the post, when you are editing it, in the collapsible fieldset Input Format.
If you're using Filtered HTML, that filter may strip all your images tags.
Fortunately that filter is configurable in admin/filters : on that page you can add tags to the allowed list of tags for that filter.
Caroline
A coder's guide to file download in Drupal
Who am I | Where are we
11 heavens
Woah! Ok, there we go.
Woah! Ok, there we go. Thanks Caroline. I thought I had set all users and nodes to full html in the admin section while I was trying to make this work but I guess I missed something. Or do I need to switch this every time I post something?
Full html
It's not secure to set all users to FULL HTML. I think that even
<script>tags are allowed.You're very welcome.
Caroline
A coder's guide to file download in Drupal
Who am I | Where are we
11 heavens
this worked for me: nsure
this worked for me:
nsure you have CCK and Image and Image_cache installed.
Image_cache > define 2 new presets - mainimage (say 300px) thumbnail (100)
(Define new content type) and add image field with teaser and full - set to
above **and label hidden**
Create new content and include an image
Hmmm? I don't think I can
Hmmm? I don't think I can use image_cache. For whatever reason, I can't use clean urls, the server doesn't seem to support that and image_cache is dependent on that.
I have been able to use CCK and image_field to add an image field to another node type that I've created, "Artist Profile", where I have a standard sized image that will be required for each post. What I am looking to do now though is to allow users of the "News" section of the site I am building to upload and insert pictures inline in their news posts. It seems like any way I try to work with images other than with image_field, they will not display.