Back to vBulletin 3.5 Template Modifications

Forum Statistics in table
Mod Version: 1.00, by HaYLaZ

This modification is in the archives.
vB Version: 3.5.0 RC2 Rating: (0 vote - 0 average) Installs: 6
Released: 20 Sep 2005 Last Update: Never Downloads: 0
Not Supported Code Changes  

your forum statistics messages,threads,members are shown in a table it very nice.You can see it in attachment.

install:

open your forumhome template and find;

PHP Code:
<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=$newuserid2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        </
div
replace with below;

PHP Code:
<!-- Statistic Table-->
<
table align="left" border="1">
<
tr>
<
td bordercolor="red"><div class="smallfont">
<
span style="color: red;">$vbphrase[threads]: $totalthreads</span></div>
 
<
td bordercolor="blue"><div class="smallfont">
<
span style="color: blue;">$vbphrase[posts]: $totalposts</span></div>

<
td bordercolor="purple"><div class="smallfont">
<
span style="color: purple;">$vbphrase[members]: $numbermembers</span></div>
 
<
td bordercolor="black"><div class="smallfont">
<
span style="color: black;"><phrase 1="member.php?$session[sessionurl]u=$newuserid2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></b></span></div


 </
tr>
</
table>
<!-- 
Statistic Table --> 
you can change colors what you want

Download

No files for download.

Screenshots

 

Similar Mods

Statistics Modifications Live Forum Statistics on All Pages in Forum Header vBulletin 3.6 Add-ons
Statistics Modifications Live Forum Statistics on All Pages in Forum Header vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024