also nun ist die Meldung weg...kannste dir ja mal anschauen...hast dich ja angemeldet

DP
Hola,DreamPromise hat geschrieben:Bleibt also nur noch das Problem mit dem " Wer hat den XX. Spieltag getippt?".
Code: Alles auswählen
$spieltag1 = ( $spieltag) ? sprintf($lang['tipp_schon_getippt'], ($spieltag)) : '';
Code: Alles auswählen
$spieltag1 = str_replace("%s%", $spieltag , $lang['tipp_schon_getippt']);
Code: Alles auswählen
$spieltag1 = ( $spieltag) ? sprintf($lang['tipp_schon_getippt'], ($spieltag)) : '';
$anzwer = count($userid);
if ( $anzwer == 0 ) ($anzwer1 = ( $anzwer ) ? sprintf($lang['tipp_sent_tipps_0'], $anzwer ) : '');
if ( $anzwer == 1 ) ($anzwer1 = ( $anzwer ) ? sprintf($lang['tipp_sent_tipps_1'], $anzwer ) : '');
if ( $anzwer > 1 ) ($anzwer1 = ( $anzwer ) ? sprintf($lang['tipp_sent_tipps'], $anzwer ) : '');
Code: Alles auswählen
$spieltag1 = str_replace("%s%", $spieltag , $lang['tipp_schon_getippt']);
$anzwer = count($userid);
if ( $anzwer == 0 ) ($anzwer1 = str_replace("%s%", $anzwer , $lang['tipp_sent_tipps_0']));
if ( $anzwer == 1 ) ($anzwer1 = str_replace("%s%", $anzwer , $lang['tipp_sent_tipps_1']));
if ( $anzwer > 1 ) ($anzwer1 = str_replace("%s%", $anzwer , $lang['tipp_sent_tipps']));
Code: Alles auswählen
<td><span class="gensmall"><a href="usertippprint.php?id={S_SPIELTAG}" target="_blank">{printtipps_switch.L_PRINT}</a></span></td>
Code: Alles auswählen
<td><span class="gensmall"><a href="usertippprint2.php?id={S_SPIELTAG}" target="_blank">{printtipps_switch.L_PRINT}</a></span></td>
Na klar!!DreamPromise hat geschrieben:Sicher nun eine Klacks für dich![]()
![]()
Code: Alles auswählen
$lang['tipp_schon_getippt'] = 'Wer hat den %s. Spieltag getippt?';
Code: Alles auswählen
$lang['tipp_schon_getippt'] = 'Wer hat den %s%. Spieltag getippt?';