Skip to content

Commit

Permalink
removed: online users count has been made obsolete by Elgg admin menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Jun 13, 2024
1 parent de4066d commit 7f45776
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 35 deletions.
4 changes: 0 additions & 4 deletions elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
],
],
'view_options' => [
'widgets/online_user_count/content' => ['ajax' => true],
'advanced_statistics/account/statistics/details' => ['ajax' => true],
'advanced_statistics/account' => ['ajax' => true],
'advanced_statistics/admin_data' => ['ajax' => true],
Expand All @@ -70,8 +69,5 @@
'context' => ['admin'],
'multiple' => true,
],
'online_user_count' => [
'context' => ['admin'],
],
],
];
3 changes: 0 additions & 3 deletions languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
'widgets:advanced_statistics:description' => "Show some advanced statistics",
'advanced_statistics:widgets:advanced_statistics:content:no_chart' => "Edit the widget to select a chart.",

'widgets:online_user_count:name' => "Online Users Counter",
'widgets:online_user_count:description' => "Show the amount of online users and will automatically refresh",

// user statistics
'advanced_statistics:numentities:admin_help' => "* non searchable entities, only shown to site administrators",

Expand Down
2 changes: 0 additions & 2 deletions languages/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@
'widgets:advanced_statistics:name' => 'Estadísticas avanzadas',
'widgets:advanced_statistics:description' => 'Mostrar algunas estadísticas avanzadas',
'advanced_statistics:widgets:advanced_statistics:content:no_chart' => 'Editar el widget para elegir un gráfico.',
'widgets:online_user_count:name' => 'Contador de usuarios en linea',
'widgets:online_user_count:description' => 'Mostrar la cantidad de usuario en linea y actualizar automáticamente',
);
2 changes: 0 additions & 2 deletions languages/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@
'widgets:advanced_statistics:name' => 'Statistiques avancées',
'widgets:advanced_statistics:description' => 'Afficher quelques statistiques avancées',
'advanced_statistics:widgets:advanced_statistics:content:no_chart' => 'Configurer le widget pour sélectionner un graphique.',
'widgets:online_user_count:name' => 'Compteur de membres connectés',
'widgets:online_user_count:description' => 'Affiche le nombre de membres connectés et se rafraîchit automatiquement',
);
2 changes: 0 additions & 2 deletions languages/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
'widgets:advanced_statistics:name' => 'Geavanceerde Statistieken',
'widgets:advanced_statistics:description' => 'Toon enkele geavanceerde statistieken',
'advanced_statistics:widgets:advanced_statistics:content:no_chart' => 'Bewerk de widget om een grafiek te selecteren',
'widgets:online_user_count:name' => 'Online gebruikers teller',
'widgets:online_user_count:description' => 'Toont het aantal online gebruikers en zal dit automatisch verversen',
'advanced_statistics:users:friend_bundled' => 'Gegroepeerde aantallen vrienden',
'advanced_statistics:users:groups_bundled' => 'Gegroepeerde groepslidmaatschappen',
);
22 changes: 0 additions & 22 deletions views/default/widgets/online_user_count/content.php

This file was deleted.

0 comments on commit 7f45776

Please sign in to comment.