Closed (fixed)
Project:
Imce CCK Image
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 14:04 UTC
Updated:
6 Nov 2009 at 09:06 UTC
I've added the imce_cck image filed into my news-content-type. So that I can upload a news image with the news post.
In firefox everything looks well. But in all the other browsers(I tested Opera, Safari, IE6-8) the image is not inserted (can't be seen in code or nomal browser view).
I attached a screenshot showing the same page in different browsers.
Best regards
Phos
| Comment | File | Size | Author |
|---|---|---|---|
| imce_cck.jpg | 143.28 KB | phosgen |
Comments
Comment #1
panis commentedwhat does the html source display for the images in both browsers? are your height and width getting set to 0?
Comment #2
phosgen commentedThats the Point...in the code it doesn't show anything about the picture at all. Just in Firefox.
I added some comments to point out the areas where the Images are supposed to be an 2 things that i noticed comparing the codes.
I hope you can help me with this.
By the way I#m using the CCk-IMCE-Image-field in connection with the "User News" Module (http://drupal.org/project/usernews)
Firefox
Opera
IE8
Comment #3
phosgen commentedSo this is kinda embarassing now...after testing around quite a while I found the problem. Nobody but the superadmin had the rights so see the image field. Since Im developing in Firefox I was always logged in as superadmin and in the other browsers I was always logged in as one of the other users to test the results. So now that I saw that you have to give seperate permissions to view every single CCK-field it works.
I am very sry for the convience ;)