wimpie
01-Jun-2005, 06:11 PM
Here a little code to make a extra row in the statistics section, you can use it to put buttons in from friends, or a paypall button etc.
Change the links to yours.
ok, style section in admin cp-->style manager-->edit templates-->forumhome templates-->FORUMHOME
look for this:
<if condition="$show['birthdays']">
add above:
<!-- Custom -->
<tbody>
<tr>
<td class="thead" colspan="2">
Your text here:
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]">
<tr>
<td class="alt2"><img src="http://adress.com/forum/images/misc/picture1.gif" alt="Hello or something" border="0" /></td>
<td class="alt1" width="100%"><div class="smallfont">
<a href="http://link.com"><img src="http://adress.com/forum/images/misc/picture2.gif" border="0" /></a>
</div></td>
</tr>
</tbody>
<!-- Custom -->
Change the links to yours.
ok, style section in admin cp-->style manager-->edit templates-->forumhome templates-->FORUMHOME
look for this:
<if condition="$show['birthdays']">
add above:
<!-- Custom -->
<tbody>
<tr>
<td class="thead" colspan="2">
Your text here:
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]">
<tr>
<td class="alt2"><img src="http://adress.com/forum/images/misc/picture1.gif" alt="Hello or something" border="0" /></td>
<td class="alt1" width="100%"><div class="smallfont">
<a href="http://link.com"><img src="http://adress.com/forum/images/misc/picture2.gif" border="0" /></a>
</div></td>
</tr>
</tbody>
<!-- Custom -->