Zahlen statt Bilder nach Update auf Drupal 5.1
Eingetragen von Tekl (135)
am 02.02.2007 - 01:29 Uhr in
am 02.02.2007 - 01:29 Uhr in
Hi,
ich habe ein Liste mit Views erstellt, welche mir Bilder darstellen soll. Mit dem Theme wizard wurde mir folgender Code generiert.
<?php
/**
* views template to output one 'row' of a view.
* This code was generated by the views theming wizard
* Date: 2. Februar 2007 - 1:16
* View: Produkte
*
* Variables available:
* $view -- the entire view object. Important parts of this object are
* Produkte, .
* $view_type -- The type of the view. Probably 'page' or 'block' but could
* also be 'embed' or other string passed in from a custom view creator.
* $node -- the raw data. This is not a real node object, but will contain
* the nid as well as other support fields that might be necessary.
* $count -- the current row in the view (not TOTAL but for this page) starting
* from 0.
* $stripe -- 'odd' or 'even', alternating. * $title -- Display the title of the node.
* $title_label -- The assigned label for $title
* $field_bild_fid --
* $field_bild_fid_label -- The assigned label for $field_bild_fid
*
* This function goes in your views-list-Produkte.tpl.php file
*/
//now we add the stylesheet...
drupal_add_css(path_to_theme() .'/views-list-Produkte.css');
?>
<div class="view-label view-field-title">
<?php print $title_label ?>
</div>
<div class="view-field view-data-title">
<?php print $title?>
</div>
<div class="view-label view-field-field-bild-fid">
<?php print $field_bild_fid_label ?>
</div>
<div class="view-field view-data-field-bild-fid">
<?php print $field_bild_fid?>
</div>
In Drupal 4.7. hat print $field_bild_fid das Bild ausgegeben. Mit Drupal 5 wird mir nur noch eine Zahl angezeigt. Das Feld "Bild" stammt aus einem CCK-Inhaltstyp und ist ein imagefield-Feld.
Ist das nun ein Bug vom imagefield-Module oder muss ich das in Drupal 5 anders machen?
- Anmelden oder Registrieren um Kommentare zu schreiben
Neue Kommentare
vor 5 Tagen 1 Stunde
vor 6 Tagen 22 Stunden
vor 1 Woche 43 Minuten
vor 1 Woche 1 Stunde
vor 1 Woche 2 Stunden
vor 1 Woche 2 Stunden
vor 1 Woche 2 Stunden
vor 1 Woche 16 Stunden
vor 1 Woche 2 Tagen
vor 1 Woche 3 Tagen