Hi peeps
Thanks for this, considered it installed and used your 1 HaYLaZ
Bashy
Quote:
Originally Posted by HaYLaZ
ı made some code modifications about this and ı change the table 
ı think it was very beatiful and changable all colours
replace the codes below wiht your old codes and ı put this codes to myforumhome template under $navbar code.You can see the example in attachment
PHP Code:
<!-- Forum Stats in Header Template -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table align="center" border="1">
<tr>
<td bordercolor="red"><div class="smallfont">
<span style="color: red;"><b>Discussions:</b> $totalthreads </span></div>
<td bordercolor="blue"><div class="smallfont">
<span style="color: blue;"><b>Messages:</b> $totalposts </span></div>
<td bordercolor="black"><div class="smallfont">
<span style="color: black;"><b>Members: </b>$numbermembers </span></div>
<td bordercolor="green"><div class="smallfont">
<span style="color: green;"><b>Online: </b>$totalonline </b> </span></div>
<td bordercolor="purple"><div class="smallfont">
<span style="color: purple;"><b>Newmember :</b> <a href="$vboptions[bburl]/member.php?u=$newuserid"><b>$newusername</b></a> (welcome!)</span></div>
</tr>
</table>
<!-- Forum Stats in Header Template -->
you can change colours yourself
|