new topic link
above is missing. You can only open a new topic with the link below the forum.
This has nothing to do with the permissions. In all other styles the new topic link is displayed above.
This seems to be missing in the html file. Intentionally or not.
Code: Select all
<!-- EVENT viewforum_buttons_top_before -->
<!-- EVENT viewforum_buttons_top_after -->
Code: Select all
<!-- EVENT viewforum_buttons_top_before -->
<a href="{U_POST_NEW_TOPIC}" class="button" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">
<!-- IF S_IS_LOCKED -->
<span>{L_BUTTON_FORUM_LOCKED}</span> <i class="icon fa-lock fa-fw" aria-hidden="true"></i>
<!-- ELSE -->
<span>{L_BUTTON_NEW_TOPIC}</span> <i class="icon fa-pencil fa-fw" aria-hidden="true"></i>
<!-- ENDIF -->
</a>
<!-- EVENT viewforum_buttons_top_after -->
Fixed previous issue's