X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fping.php;h=57728d32949ef64aab036fbd6f8ffd10531366f3;hb=f4173d17649afc81c14278941cd046f958818d93;hp=8cbfd308e67aa3792a0a5329617ae84efa609fe7;hpb=573a441d83169afa90bc564add3b7ff753ac2f7b;p=friendica.git diff --git a/mod/ping.php b/mod/ping.php index 8cbfd308e6..57728d3294 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -1,6 +1,8 @@ ' . $sql . ''; - $network_group = q($sql, intval(local_user()), intval(local_user())); - #echo ''; + if($network) { + if(intval(feature_enabled(local_user(),'groups'))) { + // Find out how unseen network posts are spread across groups + $groups_unseen = groups_count_unseen(); + } + + if(intval(feature_enabled(local_user(),'forumlist_widget'))) { + $forums_unseen = forums_count_unseen(); + } } $intros1 = q("SELECT `intro`.`id`, `intro`.`datetime`, @@ -220,14 +218,23 @@ function ping_init(&$a) { $network $home\r\n"; if ($register!=0) echo "$register"; - if ( count($network_group) ) { + + if ( count($groups_unseen) ) { echo ''; - foreach ($network_group as $it) { + foreach ($groups_unseen as $it) { echo '' . $it['count'] . ""; } echo ""; } + if ( count($forums_unseen) ) { + echo ''; + foreach ($forums_unseen as $it) { + echo '' . $it['count'] . ""; + } + echo ""; + } + echo "$all_events $all_events_today $events