MyBB Community Forums

Full Version: Add User title to online list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey

Im trying to add user titles to the online list so it appears below the username but above the IP, does anyone know how to do this all i got is

{$user['usertitle']}</td>
has to be added to the who's online template but the online.php has to be edited too.

Look at: http://community.mybboard.net/thread-65051.html where matt helped me do it on the forum team
Line 162 of ./online.php:

SELECT DISTINCT s.sid, s.ip, s.uid, s.time, s.location, u.username, s.nopermission, u.invisible, u.usergroup, u.displaygroup

to:

SELECT DISTINCT s.sid, s.ip, s.uid, s.time, s.location, u.username, s.nopermission, u.invisible, u.usergroup, u.displaygroup, u.usertitle