Ich hab's bei mir etwas einfacher gelöst:Unimatrix_0 hat geschrieben:Lang lang ist's her:
....
Da es bei mir im Forum klappt den ich sollte es passen
LG Un1
Öffne formel.php und suche:
Code: Alles auswählen
// Get race image and data
$race_img = $races[$chosen_race]['race_img'];
$race_img = ($race_img == '') ? '<img src="' . $phpbb_root_path . 'images/formel/' . $formel_config['no_race_img'] . '" width="' . $formel_config['race_img_width'] . '" height="' . $formel_config['race_img_height'] . '" alt="" />' : '<img src="' . $phpbb_root_path . 'images/formel/' . $race_img . '" width="' . $formel_config['race_img_width'] . '" height="' . $formel_config['race_img_height'] . '" alt="" />';
$race_img_full = $races[$chosen_race]['race_img'];
$race_img_full = ($race_img_full == '') ? 'images/formel/' . $formel_config['no_race_img'] : 'images/formel/' . $race_img_full;
Code: Alles auswählen
// Get race image and data
$race_img = $races[$chosen_race]['race_img'];
$race_img = ($race_img == '') ? '<img src="' . $phpbb_root_path . 'images/formel/' . $formel_config['no_race_img'] . '" width="' . $formel_config['race_img_width'] . '" height="' . $formel_config['race_img_height'] . '" alt="" />' : '<a href="' . $phpbb_root_path . 'images/formel/' . $race_img . '" onclick="window.open(this.href); return false" title="Click to see the course in full screen"><img src="' . $phpbb_root_path . 'images/formel/' . $race_img . '" width="' . $formel_config['race_img_width'] . '" height="' . $formel_config['race_img_height'] . '" alt="Click to see the course in full screen" /></a>';

Und weil ich schon mal dabei bin, hätte ich auch noch eine Frage. Im folgenden Bild sollte doch der Countdown schon laufen und was anzeigen, oder seh ich das falsch bzw. hab ich da was übersehen?
[ externes Bild ]
Danke und Gruß
femu