Forumu bugün Ziyaret Edenler [vB 3.5.0]

- FORUMHOME template'sinde bunu bulun
Kod:
<!-- end logged-in users -->
ve altına ekleyin
PHP- Kodu:
<!-- Todays active users --> 
<
tbody
 <
tr
  <
td class="thead" colspan="2"
   <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_todayusers')"><img id="collapseimg_forumhome_todayusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayusers].gif" alt="" border="0" /></a
   
Total users that have visited today$totaltoday 
  
</td
 </
tr
</
tbody
<
tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]"
 <
tr
  <
td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="Users online today" border="0" /></td
  <
td class="alt1" width="100%"><div class="smallfont">$whotoday</div></td
 </
tr
</
tbody
<!-- 
Todays active users --> 
- ekteki eklentiyi plugin kısmından içeri alın (import edin).