Log in

View Full Version : Forum Statistics in table


HaYLaZ
09-18-2005, 10:00 PM
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;

<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>
</div>

replace with below;

<!-- 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=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></b></span></div>


</tr>
</table>
<!-- Statistic Table -->

you can change colors what you want

Daniel
09-19-2005, 10:01 PM
Interesting, my board all ready has it so it would be no use to me.

organik81
09-19-2005, 11:37 PM
Very nice & aesthetic... Thanx... ;)

ged
09-20-2005, 04:22 AM
What's new here? :)

HaYLaZ
09-20-2005, 05:59 AM
there is a table is statistic section which shows your total threads,messages ect.They are in a table:)

ged
09-20-2005, 08:26 AM
Uhm, I got the point, but why to put them in a table? :)

HaYLaZ
09-20-2005, 09:00 AM
because canım ole istedi alla alla
it seems very nice in a table

KoC
09-20-2005, 05:56 PM
Himmm the orginal looks better i think

organik81
09-21-2005, 01:39 AM
Uhm, I got the point, but why to put them in a table? :)
Because better... It's not necessary...

kamilz++
09-28-2005, 05:21 PM
THIS IS UNNECCESARY,
be careful haylaz i know turkish!

HaYLaZ
10-03-2005, 09:50 AM
THIS IS UNNECCESARY,
be careful haylaz i know turkish!

it can be ı know turkish and english every can speak these languages and ı dont have to need be careful ok

nader
01-15-2006, 01:57 PM
you can use CSS instead of using HTML