It was only showing the comment parts of an article to users with a userid and then taking permissions into account. This should fix it:
In the template
article_display, Search for
AND Remove:
HTML Code:
<if condition="$bbuserinfo['userid'] != 0">
Search for:
HTML Code:
<div class="vbmenu_popup" id="articletools_menu" style="display:none">
Above it, you should see:
Replace that with:
Then save the template