Quote:
Today at 06:06 AM Snapperhaed said this in Post #19
Installed with little effort, thanks!
One problem I do have, is that the english version is shown at the bottom of the page, and not the top in v2.3 #3. Maybe I just inserted somewhere incorrectly? Could Be!?! ... Smacks install.
|
d00d if you used my edited version then in the forumdisplay template
above
$forumdisplay[threadlist]
add
PHP Code:
<br>
<center>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" width="50%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td bgcolor="{ tableheadbgcolor}" align="center" nowrap colspan="3"><normalfont><b>Statistics Of Forum: <i>$foruminfo[title]</i></b></normalfont></td>
</tr>
<tr>
<td bgcolor="{ firstaltcolor}" align="center" colspan="3" nowrap>
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td nowrap><smallfont><b>Number Of Threads In This Forum:</b> $nbemess</smallfont></td>
<td nowrap><smallfont><b>Number Of Replys:</b> $nbepost</smallfont></td>
</tr>
<tr>
<td nowrap><smallfont><b>Best Poster In This Forum:</b> <A HREF="member.php?s=$session[sessionhash]&action=getinfo&userid=$liste[postuserid]" target="_blank">$mposteur</a> (<b>$avgposteur%</b>)</td>
<td nowrap><smallfont><b>Last Poster In This Forum:</b> $dposteur</smallfont></td>
</tr>
<tr>
<td nowrap><smallfont><b>Average Rating In This Forum:</b> $moyenne</smallfont></td>
<td nowrap><smallfont><b>Total Views of threads in this forum:</b> $vue</smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
for the original or add
$forumdisplaystats above it.
remember in the code above delete the spaces after the {'s