The good news: I'm able to upload images correctly, and they show up fine when doing the HTML "img src" bit in a node. The bad news: I can't get images to show up in either my user profiles nor in the banners module. The system recognizes that the images are there, and the paths are correct, but it simply won't show them. (The banner module even leaves space for the 138x250 image when it loads, but then collapses back to "empty" size after a few moments.) The user profile says "(username)'s picture" in the upper right corner where the picture is supposed to be; clicking on it simply brings up the user profile page again.
I've searched the Drupal site over and over and haven't found any documentation on this; also tried installing the image.module, but nothing changed.
The site is here: http://www.livingindefinitely.com. Any and all help is appreciated!
Comments
Where's the banner?
The RSS feed button (aptly XML in alt text) is not visible as well, but that's because it isn't pointing at misc/xml.png but has some taxonomy in the URL.
Were can I find the banner/user profiles? I can see the picture displayed by http://www.livingindefinitely.com/images/logo/logor/rotator.php both with Opera 8.5 and Internet Explorer 6.
BTW I find Pink on pink very hard to read.
--
Tips for posting to the forums
Under "Sponsors"
The banner image is supposed to show up on the block called "Sponsors."
Yeah, I noticed that about the RSS button too- it shows up fine on the front page, but doesn't show up anywhere else. Maybe that has something to do with it? That things show up alright on index.php but get confused elsewhere?
I agree on the colors- the menu colors are only temporary; I haven't finished the theme yet. :)
No IMG
I see (but no images). When checking the HTML output I get this for Our Sponsors:
No Image tags! Have you confirmed that it isn't one of the following issues?
--
Tips for posting to the forums
Yep
I double-checked them again to be sure, but yep, it doesn't appear to be any of the above. I'm also noticing that, aside from the rotator.php images, no other images are showing up- I tried using a different theme with an image in the header, and while the space for the image showed up, the image itself did not.
Not theme-related
Whatever it is, it's not exclusive to a theme- the same thing happens in every theme I've tried.
Nor image-related!
Flash images don't show up either.
Images not showing on my site either
I appear to be having the same problem: see http://ourbeautifulriver.org/test_images
I am using the images and Img_assist modules.
BACKGROUND:
FILE SYSTEM PATH:
sites/ourbeautifulriver.org/files
DEFAULT IMAGE PATH:
images
IMAGE HTML TEMPLATE:
HTML CREATED IN EDIT MODE:
test test <div class="image"> <img width="192" height="192" border="0" src="/sites/ourbeautifulriver.org/files/images/potpie_0.gif" alt="test" /> <div class="caption"> </div> </div><br />In edit mode, you CAN see the image in the edit body. I use 'full HTML' to edit the content.
NOTE: You CAN also see the image at: http://ourbeautifulriver.org/sites/ourbeautifulriver.org/files/images/po... (the URL from above)
HOWEVER - when you go to the page that was created: http://ourbeautifulriver.org/test_images, there is no image, and a view of the source shows NO IMG info...
By the way - I did try deleting the images file and letting Img_assist create its own file (as per a previous post), but that didn't change anything.
Any ideas are appreciated!
Thanks!
Getting weirder and weirder
Still working on this issue, or trying to.
I've found that I can show an image by creating a block and doing HTML like so:
"<a href="http://www.livingindefinitely.com/node/6"><img src="http://www.livingindefinitely.com/files/banners/lancaster.jpg"></a>"That shows up as the block currently marked "Test Block"
Yet calling up this same image through the block I've created for displaying banners (as well as user images - in short, anything that's calling up images through a Drupal function) still comes up without images.
???
Partially solved!
The answer to the user images not showing up is here:
http://drupal.org/node/5730#comment-37932
Still can't get the banners to show, but that's probably something different.