The <!--System:OnlineOnly--> command will display a formatted list of all the members who've been on the site recently.
Roughly, this is the output of the OnlineOnly command (formatted for readability).
<div class=onlinenotification style="font-size:7pt;text-align:center">
Members who've loaded a page within the past 10 minutes
</div>
<span class=onlinemember style='padding-left:10px'>
<a href='viewprofile.php?loginid=21'>Elrood</a>
<span style="font-size:7pt">(8 mins)</span>
</span><br />
<span class=onlinemember style='padding-left:10px'>
<a href='viewprofile.php?loginid=353'>Utaki</a>
<span style="font-size:7pt">(8 mins)</span>
</span><br />
So, if you were to have the following code:
<div>
<img src="http://dkpfiles.com/myguild/files/online.png" /><br />
<!--System:OnlineOnly-->
</div>
It would become this in the page:
<div>
<img src="http://dkpfiles.com/myguild/files/online.png" /><br />
<div class=onlinenotification style="font-size:7pt;text-align:center">
Members who've loaded a page within the past 10 minutes
</div>
<span class=onlinemember style='padding-left:10px'>
<a href='viewprofile.php?loginid=21'>Elrood</a>
<span style="font-size:7pt">(39 secs)</span>
</span><br />
<span class=onlinemember style='padding-left:10px'>
<a href='viewprofile.php?loginid=353'>Utaki</a>
<span style="font-size:7pt">(8 mins)</span>
</span><br />
</div>
Last Modified: 2/2/2008 12:26pm
Contributors:
Chops
Easy Link
BBCode Link: [guide=--SystemOnlineOnly--][/guide]
URL: http://dkpsystem.com/guide/--SystemOnlineOnly--
|