Koppl Posted April 23, 2008 Report Share Posted April 23, 2008 Hallo, Ich will bei der Herstellerbox kein Dropdown-Menü sondern will die Herstellerbilder immer angezeigt, das mann nur noch auf den hersteller klicken muss! Also eine Bilderdarstellung der Hersteller! Wie muss ich das umschreiben? Gibt es ein modul dafür? Link to comment Share on other sites More sharing options...
Koppl Posted April 23, 2008 Author Report Share Posted April 23, 2008 Dass steht in der Manufacturers.php! Und da will ich jetzt das stat dem Namen das Image angezeigt wird! Kennt sich da einer aus wie man das umschreiben muss? // Display a list $manufacturers_list = ''; while ($manufacturers = xtc_db_fetch_array($manufacturers_query, true)) { $manufacturers_name = ((strlen($manufacturers['manufacturers_name']) > MAX_DISPLAY_MANUFACTURER_NAME_LEN) ? substr($manufacturers['manufacturers_name'], 0, MAX_DISPLAY_MANUFACTURER_NAME_LEN).'..' : $manufacturers['manufacturers_name']); if (isset ($_GET['manufacturers_id']) && ($_GET['manufacturers_id'] == $manufacturers['manufacturers_id'])) $manufacturers_name = '<b>'.$manufacturers_name.'</b>'; $manufacturers_list .= '<a href="'.xtc_href_link(FILENAME_DEFAULT, 'manufacturers_id='.$manufacturers['manufacturers_id']).'">'.$manufacturers_name.'</a><br>'; } $box_content = $manufacturers_list; } else {[/PHP] Link to comment Share on other sites More sharing options...
Koppl Posted May 9, 2008 Author Report Share Posted May 9, 2008 Kann mir da keiner helfen? Link to comment Share on other sites More sharing options...
Andreas123 Posted June 8, 2008 Report Share Posted June 8, 2008 würde mich auch interessieren Link to comment Share on other sites More sharing options...
Guest tuvalu Posted June 8, 2008 Report Share Posted June 8, 2008 Admin -> Konfiguration -> maximum Werte -> Hersteller-Liste Schwellenwert auf 100 oder mehr stellen, dann werden die Hersteller als Liste angezeigt und nicht als Dropdown. tuvalu Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.