fist of all i created new phrase which is x_members_y_guests_and_z_invisible
and then a added the $numberinvisible to forum home template as you can see at the bottom and it doesnt show the members whos usin ghost mod what else can i do mate??
HTML Code:
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
<a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberinvisible">$vbphrase[x_members_y_guests_and_z_invisible]
</phrase>)
</td>
</tr>
</tbody>