From 9bc9aa123f942062f950452e2303e4d7932a809e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 18 Apr 2018 15:56:57 -0700 Subject: just provide the trending tags in public stream by default and simplify the query to improve load times; I intend to do additional work on this feature later --- include/taxonomy.php | 2 +- view/pdl/mod_pubstream.pdl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/taxonomy.php b/include/taxonomy.php index f65cdd941..e8d33986f 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -338,7 +338,7 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) { else { $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; - $sql_extra = item_permissions_sql($sys['channel_id']); + $sql_extra = " and item_private = 0 "; } if($recent) diff --git a/view/pdl/mod_pubstream.pdl b/view/pdl/mod_pubstream.pdl index abb1a4931..539900155 100644 --- a/view/pdl/mod_pubstream.pdl +++ b/view/pdl/mod_pubstream.pdl @@ -1,6 +1,5 @@ [region=aside] [widget=pubtagcloud][var=trending]8[/var][var=limit]20[/var][/widget] -[widget=pubtagcloud][/widget] [/region] [region=right_aside] [widget=notifications][/widget] -- cgit v1.2.3