Quote:
Originally Posted by KURTZ
anyway just another request arco  i use PM's split hack so after the installation of your product i've got a weird stat box ... is possibile put the legend under the PM's add-on?
|
For now, change the execution order for this plugin to 6. You also need to change something in the plugin for the other mod, it seems to be missing a <br />.
Find in "Most Ever Users, Members & Guests" plugin:
Code:
$activeusers = $activeusers."<br />".$maxmemberstext." ".$maxgueststext;
Change to:
Code:
$activeusers = $activeusers."<br /><br />".$maxmemberstext." ".$maxgueststext;
I'll look into the other requests. I'm not particular amazing with coding, so can't promise anything.