hab ein problem mit zwei Mods
einmal eine Index Uhr
und dem Advanced Countdown
wenn ich einen Countdown einblenden lasse wird die Index Uhr nicht mehr angezeigt.
meine Vermutung ist das es im overall_header.tpl ein Konflikt zwischen den Mods gibt
ohne die Advanced Countdown Mod:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Aliens/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" class="top"><img name="index_r1_c1" src="templates/Aliens/images/index_r1_c1.gif" width="42" height="42" border="0" id="index_r1_c1" alt="" /></td>
<td class="top" width="100%"></td>
<td align="right" class="top"><img name="index_r1_c3" src="templates/Aliens/images/index_r1_c3.gif" width="42" height="42" border="0" id="index_r1_c3" alt="" /></td>
</tr>
<tr>
<td class="left"></td>
<td width="100%" style="text-align:center;width:100%;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="templates/Aliens/images/alienlogo.gif" alt="{SITENAME}" border="0" /></td>
<td align="center">
<a href="{U_INDEX}"><img src="templates/Aliens/images/{LANG}/index.gif" border="0" alt="{L_INDEX}" /></a>
<a href="{U_FAQ}"><img src="templates/Aliens/images/{LANG}/faq.gif" border="0" alt="{L_FAQ}" /></a>
<a href="{U_SEARCH}"><img src="templates/Aliens/images/{LANG}/seach.gif" border="0" alt="{L_SEARCH}" /></a>
<a href="{U_MEMBERLIST}"><img src="templates/Aliens/images/{LANG}/members.gif" border="0" alt="{L_MEMBERLIST}" /></a>
<a href="{U_GROUP_CP}"><img src="templates/Aliens/images/{LANG}/groups.gif" border="0" alt="{L_USERGROUPS}" /></a>
<a href="{U_PROFILE}"><img src="templates/Aliens/images/{LANG}/profile.gif" border="0" alt="{L_PROFILE}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/Aliens/images/{LANG}/register.gif" border="0" alt="{L_REGISTER}" /></a>
<!-- END switch_user_logged_out -->
<a href="{U_PRIVATEMSGS}"><img src="templates/Aliens/images/{LANG}/messages.gif" border="0" alt="PN" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/{LANG}/login.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/{LANG}/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="gborder" width="100%"></td>
</tr>
<tr>
<td width="100%" style="padding:5px;">
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Aliens/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
{COUNTDOWN} @@@@@@@@@@@@@@<----geänderte Zeilen
</head>@@@@@@@@@@@@@@<----geänderte Zeilen
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" {COUNTDOWN_ON}/>@@@@@@@@@@@@@@<----geänderte Zeilen
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" class="top"><img name="index_r1_c1" src="templates/Aliens/images/index_r1_c1.gif" width="42" height="42" border="0" id="index_r1_c1" alt="" /></td>
<td class="top" width="100%"></td>
<td align="right" class="top"><img name="index_r1_c3" src="templates/Aliens/images/index_r1_c3.gif" width="42" height="42" border="0" id="index_r1_c3" alt="" /></td>
</tr>
<tr>
<td class="left"></td>
<td width="100%" style="text-align:center;width:100%;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="templates/Aliens/images/alienlogo.gif" alt="{SITENAME}" border="0" /></td>
<td align="center">
<a href="{U_INDEX}"><img src="templates/Aliens/images/{LANG}/index.gif" border="0" alt="{L_INDEX}" /></a>
<a href="{U_FAQ}"><img src="templates/Aliens/images/{LANG}/faq.gif" border="0" alt="{L_FAQ}" /></a>
<a href="{U_SEARCH}"><img src="templates/Aliens/images/{LANG}/seach.gif" border="0" alt="{L_SEARCH}" /></a>
<a href="{U_MEMBERLIST}"><img src="templates/Aliens/images/{LANG}/members.gif" border="0" alt="{L_MEMBERLIST}" /></a>
<a href="{U_GROUP_CP}"><img src="templates/Aliens/images/{LANG}/groups.gif" border="0" alt="{L_USERGROUPS}" /></a>
<a href="{U_PROFILE}"><img src="templates/Aliens/images/{LANG}/profile.gif" border="0" alt="{L_PROFILE}" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/Aliens/images/{LANG}/register.gif" border="0" alt="{L_REGISTER}" /></a>
<!-- END switch_user_logged_out -->
<a href="{U_PRIVATEMSGS}"><img src="templates/Aliens/images/{LANG}/messages.gif" border="0" alt="PN" /></a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/{LANG}/login.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}"><img src="templates/Aliens/images/{LANG}/logout.gif" border="0" alt="{L_LOGIN_LOGOUT}" /></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- BEGIN switch_countdown_on -->@@@@@@@@@@@@@@<----geänderte Zeilen
<form name="countdown">
<table align="center" width="100%" cellspacing="2" cellpadding="5" border="0" class="forumline">
<tr>
<th align="center" colspan="3">{TITLE}</th>
</tr>
<tr>
<td align="left" valign="center" width="20%">{IMG_LEFT}</td>
<td align="center" width="60%">
<div class="gen">{DESC}</div><br />
<div id="time_event" class="genmed" style="display:"><b>
{L_DAYS} <input name="days" class="post" size=4 style="border: 0px">
<span style="display: {FULL_DISPLAY};" class="gen" name="time_string">-
<input name="hours" class="post" size=2 style="border: 0px"> :
<input name="mins" class="post" size=2 style="border: 0px"> :
<input name="secs" class="post" size=2 style="border: 0px">
</b></span></div>
<div id="event_time" class="gen" style="display:none">{EVENT_TEXT}</div>
</td>
<td align="right" valign="center" width="20%">{IMG_RIGHT}</td>
</tr>
</table>
</form>
<script language="JavaScript" type="text/javascript">countdown();</script>
<!-- END switch_countdown_on -->@@@@@@@@@@@@@@<----geänderte Zeilen
</td>
</tr>
<tr>
<td class="gborder" width="100%"></td>
</tr>
<tr>
<td width="100%" style="padding:5px;">
MfG Viper19