blackcode arkadasıma java kod için teşekkur ederim .....
Arkdaslar Ne İşe Yarar Bu Resimde Belirtiyorum Ama Pek Anlaşılmayabilir Demo Adreste Vereyim Reklam Olarak Anlmazsanız Buyrun Önizleme

Öncelikle CSS İlavelerine Eklencek Kod ;
[/B]
#tabbed_box_1 {
    margin: 0px auto 0px auto;
    width:100%;
}
.tabbed_box h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:23px;
    color:#ffffff;
    letter-spacing:-1px;
    margin-bottom:10px;
}
ul.tabs {
    margin:0px; padding:0px;
    margin-top:5px;
    margin-bottom:6px;
}
ul.tabs li {
    list-style:none;
    display:inline;
}
ul.tabs li a {
    background-color:#3f5887;
    color:#FFFFFF;
    padding:8px 14px 8px 14px;
    text-decoration:none;
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    border:1px solid #5c7099;
    background-image:url(images/tab_off.jpg);
    background-repeat:repeat-x;     
    background-position:bottom;
}
ul.tabs li a:hover {
    background-color:#5c7099;
    border-color:#2f343a;
}
ul.tabs li a.active {
    background-color:#ffffff;
    color:#282e32;
    border:1px solid #5c7099; 
    border-bottom: 1px solid #ffffff;
    background-image:url(images/tab_on.jpg);
    background-repeat:repeat-x;
    background-position:top;    
}
.content {
    background-color:#F5F5FF;
    padding:10px;
    border:1px solid #5c7099;     
    font-family:Arial, Helvetica, sans-serif;
    background-image:url(images/content_bottom.jpg);
    background-repeat:repeat-x;     
    background-position:bottom;    
}
#content_2, #content_3 { display:none; }
.content ul {
    margin:0px;
    padding:0px 20px 0px 20px;
}
.content ul li {
    list-style:none;
    border-bottom:1px solid #d6dde0;
    padding-top:15px;
    padding-bottom:15px;
    font-size:13px;
}
.content ul li:last-child {
    border-bottom:none;
}
.content ul li a {
    text-decoration:none;
    color:#3e4346;
}
.content ul li a small {
    color:#8b959c;
    font-size:9px;
    text-transform:uppercase;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    position:relative;
    left:4px;
    top:0px;
}
.content ul li a:hover {
    color:#a59c83;
}
.content ul li a:hover small {
    color:#baae8e;
}
headinclude En altına Ekleyin ;
<script src="clientscript/aktuel.js"></script>
    <script>
      // When the document loads do everything inside here ...
      $(document).ready(function(){
        // When a link is clicked
        $("a.tab").click(function () {
            // switch all tabs off
            $(".active").removeClass("active");
            // switch this tab on
            $(this).addClass("active");
            // slide all content up
            $(".content").slideUp();
            // slide this content up
            var content_show = $(this).attr("title");
            $("#"+content_show).slideDown();
        });
      });
  </script>
Forumhomede Aşagıdaki Kodu Bulun
<!-- what's going on box -->
<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>
$template_hook[forumhome_wgo_pos1]
<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]">$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="online.php$session[sessionurl_q]"><img src="$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>
$template_hook[forumhome_wgo_pos2]
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
        <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <td class="alt1" width="100%">
        <div class="smallfont">
            <div>
                $vbphrase[threads]: $totalthreads,
                $vbphrase[posts]: $totalposts,
                $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
                    <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                </if>
            </div>
            <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
            $template_hook[forumhome_wgo_stats]
        </div>
        </td>
    </tr>
</tbody>
$template_hook[forumhome_wgo_pos3]
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
            $vbphrase[todays_birthdays]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
        <td class="alt2"><a rel="nofollow" href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
</tbody>
<!-- end today's birthdays -->
</if>
$template_hook[forumhome_wgo_pos4]
<if condition="$show['upcomingevents']">
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
        <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
</tbody>
</if>
$template_hook[forumhome_wgo_pos5]
</table>
<br />
<!-- end what's going on box -->
Yukarıdaki Kodları Aşagıdaki Kodlar İle Değiştirin
<!-- what's going on box -->
<div id="tabbed_box_1" class="tabbed_box">
  <div class="tabbed_area">
        <ul class="tabs">
            <li><a href="#nago" title="content_1" class="tab active">ONLİNE KULLANICILAR </a></li>
            <li><a href="#nago" title="content_2" class="tab">Forum Istatistikleri </a></li>
            <li><a href="#nago" title="content_3" class="tab">BUGUN ONLİNE OLANLAR</a></li>
        </ul>
    <div id="content_1" class="content">
            <ul>
                <li><td class="alt2"><a href="online.php$session[sessionurl_q]"><img src="$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>$activeusers</div></li>
<div class="smallfont"><a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </div>        
            </ul>
        </div>
  <div id="content_2" class="content">
            <ul>
                 <li>
    <tr>
        <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <td class="alt1" width="100%">
        <div class="smallfont">
            <div>
                $vbphrase[threads]: $totalthreads,
                $vbphrase[posts]: $totalposts,
                $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
                    <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                </if>
            </div>
            <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
            $template_hook[forumhome_wgo_stats]
        </div>
        </td>
    </tr>
</li>
            </ul>
        </div>
<div id="content_3" class="content">
            <ul>
                <li>
<!-- who has visited -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <span class="alt2"><a href="memberlist.html"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></span> $show[wvt1]
            $whodesc $ftotaltoday        </td>
    </tr>
</tbody>
$show[wvt2]
    <tr>
        <td class="alt2">&nbsp;</td>
        <td class="alt1" width="100%"><div class="smallfont">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $whotoday</div></td>
    </tr>
</tbody>
<!-- end who has visited -->
</li>
            </ul>
        </div>
    </div>
</div>
<br />
<!-- end what's going on box -->
Şimdi Template Düzenlemeleri Bitti Yapmamız Gereken Js Dosyasını FTP Atmak
clientscript/ klosorunun içine Atıyoruz Ekte veriyorum
Ve Son Olarak Forumda Bugun Uye Olanlar Eklentisini Yuklemeniz Gerekcek Onuda Veriyorum Ve Bittiii Bu Kadar Sizler Kodlara Bakarak Geliştirebilirisiniz
Eger Hasann Arkadasımın Verdiği Tab kullanıyorsanız Kodlar Arasında Çakışma Oluyor Bende Kullanıyorum Oradan Biliyorum oradaki tab adını değiştiirn sorun çözülüyor Eger İSterseniz O kodlarıda veririm