Hi I am trying to show the footer stats on only the main forum page which I think would be group view, I can see I could only show the stats to user groups like-
if ($spThisUser->admin ) {
sp_SectionStart(‘tagClass=spStatsSection’, ‘stats’);
etc
etc
}
However, I haven’t found anything about only displaying the stats on a particular “view” such as group, forum, or topic. Thought about maybe trying a wordpress function like- if is_page( xx ); but then I remembered that the forum really only uses one page so that probably wont work….. Before I start experimenting is there an easy solution?