Verfasst: 16.02.2006 13:57
Hi ...
da vertragen sich 2 Switches nicht ... hast du mir mal den Downloadlink zu dem MOD?
Markus
da vertragen sich 2 Switches nicht ... hast du mir mal den Downloadlink zu dem MOD?
Markus
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
//
// Top Topics on Index 1.1.0 - End Code Addition
//------------------------------------------------------------------------
Code: Alles auswählen
if ( $userdata['session_logged_in'] )
{
$template->assign_block_vars('switch_user_logged_in.topicrecentpopular',array() );
}
Code: Alles auswählen
//------------------------------------------------------------------------
// Top Topics on Index 1.1.0 - Begin Code Addition
Code: Alles auswählen
if ( $userdata['session_logged_in'] )
{
$template->assign_block_vars('switch_user_logged_in.topicrecentpopular',array() );
}
Code: Alles auswählen
if ( $userdata['session_logged_in'] )
{
$template->assign_block_vars('switch_user_logged_in.topicrecentpopular',array() );
}
Code: Alles auswählen
//------------------------------------------------------------------------
// Top Topics on Index 1.1.0 - Begin Code Addition
//
Code: Alles auswählen
if ($userdata['session_logged_in'])
{
//------------------------------------------------------------------------
// Top Topics on Index 1.1.0 - Begin Code Addition
//
Code: Alles auswählen
//
// Top Topics on Index 1.1.0 - End Code Addition
//------------------------------------------------------------------------
Code: Alles auswählen
//
// Top Topics on Index 1.1.0 - End Code Addition
//------------------------------------------------------------------------
}
Code: Alles auswählen
<!-- BEGIN switch_user_logged_in -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th width="25%" class="thTop" nowrap="nowrap"> {L_TOPICSRECENT} </th>
<th width="38%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULAR} </th>
<th width="37%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULARVIEW} </th>
</tr>
<!-- END switch_user_logged_in -->
<!-- BEGIN topicrecentpopular -->
<tr>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSRECENT}</span></td>
<td width="31%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULAR}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARC}</span></td>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEW}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEWC}</span></td>
</tr>
<!-- END topicrecentpopular -->
<!-- BEGIN switch_user_logged_in -->
</table>
<br />
<!-- END switch_user_logged_in -->