Blocking chat/flag/block for guest

main
Sebastian Sycz 6 years ago committed by Julian Lam
parent 91b6062da3
commit e0211f1d9b

@ -3,6 +3,7 @@
<i class="fa fa-ellipsis-v"></i> <i class="fa fa-ellipsis-v"></i>
</button> </button>
<ul class="dropdown-menu dropdown-menu-right"> <ul class="dropdown-menu dropdown-menu-right">
<!-- IF loggedIn -->
<!-- IF !isSelf --> <!-- IF !isSelf -->
<!-- IF !banned --> <!-- IF !banned -->
<!-- IF !config.disableChat --> <!-- IF !config.disableChat -->
@ -22,6 +23,7 @@
<li class="divider"></li> <li class="divider"></li>
<!-- ENDIF !banned --> <!-- ENDIF !banned -->
<!-- ENDIF !isSelf --> <!-- ENDIF !isSelf -->
<!-- ENDIF loggedIn -->
<li> <li>
<a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a> <a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a>
</li> </li>

Loading…
Cancel
Save