Quote:
Originally Posted by tafreeh
Can we limit this to admin only ?
|
Set option to manual and add this in the footer template:
Code:
<div class="footer_copyright" style="padding: 0px; margin-top: 5px; margin-bottom: 10px;">
<vb:if condition="is_member_of($bbuserinfo, 6)"><!-- page_gen_stats --></vb:if>
</div>
If your admin usergrp isn't 6, you need to change that, obviously
I added mine below {vb:raw template_hook.footer_javascript}