mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
02e1679f29
commit
6378c43ef7
3 changed files with 6 additions and 1 deletions
|
@ -44,6 +44,7 @@ if ($bb_cfg['show_online_userlist_index']) {
|
|||
${$online_list} = CACHE('bb_cache')->get($online_list);
|
||||
}
|
||||
|
||||
$template->assign_var('SHOW_ONLINE_LIST');
|
||||
$template->assign_vars(array(
|
||||
'TOTAL_USERS_ONLINE' => ${$online_list}['stat'],
|
||||
'LOGGED_IN_USER_LIST' => ${$online_list}['userlist'],
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
<p>{TOTAL_USERS_ONLINE}<!-- IF IS_ADMIN --> {USERS_ONLINE_COUNTS}<!-- ENDIF --></p>
|
||||
<p>{RECORD_USERS}</p>
|
||||
|
||||
<!-- IF $bb_cfg['show_online_userlist_index'] -->
|
||||
<!-- IF SHOW_ONLINE_LIST -->
|
||||
<style><!-- IF IS_ADMIN -->.colorISL, a.colorISL, a.colorISL:visited { color: #793D00; }<!-- ELSE -->.ou_stat { display: none; }<!-- ENDIF --></style>
|
||||
<a name="online"></a>
|
||||
<div id="online_userlist" style="margin-top: 4px;">{LOGGED_IN_USER_LIST}</div>
|
||||
|
|
|
@ -289,6 +289,10 @@ td.topic_id { cursor: pointer; }
|
|||
$('#moderators').append(data.html);
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- IF SHOW_ONLINE_LIST -->
|
||||
<p class="small">{LOGGED_IN_USER_LIST}</p>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<td class="tRight vBottom nowrap small"><b>{PAGINATION}</b></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue