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

CommentFileSizeAuthor
imce_cck.jpg143.28 KBphosgen

Comments

panis’s picture

Status: Active » Postponed (maintainer needs more info)

what does the html source display for the images in both browsers? are your height and width getting set to 0?

phosgen’s picture

Title: IMage only shows in Firefox » Image only shows in Firefox

Thats 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


<div id="node-28" class="node sticky clear-block">
<h2>
<a title="Mono fürs iPhone lernt Debugging" href="/drupal/node/28">Mono fürs iPhone lernt Debugging</a>
</h2>
<div class="meta">
<span class="submitted">
Verfasst von
<a title="Benutzerprofil anzeigen." href="/drupal/user/4">Editor</a>
am 5. November 2009 - 12:34
</span>
</div>
<div class="content">



<!-- start IMCE picture -->
<div class="field field-type-imceimage field-field-news-pic">
<div class="field-items">
<div class="field-item odd">
<img id="imceimage-field_news_pic-" width="90" height="90" alt="" src="/drupal/sites/default/files/images/small_Firefox-256.png"/>
</div>
</div>
</div>
<!-- end IMCE picture -->



<p/><!-- no idea why there is no starting <p> above -->

<p>Mit der Konfiguration "Debug|iPhone" in MonoDevelop erstellte Anwendungen bieten im Einstellungsdialog auf dem iPhone Felder für die Kommunikationsparameter des Debuggers. Auf dem Host-Rechner lassen sich Haltepunkte setzen (s. Bild), Variablenwerte überwachen und der Call-Stack anzeigen. Allerdings kann der Soft-Debugger die Anwendung nicht auf Knopfdruck anhalten, wie Icaza schreibt.</p>
</div>
<ul class="links inline">
<li class="node_read_more first">
<a title="Den Rest von Mono fürs iPhone lernt Debugging lesen." href="/drupal/node/28">Weiterlesen</a>
</li>
<li class="usernews_usernames_article last">
<a title="All news articles by Editor." href="/drupal/usernews/4">All articles by Editor</a>
</li>
</ul>
</div>

Opera



id="node-28" class="node sticky clear-block"><!-- there is a "<" missing here -->


  <h2><a href="/drupal/node/28" title="Mono fürs iPhone lernt Debugging">Mono fürs iPhone lernt Debugging</a></h2>

  <div class="meta">
      <span class="submitted">Verfasst von Editor am 5. November 2009 - 12:34</span>
  
    </div>

  <div class="content">
    <p>


<!-- where the picture is supposed to be -->


   </p><P>Mit der Konfiguration "Debug|iPhone" in MonoDevelop erstellte Anwendungen bieten im Einstellungsdialog auf dem iPhone Felder für die Kommunikationsparameter des Debuggers. Auf dem Host-Rechner lassen sich Haltepunkte setzen (s. Bild), Variablenwerte überwachen und der Call-Stack anzeigen. Allerdings kann der Soft-Debugger die Anwendung nicht auf Knopfdruck anhalten, wie Icaza schreibt.</p>
  </div>

  <ul class="links inline"><li class="node_read_more first"><a href="/drupal/node/28" title="Den Rest von Mono fürs iPhone lernt Debugging lesen.">Weiterlesen</a></li>
<li class="usernews_usernames_article last"><a href="/drupal/usernews/4" title="All news articles by Editor.">All articles by Editor</a>
</li>
</ul>
</div>

IE8

 <div id="node-28" class="node sticky clear-block">
 
 
  <h2><a href="/drupal/node/28" title="Mono fürs iPhone lernt Debugging">Mono fürs iPhone lernt Debugging</a></h2>
 
  <div class="meta">
      <span class="submitted">Verfasst von Editor am 5. November 2009 - 12:34</span>
  
    </div>
 
  <div class="content">
    <p>


<!-- where the picture is supposed to be -->


</p><P>Mit der Konfiguration "Debug|iPhone" in MonoDevelop erstellte Anwendungen bieten im Einstellungsdialog auf dem iPhone Felder für die Kommunikationsparameter des Debuggers. Auf dem Host-Rechner lassen sich Haltepunkte setzen (s. Bild), Variablenwerte überwachen und der Call-Stack anzeigen. Allerdings kann der Soft-Debugger die Anwendung nicht auf Knopfdruck anhalten, wie Icaza schreibt.</p>
  </div>
 
  <ul class="links inline"><li class="node_read_more first"><a href="/drupal/node/28" title="Den Rest von Mono fürs iPhone lernt Debugging lesen.">Weiterlesen</a></li>
<li class="usernews_usernames_article last"><a href="/drupal/usernews/4" title="All news articles by Editor.">All articles by Editor</a></li>
</ul></div>
phosgen’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

So 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 ;)