Discussion Does Not Appear on Its Own Tab
If Settings > Aesthetics > Wiki Discussion Placement is set to appear on "its own tab", users will never be able to post any comments or discussions because the tab never appears, regardless of permissions and other options. Accessing the tab directly should still work as expected, and the "below the content" option still works as expected.
Fixed for Alpha 5. In
vault/core/view/factory/tab/vw.php, find:
Code:
!vw_Hard_Core::model('Settings')->get('vw_comments_tab')
Replace with:
Code:
vw_Hard_Core::model('Settings')->get('vw_discuss_tab')