Hi there folks.
I'm pretty new to using drupal, but I have managed to master the basics over the last few weeks, building a site for my band (a tad experimental so far, but it's up at http://www.lancasterorchestra.com/drupal if you wanna have a look). I've got the basics in place, and now I wanna add some pictures to my content. That's when things come to a grinding halt:
- If I "hand code" the image links (i.e. '
' etc.), nothing shows up. I checked and double checked the URL:s, the input format (tried both Full HTML and PHP), the folder (at least read permission for all the files for all groups)
- I thought I would be easyer to install a module that let me browse for the images I wanted to use, in case I DID do something wrong in the code, so I installed the "image" and "img_assist" modules. Same issue there though, and the images won't even show up in the img_assist-dialog window. I uploaded them through the image gallery function, so I can see the title of the image in the list, but the preview/thumbnail just wont appear.
- At first I thought it might be the content type that didn't allow images (started out in the body text to an audio post), but then I went to a post of a type that is listed in the documentation for the img_assist-module , a story-post (although I belive the node-types listed there are basically just examples, would not make sense to not be able to add images to other nodes as well): same problem there though, images do not show up in the img_assist dialog.