Hi,
I’ve got a question. I need the statistic tags from the theme_stats template in the theme_global template. I could manage to get it done by adding this line:
'visitor_stats' => 'theme_global',
to the mod.forum.php
and by adding this function:
//-------------------------------------
// visitor stats
//-------------------------------------
function visitor_stats()
{
return <<< EOF
{total_members}
EOF;}
// END
to the theme_global template. This seems to work on almost all pages,
but unfortunately not on the memberlist page. There the tag itself is
displayed. Can somebody tell me why it works almost all pages apart from
the memberlist?
thanks
/lars
