From 56199027768a07d7f1f980df08fb9c5dc7b1278e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Nov 2014 17:44:02 -0800 Subject: indicate public forums in directory results (there will be some [possibly considerable] lag time before existing forums are correctly tagged). --- view/tpl/direntry.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/tpl/direntry.tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 691905ecd..879a168c9 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -12,6 +12,12 @@
{{$entry.name}}{{if $entry.online}} {{/if}}
+{{if $entry.public_forum}} +
+{{$entry.forum_label}} @{{$entry.nickname}}+ +
+{{/if}} +
{{$entry.details}}
{{if $entry.hometown}}
{{$entry.hometown}}
-- cgit v1.2.3