I had posted this for someone over on the infopop board, I figured I'd put it here if anyone else was looking to do this.<br /><br />This mod shows the Total Number of Users (In Extra Information) to Admins and Mods Only.<br /><br />In you ubbthreads.tmpl file, find this around line 101:<br /><pre><font class="small">code:</font><hr><br />$registered {$ubbt_lang['REGED_USERS']}</pre><hr><br /><br />Change it to:<br /><pre><font class="small">code:</font><hr><br />UBBTPRINT;<br />if ($user['U_Status'] == "Administrator" or $user['U_Status'] == "Moderator") {<br />echo <<<UBBTPRINT<br />$registered {$ubbt_lang['REGED_USERS']}<br />UBBTPRINT;<br />}<br />echo <<<UBBTPRINT</pre><hr><br /><br />That's it!