Dashboard - Active users last week

knme
Forums
Hi Re page /opigno-statistics/opigno-statistics-app/dashboard and Active users last week This widget causes the page to be disproportionate in layout. Primarily due to a dummy image but also to the fact that the widget is place far right. Questions how many users will it show (max)? is it possible control, i.e. top 5 most active users? Are these data served through a view? is it possible to remove it or is it possible move display below stats for total number of page views, in a horizontal table? Thanks
Profile picture for user James Aparicio
James Aparicio

Hi knme,

Hi knme,

 

The statistics are a custom module (profiles/opigno_lms/modules/contrib/opigno/opigno_statistics_app).

Its possible to do everything you are requesting, juts take a look at the module code and the template files. (profiles/opigno_lms/modules/contrib/opigno/opigno_statistics_app/templates)

 

Best regards

 

markusd1984

custom css

quick and easy way using custom css (/admin/appearance/settings/platon) 1) smaller picture size (doesn't wrap around user name though and get's pushed above when too long)#opigno-statistics-app-dashboard-widget-most-active-users img { max-width: 50px; }2) or hide it completely.col.col-1-out-of-4.clearfix { display:none; }div#opigno-statistics-app-widget-dashboard-general-statistics { display:block; }or just hide the images#opigno-statistics-app-dashboard-widget-most-active-users img { display:none; }FYI - I think correct template path is profiles/opigno_lms/modules/opigno/opigno_statistics_app/templates/dashboard/dashboard.tpl.php profiles/opigno_lms/modules/opigno/opigno_statistics_app/templates/dashboard/widgets/most_active_users/partials/list_item.tpl.php