thanks for this and hope that someday i can do this too alone and well enough of my own without error...but it's not quite easy at all to understand...just to be honest....
well i was about experimenting to show the Current Activity of the Currently Active Members above inside WGO BOX (by mouse hover to the username)....by adding the red code below
Code:
<li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}" title="{vb:rawphrase current_activity} {vb:raw loggedin.action} {vb:raw loggedin.where}
">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
...to the vbdefault template of
forumhome_loggedinuser but it didn't quite well and good even i tried to preregistered those variables....well i'm not sure too if i did it right or not...
PHP Code:
vB_Template::preRegister('FORUMHOME',array(
'loggedin.action ' => $loggedin.action));
'loggedin.where ' => $loggedin.where));
can anyone guide me on this please...
thanks and best regards to all