A ver creo que os equivocais si,lo que quiere es que salgan las comas en cad nombre ,ve a tu ACP=>Plantillas=>TUTHEME=>Índice-plantillas=>index_whosonline
y buscas ,{$lang->online_note}
y pones en todas esa fila ,antes del <tr>
<tr><td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
y te debería quedar así ,la plantilla,
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr><td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>