MyBB Community Forums

Full Version: How to add contact fields to this plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm using his plugin tha allows you to display a selected group that's online and display them on the index sidebar. One thing I wanted to add to the user_row template is {$online['skype']} to display the users skype address however that code isn't recognized. I think I need to add it into the plugin file's code. Any ideas what I need to add?

I think I need to add something to this part:
$avatar_teamonline = format_avatar($online['avatar']);
 $online['username'] = format_name($online['username'], $online['usergroup'], $online['displaygroup']);
$online['profilelink'] = build_profile_link($online['username'], $online['uid']).$invisible_mark;
$online['groupname'] = $groupscache[$online['usergroup']]['title'];

This is the plugin: https://community.mybb.com/mods.php?action=view&pid=183