thanks a lot lynne...
well i am not sure or i guess it's not...to be honest i have no exact idea or i'm just trying everything to make the way i like it like on my attachment image above...or trying to figure out how to do this or if this is possible...
so let say forget all the things i made or add...just a simple questions....is it possible to show the exact location or current activity of the user's online which we see on the
WGO: Currently Active Members ? or not?
do i have to create anything on this to make it happen or how do i fetch the current activity of each members online? which we can see always on our member php page like the attachment image below...
memberinfo_block_ministats current activity code
Code:
<vb:if condition="$prepared['action']">
<dl class="stats">
<dt>{vb:rawphrase current_activity}</dt>
<dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd>
</dl>
</vb:if>
<vb:if condition="$prepared['lastactivitydate']">
<dl class="stats">
<dt>{vb:rawphrase last_activity}</dt>
<dd> {vb:raw prepared.lastactivitydate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw prepared.lastactivitytime}</span></vb:if></dd>
</dl>
</vb:if>
best regards...