Verfasst: 19.04.2004 22:08
Unter ACP > KnowledgeBase > Konfiguration sind alle Einstellungen dafür vorhanden...
Code: Alles auswählen
$is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0;
Code: Alles auswählen
$is_admin = ( ( $userdata['user_level'] == ADMIN || $userdata['user_level'] == MOD ) && $userdata['session_logged_in'] ) ? TRUE : 0;
Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thCornerL" nowrap="nowrap"> {L_ARTICLE} </th>
<th class="thTop" nowrap="nowrap"> {L_ARTICLE_TYPE} </th>
<th class="thTop" nowrap="nowrap"> {L_ARTICLE_AUTHOR} </th>
<th class="thTop nowrap="nowrap"> {L_ARTICLE_DATE} </th>
<th class="thCornerR" nowrap="nowrap"> {L_VIEWS} </th>
</tr>
<!-- BEGIN articlerow -->
<tr>
<td class="row1" height="50">{articlerow.ARTICLE}<br /><span class="genmed">{articlerow.ARTICLE_DESCRIPTION}</span></td>
<td class="row1" align="center" valign="middle"> <span class="genmed">{articlerow.ARTICLE_TYPE}</span> </td>
<td class="row2" align="center" valign="middle"><span class="genmed">{articlerow.ARTICLE_AUTHOR}</span></td>
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="gensmall">{articlerow.ARTICLE_DATE}</span></td>
<td class="row2" align="center" valign="middle"><span class="genmed">{articlerow.ART_VIEWS}</span></td>
</tr>
{articlerow.VIEWS}
<!-- END articlerow -->
<tr>
<th class="thCornerL" colspan="5"> </th>
</tr>
</table>
Code: Alles auswählen
<th class="thTop nowrap="nowrap"> {L_ARTICLE_DATE} </th>
Code: Alles auswählen
"thTop"