Customize statistics view
Deleted user
#1 · September 11, 2021, 5:11 pm
Quote from Deleted user on September 11, 2021, 5:11 pmHello,
I´d like to remove the number of topics displayed in stats at the bottom. I don´t know how to add a class to simply remove it with CSS because in forum-statistics.php file all stats queries are in a single div container:
echo '<div id="statistics-elements">'; self::renderStatisticsElement(__('Topics', 'asgaros-forum'), $data->topics, 'far fa-comments'); ... echo '</div>';Can I safely remove the second line without affecting the rest of the stats? Julia
Hello,
I´d like to remove the number of topics displayed in stats at the bottom. I don´t know how to add a class to simply remove it with CSS because in forum-statistics.php file all stats queries are in a single div container:
echo '<div id="statistics-elements">';
self::renderStatisticsElement(__('Topics', 'asgaros-forum'), $data->topics, 'far fa-comments');
...
echo '</div>';
Can I safely remove the second line without affecting the rest of the stats? Julia
Click for thumbs down.0Click for thumbs up.0
