Jump to content


- - - - -

IP.Board 2.3: Prevent Guests From Seeing Online List


  • Please log in to reply
1 reply to this topic

#1 atsaunier

atsaunier

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 88 posts
  • IPB Version:v3.0.x
Contributor

Posted 18 September 2008 - 03:42 AM

This is the support topic for the tutorial Prevent Guests From Seeing Online List.  Please post here if you have any questions or feedback.

#2 Musalman

Musalman

    Analyzer

  • Members
  • PipPipPipPipPipPipPip
  • 526 posts
  • Location:Pakistan
  • Real Name:Intasar
  • IPB Version:v2.3.x
Contributor

Posted 19 December 2008 - 09:05 AM

This Will Not Work With Bot Mod...
But Work With Without Mod...
Im Tryed It On LocalHost And My Active User Code Is
<tr>
			<td class="formsubtitle" colspan="2">{$active[TOTAL]} {$this->ipsclass->lang['active_users']}</td>
		</tr>
		<tr>
			<td class="row1" width="1%"><{F_ACTIVE}></td>
			<td class="row2">
				<b>{$active[GUESTS]}</b> {$this->ipsclass->lang['guests']}, <b>{$active[MEMBERS]}</b> {$this->ipsclass->lang['public_members']} <b>{$active[ANON]}</b> {$this->ipsclass->lang['anon_members']}, <b>$active[BOTS]</b> {$this->ipsclass->lang['search_bots']}
				<div class="thin">{$active[NAMES]}</div>
				{$active['links']}
			</td>
		</tr>
		<!--IBF.WHOSCHATTING-->

It's Not Woked With This But It's Worked Without $active[BOTS] string




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users