aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-10 17:44:02 -0800
committerfriendica <info@friendica.com>2014-11-10 17:44:02 -0800
commit56199027768a07d7f1f980df08fb9c5dc7b1278e (patch)
treeb8b754c967785d60174e8202ceefe2929cc21f42 /view
parent62094652333514e92f9f00699e14b9f49680bb64 (diff)
downloadvolse-hubzilla-56199027768a07d7f1f980df08fb9c5dc7b1278e.tar.gz
volse-hubzilla-56199027768a07d7f1f980df08fb9c5dc7b1278e.tar.bz2
volse-hubzilla-56199027768a07d7f1f980df08fb9c5dc7b1278e.zip
indicate public forums in directory results (there will be some [possibly considerable] lag time before existing forums are correctly tagged).
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/direntry.tpl6
1 files changed, 6 insertions, 0 deletions
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 @@
<div class='contact-info'>
<div class="contact-name" id="directory-name-{{$entry.id}}" ><a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</div>
+{{if $entry.public_forum}}
+<div class="contact-forum">
+{{$entry.forum_label}} @{{$entry.nickname}}+
+</div>
+{{/if}}
+
<div class="contact-details">{{$entry.details}}</div>
{{if $entry.hometown}}
<div class="directory-hometown">{{$entry.hometown}} </div>