Forums / Cotonti / Support / Who's Online Tags

lukgoh
#36508 2012-12-11 21:28

Link for 'who's online' : <a href="{PHP|cot_url('plug','e=whosonline')}">{PHP.out.whosonline}</a>

to show who's online: <!-- IF {PHP.out.whosonline_reg_list} -->:<br />{PHP.out.whosonline_reg_list}<!-- ENDIF -->

and the whole thing as a block:

<!-- IF {PHP.out.whosonline} -->
			<div class="block">
				<h2 class="online">{PHP.L.Online}</h2>
				<a href="{PHP|cot_url('plug','e=whosonline')}">{PHP.out.whosonline}</a>
				<!-- IF {PHP.out.whosonline_reg_list} -->:<br />{PHP.out.whosonline_reg_list}<!-- ENDIF -->
			</div>
			<!-- ENDIF -->

which goes in your index.tpl