Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @amperrors

    Please try to add the following code to your themes functions.php file:

    function stats_bottom() {
    	AsgarosForumStatistics::showStatistics();
    }
    add_action('asgarosforum_forum_custom_content_bottom', 'stats_bottom');

    This allows you to show the global statistics-area inside of forums.

Viewing 1 replies (of 1 total)
  • The topic ‘Need help in setting up statistics’ is closed to new replies.