Fixed Start new Conversation => no perm. check

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
There's no permission check in the "navigation_visitor_tab" template if the user can start a conversation.

xenforo shows the link to every registered user, even he has no permissions to create a conversation.
Code:
    <div class="sectionFooter">
                <a href="{xen:link conversations/add}" class="floatLink">{xen:phrase start_new_conversation}</a>
                <a href="{xen:link conversations}">{xen:phrase show_all}...</a>
            </div>
 
Top Bottom