2019-07-17, 04:43 PM
I've literally been checking the Plugin Request forum every few hours looking for a new project to work on. 
Right now I just need to make some changes to the backend to avoid hitting the Steam API for every post made by the same person to avoid duplicate lookups and improve page load times.
I tried to fix the location of the box, but I'm too rusty on MyBB's CSS to put the box in between <div class="author_information"> and <div class="author_statistics"> without breaking the postbit. I'll leave that to somebody else to handle making it pretty.
Also I'll move the current CSS I'm using to it's own theme down the road, for now the plugin gets this ugly template:

Right now I just need to make some changes to the backend to avoid hitting the Steam API for every post made by the same person to avoid duplicate lookups and improve page load times.
I tried to fix the location of the box, but I'm too rusty on MyBB's CSS to put the box in between <div class="author_information"> and <div class="author_statistics"> without breaking the postbit. I'll leave that to somebody else to handle making it pretty.
Also I'll move the current CSS I'm using to it's own theme down the road, for now the plugin gets this ugly template:
<p style="height:45px;min-width:200px;border:1px solid silver;"><a href="{$profile}" target="_blank"><img src="{$avatar}" style="float:left;padding:7px 5px 0 5px;" /><strong>{$name} [{$level}] ({$state})</a> <br /> <a href="https://store.steampowered.com/app/{$appid}" target="_blank">{$game}</a></strong></p>