count("forum_post")); e107::setRegistry('total_forumposts', $total_forumposts); } $count = $sql->retrieve('user_extended', 'user_plugin_forum_posts', 'user_extended_id = '.$udata['user_id']); $perc = ($total_forumposts > 0 && $count) ? round(($count / $total_forumposts) * 100, 2) : 0; $url = ($count> 0) ? e_HTTP."userposts.php?0.forums.".$udata['user_id'] : null; $var = array( 0 => array('label' => LAN_PLUGIN_FORUM_POSTS, 'text' => intval($count)." ( ".$perc."% )", 'url'=> $url) ); return $var; } }