Quote:
Originally Posted by valdet
Can you show us how to add sidebars like this one in forumdisplay and in showthread, because my skin already has left sidebar on forumhome, but not on the other two templates.
Thanks.
|
This is only for forumhome only as the codes called for only in the forumhome template.To enable others,you'll have to have hooks for that.If you need this on forumdisplay and showthread,Kerry Anne's side column hack is great and efficient for it.
Quote:
Looks awesome. I'm going to install this tomorrow night. Any chance of getting the code for the forum stats?
|
Here's what i use for my Stats block
Code:
<br />
<table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
<tr>
<td class="thead" align="center">:: Forum Stats ::</td>
</tr>
</table>
<table class="tborder" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" align="center">
<tr>
<td class="alt1"><center>
<b>Forum Members:</b> $numbermembers<br />
<b>Total Threads:</b> $totalthreads<br />
<b>Posts:</b> $totalposts<br />
<b>Newest Member:</b> <a href="$vboptions[bburl]/member.php?u=$newuserid">$newusername</a><br />
<br />
<b>Forum Staff:</b><br />
<a href="member.php?u=USERID HERE">YOUR STAFF NAME</a>, <a href="member.php?u=USERID HERE">YOUR STAFF NAME</a><br />
<br />
There are currently <span class="staff"><b>$totalonline</b></span> users online.
</center>
</td>
</tr>
</table>