custom row in stats section

Hoxxy

New Member
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, goto admin cp>>>style manager>>>edit templates>>>forumhome templates>>>FORUMHOME

look for this:
PHP:
<if condition="$show['birthdays']">

Add this above:
PHP:
<!-- 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://demo.com/forum/images/misc/picture1.gif" alt="" border="0" /></td> 
                <td class="alt1" width="100%"><div class="smallfont"> 
               <a href="http://link.com"><img src="http://demo.com/forum/images/misc/picture2.gif" border="0" alt"" /></a> 
                </div></td> 
        </tr> 
</tbody> 
<!-- Custom -->
 

Hoxxy

New Member
It just adds an extra section to your "whats going on" area no need for a SS, tbh you could now just use one of the ad templates as this was made when 3.6.x was about (I think)
 
Top