Hi ich habe im Profil Game Icons drin nun habe ich es so gemacht das man die Bilder auch sieht anstatt nur den Namen.
Das funktioniert auch, aber wenn man eins ausgewählt hat ist da kein Bild vorhanden ich habe jetzt schon einiges Probiert aber es möchte einfach nicht.
Hätte den jemand ne Lösung Parat?
Bild:
externer Link
profil_edit.htm
<label style="float:left; width:35%;">{_lang_game1}</label><select style="margin-bottom:2px;" name="game1">{_list_game1@<option%1 value="%2" style="background-image:url('include/images/game_icon/%3.gif'); background-repeat:no-repeat;"> %3</option>}</select><br style="clear:both;" />
profilefields.php
function profilefields_show_spez_game1 ($value,$uid) { global $lang; return ( profilefields_show_echo_standart ( $lang['game1'], ((!empty($value) AND file_exists('include/images/game_icon/'.$value))?'<img src="include/images/game_icon/'.$value.'" alt="'.$value.'" title="'.$value.'" />':'') ) ); }
function get_nationality_array1 () { $ar = array(); $o = opendir ( 'include/images/game_icon' ); while ( $f = readdir ( $o ) ) { if ( $f != '.' AND $f != '..' ) { $ar[$f] = $f; $ar[$f] = ereg_replace(".gif","",$ar[$f]); } } return ( $ar ); }
profil_edit.php
$row['game1'] = '<option></option>'.arliste ( $row['game1'] , get_nationality_array1() , $tpl , 'game1' );
mfg
whazza
betroffene Homepage: externer Link
Zuletzt modifiziert von whazza am 06.01.2011 - 13:25:41