ich möchte das die Geburtstage nur für Leute sichtbar sind, die eingeloggt sind (evtl. auch nur bestimmte Gruppen).
Mit
Code: Alles auswählen
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN birthdays -->
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="20" align="right"><img src="templates/aqua/images/loingl.gif"></td>
<td height="28" background="templates/aqua/images/loingm.gif">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="46"></td>
<td align="center"><span class="cattitle">{L_TODAYS_BIRTHDAYS}</span></td>
</tr>
<tr>
<td width="46"><span class="row1"><img src="templates/aqua/images/icon_birthday.gif" alt="{L_VIEW_BIRTHDAYS}" /></span></td>
<td align="left"><span class="gensmall">{BIRTHDAYS}
<!-- BEGIN upcoming -->
<br />{UPCOMING}
<!-- END upcoming -->
</span></td>
</tr>
</table>
<td width="20" align="left"><img src="templates/aqua/images/loingr.gif"></td>
</tr>
</table>
<!-- END birthdays -->
<!-- END switch_user_logged_in -->
Kann mir da jemand helfen ?
Gruß Ash-rak