MyBB Community Forums

Full Version: Enhanced Account Switcher - Get Master Account Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I do not know if this qualifies as plugin support or not but I am looking to find a way to show an accounts master account on a custom PHP page.

Right now I've got
$master['username'] = get_user($master_acc);
which just returns "Array" lol.

Update, I got to here:
$master['username'] = build_profile_link(format_name($master['usergroup'],$master['displaygroup']),(int)$master['uid']);

Its now returning "Guest" so thats different at least lol.

Plugin: https://community.mybb.com/mods.php?action=view&pid=408