Active Social/Active Forums Users Online with pop-up.
Requires Active Social 1.7 or higher
<div class="afgrouprow">
<div class="afcontrolheader" style="padding-top:8px;padding-left:6px;">Who is online:</div>
</div>
<div class="aslistflat asclear">
<active:memberslist id="ctlMembersList" OnlineOnly="True" SortColumn="0" SortDirection="ASC" runat="server" LayoutMode="1" PagingEnabled="False" PageSize="500" >
<customtemplate>
[AS:CONTROL:LIST]
[AS:CONTROL:LIST:HEADER]<ul>[/AS:CONTROL:LIST:HEADER]
[AS:CONTROL:LIST:ITEM]
<li class="asroundall" style="height:24px;padding:2px;margin-bottom:2px;margin-left:2px;border:solid 1px #cdcdcd;background-color:#f5f5f5;" onmouseover="amas_quickcard.show(this,[AS:PROFILE:USERID]);">
<a href="[AS:PROFILE:USERURL]" style="text-decoration:none;">
<span style="float:left;display:block;background-position:center center;background-repeat:no-repeat;background-image:url([AS:HANDLER:PROFILEPIC]?PortalId=[AS:PORTALSETTINGS:PORTALID]&uid=[AS:PROFILE:USERID]&h=24&w=24);width:24px;height:24px;">
<img border="0" src="/desktopmodules/activesocial/images/24x24overlay.png" title="[AS:PROFILE:DISPLAYNAME]" />
</span><span style="line-height:24px;">
[AS:PROFILE:DISPLAYNAME]</span>
</a>
</li>
[/AS:CONTROL:LIST:ITEM]
[AS:CONTROL:LIST:ALTITEM]
<li class="asroundall" style="height:24px;padding:2px;margin-bottom:2px;margin-left:2px;border:solid 1px #cdcdcd;background-color:#f5f5f5;" onmouseover="amas_quickcard.show(this,[AS:PROFILE:USERID]);">
<a href="[AS:PROFILE:USERURL]" style="text-decoration:none;">
<span style="float:left;display:block;background-position:center center;background-repeat:no-repeat;background-image:url([AS:HANDLER:PROFILEPIC]?PortalId=[AS:PORTALSETTINGS:PORTALID]&uid=[AS:PROFILE:USERID]&h=24&w=24);width:24px;height:24px;">
<img border="0" src="/desktopmodules/activesocial/images/24x24overlay.png" title="[AS:PROFILE:DISPLAYNAME]" />
</span><span style="line-height:24px;">
[AS:PROFILE:DISPLAYNAME]</span>
</a>
</li>
[/AS:CONTROL:LIST:ALTITEM]
[AS:CONTROL:LIST:FOOTER]</ul>[/AS:CONTROL:LIST:FOOTER]
[AS:CONTROL:LIST:NORESULTS]No Members Found[/AS:CONTROL:LIST:NORESULTS]
[/AS:CONTROL:LIST]
</customtemplate>
</active:memberslist>
</div>