how do i upload images and have them show as an image NOT as a file attachment?

I have been on drupal for 2 days and have experience with mambo/joomla.

errrr, ummm... am I doing something wrong or is there a setting someplace that will make my images show?

thanks in advance.

Comments

whayes’s picture

Read the module information and the help documentation on the site. It's a two-parter process that is not always easy - upload image, then insert into your text. If you have 'clean URLs' set up then several of the helper modules work great. Using IMCE and either fckeditor or tinymce, you just click on the Image button in the editors and it will step you through the upload process and allow you to select from the uploaded images to insert into the editor pane.

More advanced capabilities: Imagecache will let you set up formats for images (e.g. thumbnails, specific sizes of user profile images (e.g. 200x200 square or 200x300 by doing a resize/crop operation) which you can then call by requesting an image, e.g. image2/userprofile2 to automatically create and then cache the image for future use. Very cool.

leotemp’s picture

Image Assist is also a very easy to use simple solution.

sepeck’s picture

Turn on upload module.
- set your role allowed for uploading files
- make sure you have space and attachment types set
- admin > site configuration > file uploads
Enable your content type for attachments
- admin > content management > content types : edit - attachments Enabled.
Set input formats
- admin > site configuration > input filters : edit appropriate filter and add <img> to the configuration.

Create content
Attach file - uncheck List file, copy the file path under the box once it's uploaded.
Now you can use <img src="path/image.png" /> in the content area.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

yogi_sydbma’s picture

iim all good now...I managed to do all the right things in one gow as a guess... but Thank you

... but now I have your attention ..

how do I make a link on a block pop a link in a NEW WINDOW? so that my site wont be GONERIZED if someone wants to look at the weather

http://www.sydbma.org/bikes (top right)

this really should be a option when creating the link...

a quick learn teacher is hard to find

tm’s picture

you can try the external links module. the "new window" is an option. be aware that settings are global, but they also affect menus, which is what i wanted it for.

yogi_sydbma’s picture

global... hell no..

i want that some of my links should pop a new window while other go directly to the page on the site in the same window.

also is

used in drupal??? cause some things I would like to be inside my navigation... a quick learn teacher is hard to find
tm’s picture

by "global" i meant that all external links can be set to open a new windows. the last version is actually domain-sensitive, so it can also be set to not open a new window when in the same domain. the new windows, domain sensitivity and usage of an icon are settings.

it is your choice. i just have not been able to get the target=_blank thing to work in a menu, so...

hope you find your ideal...

yogi_sydbma’s picture

ohh!! excuse me.. that sounds about right... where do I find this variable to make all off site links open on a new window?

a quick learn teacher is hard to find

Rowanw’s picture