Seite 1 von 1

Kleines Problem mit der Eventliste von AWSW

Verfasst: 30.05.2005 18:28
von Necromann
Moin, ich hab ein kleines problem mit der Eventliste von AWSW,
und zwar benutze ich den style FI Blue3d und da hab ich ein problem in der overall_header.tpl !

Es geht um folgenden Text:

Code: Alles auswählen

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------
#

&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp;

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

&nbsp;<a href="./eventlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_eventslist}" hspace="3" />{L_eventslist}</a>&nbsp;
jetzt hab ich das Problem das ich diesen text in der overall_header.tpl vom FI Blue3d nicht finde und ich nicht weiß wie ich jetzt weitervorgehen soll, hier mal der inhalt meiner overall_header.tpl:

Code: Alles auswählen

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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/fiblue3d/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script 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>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td><img src="templates/fiblue3d/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
		<td width="100%" class="tbltop">&nbsp;</td>
		<td><img src="templates/fiblue3d/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
	</tr>
	<tr>
		<td class="tblleft">&nbsp;</td>
		<td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  	<tr>
  		<td width="100%" height="120">&nbsp;</td>
  		<td valign="bottom"><img src="templates/fiblue3d/images/phpbb2_logo.gif" width="160" height="30" alt="FI Blue 3D" title="FI Blue 3D" /></td>
  		</tr>
  	</table></td>
		<td class="tblright">&nbsp;</td>
	</tr>
	<tr>
		<td><img src="templates/fiblue3d/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
		<td class="tblbot">&nbsp;</td>
		<td><img src="templates/fiblue3d/images/tnav_br.gif" width="15" height="26" alt="" /></td>
	</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td><img src="templates/fiblue3d/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
		<td width="100%" class="tbltop">&nbsp;</td>
		<td><img src="templates/fiblue3d/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
	</tr>
	<tr>
		<td class="tblleft">&nbsp;</td>
		<td>
		<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Es wäre nett wenn mir jemand helfen könnte.
Ich danke schon mal im vorraus.

Verfasst: 30.05.2005 18:39
von Markus67
Hi ...

suche in der overall_header.tpl

Code: Alles auswählen

<!-- END switch_user_logged_out --> 
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> 
</tr> 
</table>
ersetze mit:

Code: Alles auswählen

<!-- END switch_user_logged_out --> 
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="./eventlist.php">{L_eventslist}</a>&nbsp; • &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> 
</tr> 
</table> 
Markus

Verfasst: 30.05.2005 18:56
von Necromann
Ja, danke Markus67 jetzt geht es...