Quote:
Originally Posted by criscokid
It would be cool if their status showed up on the "who's online" page.
|
Try editing online.php and changing:
Code:
$allusers = $db->query_read("
SELECT user.username, session.useragent, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo, user.skype,
To this:
Code:
$allusers = $db->query_read("
SELECT user.username, session.useragent, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo, user.skype, user.sr_away_status, user.sr_away_message,
Then chang the
whosonlinebit template
Add:
Code:
<if condition="$vboptions[sr_away_onoff]">
<div>
$vbphrase[sr_away_status]: <a href="#" title="$userinfo[sr_away_message]">$userinfo[sr_away_status]</a>
</div>
</if>
After:
Code:
$userinfo[musername]