All installation working fine except that there is no comment box allow the user to leave the comment. I am sure that I have configured the permission of that user to that already.
I also have fixed Nav error with this code already
Code:
$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;
$perms['playlist'] = true;
if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}
But this code only fix the menu for Admin, still not showing the comment box for the user at all.