Quote:
Originally Posted by Chroder
Out-of-the-box, yes. You'll have to modify the templates on your own if you want it to look like mine (On the side, that is). If I have time I'll write an addon that will make the side bar.
|
I have done this for you all.
First in FORUMHOME find:
$navbar
After add:
PHP Code:
<!--*** \/ COLUMN SETUP \/ ***-->
<table cellspacing="0" cellpadding="0" width="100%"><tr><td valign="top">
<!--*** /\ COLUMN SETUP /\ ***-->
2nd in forumhome find:
<!-- / icons and login code -->
After add:
PHP Code:
<!--*** \/ COLUMN SETUP \/ ***-->
</td><td valign="top" width="220" style="padding-left: 10px;">
<!--*** /\ COLUMN SETUP /\ ***-->
<!-- DEVBOX LATEST THREADS -->
<table class="tborder" cellpadding="6" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="thead">
<a style="float:right" href="#top" onclick="return toggle_collapse('devbox_latest_threads')"><img id="collapseimg_devbox_latest_threads" src="db_style/buttons/collapse_thead.gif" alt="" border="0" /></a>
Latest Threads
</td>
</tr>
</tbody>
<tbody id="collapseobj_devbox_latest_threads" style="">
<tr>
<td class="alt1">
<table cellspacing="0" cellpadding="0" width="100%">
<tr><td class="smallfont" style="padding-bottom:6px;padding-top:6px;border-bottom: 1px solid #C1D5ED">
<tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
<tr>
<td class="alt2"> </td>
<td class="alt1"><div class="smallfont">$threadbits</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- /DEVBOX LATEST THREADS -->
<br />
<table class="tborder" cellpadding="6" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="thead">
<a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="db_style/buttons/collapse_thead.gif" alt="" border="0" /></a>
Forum Statistics
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="">
<tr>
<td class="alt1" style="border: 1px solid #DFEAF6; border-top: none;">
<div class="smallfont">
<div>$vbphrase[threads]: $totalthreads</div>
$vbphrase[posts]: $totalposts</div>
$vbphrase[members]: $numbermembers</div>
</div>
</td>
</tr>
</tbody>
</table>
<br />
<!-- DEVBOX TOP POSTERS -->
<table class="tborder" cellpadding="6" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="thead">
<a style="float:right" href="#top" onclick="return toggle_collapse('devbox_top_posters')"><img id="collapseimg_devbox_top_posters" src="db_style/buttons/collapse_thead.gif" alt="" border="0" /></a>
Top Posters
</td>
</tr>
</tbody>
<tbody id="collapseobj_devbox_top_posters" style="">
<tr>
<td class="alt1"><div class="smallfont"> $devbox[top_posters]</td>
</tr>
</tbody>
</table>
<!-- /DEVBOX TOP POSTERS -->
<br />
<!-- DEVBOX NEWEST MEMBERS -->
<table class="tborder" cellpadding="6" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="thead">
<a style="float:right" href="#top" onclick="return toggle_collapse('devbox_newest_members')"><img id="collapseimg_devbox_newest_members" src="db_style/buttons/collapse_thead.gif" alt="" border="0" /></a>
Newest Members
</td>
</tr>
</tbody>
<tbody id="collapseobj_devbox_newest_members" style="">
<tr>
<td class="alt1"><div class="smallfont">$devbox[newest_members]</td>
</tr>
</tbody>
</table>
<!-- /DEVBOX NEWEST MEMBERS -->
<br />
http://www.detailcity.com/index.php?s=&styleid=17
**he didn't want all the stuff on the right side, the code I am realeasing will show Top posters, Site statistics, latest threads, newest members, etc.