2021-05-15, 07:50 PM
(This post was last modified: 2021-05-29, 02:45 PM by isoldehn. Edited 2 times in total.)
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
Update, I got to here:
Its now returning "Guest" so thats different at least lol.
Plugin: https://community.mybb.com/mods.php?action=view&pid=408
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
> SELECT finger FROM hand WHERE id='3'