Code: Alles auswählen
<!-- INCLUDE portal/block/whois_online.html -->

Code: Alles auswählen
<!-- INCLUDE portal/block/whois_online.html -->
Code: Alles auswählen
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE portal/_block_config.html -->
<!--version $Id: portal_body.html 591 2009-12-11 23:48:49Z marc1706 $ //-->
<!-- IF PORTAL_VERSION_CHECK and U_ACP -->
<div id="portal_version_check" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {PORTAL_VERSION_CHECK}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<!-- [+] left block area -->
<!-- IF S_LEFT_COLUMN -->
<td valign="top" style="width: <!-- IF $S_COLUMNS_WIDTH_OVERRIDE -->{$PORTAL_LEFT_COLUMN_OVERRIDE}<!-- ELSE -->{PORTAL_LEFT_COLUMN}<!-- ENDIF -->px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->left<!-- ELSE -->right<!-- ENDIF -->:{$BLOCK_DISTANCE};">
<br style="clear:both" />
<!-- INCLUDE portal/portal_left.html -->
</td>
<!-- ENDIF -->
<!-- [-] left block area -->
<!-- [+] center block area -->
<!-- IF S_CENTER_COLUMN -->
<td valign="top">
<br style="clear:both" />
<!-- INCLUDE portal/portal_center.html -->
<!-- please keep this credits visible, thank you! -->
<br /><div class="copyright">{L_PORTAL_COPY}</div>
</td>
<!-- ENDIF -->
<!-- [-] center block area -->
<!-- [+] right block area -->
<!-- IF S_RIGHT_COLUMN -->
<td valign="top" style="width: <!-- IF $S_COLUMNS_WIDTH_OVERRIDE -->{$PORTAL_RIGHT_COLUMN_OVERRIDE}<!-- ELSE -->{PORTAL_RIGHT_COLUMN}<!-- ENDIF -->px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->right<!-- ELSE -->left<!-- ENDIF -->:{$BLOCK_DISTANCE};">
<br style="clear:both" />
<!-- INCLUDE portal/portal_right.html -->
</td>
<!-- ENDIF -->
<!-- [-] right block area -->
</tr>
</table>
<!--// board3 Portal by www.board3.de //-->
<!-- INCLUDE overall_footer.html -->
Code: Alles auswählen
<!-- INCLUDE portal/block/whois_online.html -->
Code: Alles auswählen
?>
Code: Alles auswählen
if (! function_exists ( 'display_who_was_here'))
{
include ($ phpbb_root_path. "includes / functions_wwh.. $ phpEx);
}
display_who_was_here ();
Code: Alles auswählen
<! - Version $ Id: additional_blocks_who_online.html 426 2009-12-24 11:09:19 Z $ Hambach_R //-->
<! - Additional_blocks //-->
($ C_BLOCK_H_L) <dt> L_WHO_WAS_HERE () </ dt> ($ C_BLOCK_H_R)
<ul class="topiclist bg1">
<li> <dl>
<dd style="border-left:0px">
<p style="font-size: 100%; margin: 0 5px 0 5px;"> <! - IF WHO_WAS_HERE_LIST2 -> () WHO_WAS_HERE_LIST2 <br /> (WHO_WAS_HERE_EXP ()) <br /> WHO_WAS_HERE_RECORD () < br /> (WHO_WAS_HERE_LIST }<!-- ELSE -> (L_WWH_UPDATE_NEED }<!-- ENDIF --></ p>
</ dd>
</ dl> </ li>
</ ul>
($ C_BLOCK_F_L) ($ C_BLOCK_F_R)
Code: Alles auswählen
<! - INCLUDE portal / block / whois_online.html ->
Code: Alles auswählen
<! - INCLUDE portal / block / additional_blocks_who_online.html ->
Code: Alles auswählen
// output page
page_header($user->lang['PORTAL']);
$template->set_filenames(array(
'body' => '/portal/portal_body.html'
));
Code: Alles auswählen
if (!function_exists('display_who_was_here'))
{
include($phpbb_root_path . 'includes/functions_wwh.' . $phpEx);
}
display_who_was_here();
Code: Alles auswählen
<!--version $Id: whois_online.html 521 2009-08-26 20:59:19Z christian_n $ //-->
{$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
<ul class="topiclist bg1">
<li><dl>
<dd style="border-left:0px">
<p style="margin: 0 5px 0 5px;">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
</dd>
</dl></li>
</ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
Code: Alles auswählen
<!-- IF WHO_WAS_HERE_LIST2 -->
{$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE -->{L_WHO_WAS_HERE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
<ul class="topiclist bg1">
<li><dl>
<dd style="border-left:0px">
<p style="margin: 0 5px 0 5px;">{WHO_WAS_HERE_LIST2} ({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br />{WHO_WAS_HERE_LIST}</p>
</dd>
</dl></li>
</ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ELSEIF U_ACP -->
{$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE -->{L_WHO_WAS_HERE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
<ul class="topiclist bg1">
<li><dl>
<dd style="border-left:0px">
<p style="margin: 0 5px 0 5px;">{L_WWH_UPDATE_NEED}</p>
</dd>
</dl></li>
</ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
Code: Alles auswählen
<! - Additional_blocks //-->
Code: Alles auswählen
<!-- Additional_blocks -->
Code: Alles auswählen
<! - INCLUDE portal / block / additional_blocks_who_online.html ->
Code: Alles auswählen
<!-- INCLUDE portal/block/additional_blocks_who_online.html -->