Sp32
12-09-2008, 10:00 PM
I just made this myself, I couldn't find it anywhere and it is so basic and I am pretty sure it has flaws but it is working for me so to save the trouble of someone else doing this I thought I would post it here, sorry if this has already been done ^-^'
go to FORUMHOME and search for:
</table>
<br />
<!-- end what's going on box -->
above that add:
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions">Affilliates</phrase>
</td>
</tr>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
</div>
</td>
</tr>
</tbody>
[B]under 'small font' add the code for the button
I am sure you can rip some of the code out of it to suit your needs and change where your picture is etc, this is my first ever edit so I am sorry if this is 'crap' but I am only doing this so less people have to find it, thanks :)
go to FORUMHOME and search for:
</table>
<br />
<!-- end what's going on box -->
above that add:
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions">Affilliates</phrase>
</td>
</tr>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
</div>
</td>
</tr>
</tbody>
[B]under 'small font' add the code for the button
I am sure you can rip some of the code out of it to suit your needs and change where your picture is etc, this is my first ever edit so I am sorry if this is 'crap' but I am only doing this so less people have to find it, thanks :)