We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4f4cc commit e2168beCopy full SHA for e2168be
featherbb/View/layout.html.twig
@@ -140,7 +140,7 @@
140
{% if can('board.read') and can('search.topics') %}
141
<ul class="conr">
142
<li>{{ trans('Topic searches') }}
143
- {% if userGet('is_guest') %}
+ {% if not userGet('is_guest') %}
144
<a href="{{ pathFor('quickSearch', {'show': 'replies'}) }}" title="{{ trans('Show posted topics') }}">{{ trans('Posted topics') }}</a> |
145
<a href="{{ pathFor('quickSearch', {'show': 'new'}) }}" title="{{ trans('Show new posts') }}">{{ trans('New posts header') }}</a> |
146
{% endif %}
0 commit comments