- Compatible XF Versions
- XenForo 2.3
- Updates duration
- This will get updated, when we get the updated version.
Description:
Removes Current visitors link from members page.
(Example of Current visitors link)
(Example of Current visitors in the Public navigation page)
(Example of User group permissions)
Setup:
Navigate to the following:
Admin control panel -> Setup -> Public navigation -> Current visitors
Add the following to the Display conditions field:
$xf.visitor.hasPermission('removeCurrentVisitors', 'bypass')
User group permissions:
If you would like to allow the Administrative user group to still be able to view the Current visitors page, then set the "Bypass" permission to Yes on the User group permissions for the Administrative user group.
Questions and answers:
Q: Will this add-on prevent direct URL access to the Current visitors page?
A: Yes.
Removes Current visitors link from members page.
(Example of Current visitors link)
(Example of Current visitors in the Public navigation page)
(Example of User group permissions)
Setup:
Navigate to the following:
Admin control panel -> Setup -> Public navigation -> Current visitors
Add the following to the Display conditions field:
$xf.visitor.hasPermission('removeCurrentVisitors', 'bypass')
User group permissions:
If you would like to allow the Administrative user group to still be able to view the Current visitors page, then set the "Bypass" permission to Yes on the User group permissions for the Administrative user group.
Questions and answers:
Q: Will this add-on prevent direct URL access to the Current visitors page?
A: Yes.