Bence kapatmak yerine ayrı sayfada göstermek en güzeli. Ayrı sayfada göstermek için aşağıdaki yolladan birini seçin sonra forumhomedan gerekli yerleri editleyip silin.

Bunu yapmak için İki yol var..

1) Plugin Yüklerek = External Online Users Page vBulletin.org


2)
- stats.php dosyasını forum ana dizininize upload edin. ==> stats.php dosyasını İndir
- Temaları Düzenle >> Kullandığınız Temayı Seçin >> Yeni Şablon Ekle deyip Forumhome_Online adında bir şablon oluşturun ve aşağıdaki içerği o şablona kopyalayın..
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers -->
    $headinclude
    <title>Online Üyeler - $vboptions[bbtitle]</title> </head> <body>
$header
$navbar
<br /> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td> </tr> </thead> <if condition="$show['loggedinusers']"> <!-- logged-in users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="https://www.r10.net/vbulletin/#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="https://www.r10.net/vbulletin/$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> <a href="https://www.r10.net/vbulletin/online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </td> </tr> </tbody> <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]"> <tr> <td class="alt2"><a href="https://www.r10.net/vbulletin/online.php$session[sessionurl_q]" rel="nofollow"><img src="https://www.r10.net/vbulletin/$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td> <td class="alt1" width="100%"> <div class="smallfont"> <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> </div> </td> </tr> </tbody> <!-- end logged-in users --> </if> </table>
$footer
</body> </html>
Online üyeleri http://www.siteadı.com/forum/stats.php adresinden görebilirsiniz..