make tagadelic results (including categories in wall-to-wall posts) visible to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.

This commit is contained in:
redmatrix
2015-07-15 21:43:42 -07:00
parent b9fd8b4614
commit 070397ef14
3 changed files with 17 additions and 11 deletions

View File

@@ -79,7 +79,8 @@ function categories_widget($baseurl,$selected = '') {
where item.uid = %d
and term.uid = item.uid
and term.type = %d
and item.author_xchan = '%s'
and item.owner_xchan = '%s'
and item.item_wall = 1
$item_normal
order by term.term asc",
intval($a->profile['profile_uid']),