Can I manipulate the user permissions for one class/page?
Can I do something like:
getSpecialPermissions in XF:User;
class showMeThePageWithTheFlowers {
$visitor->permissionsCombinationId = getSpecialPermissions()
Can I do that and where/when to manipulate the normal permission system?
Can I do something like:
getSpecialPermissions in XF:User;
class showMeThePageWithTheFlowers {
$visitor->permissionsCombinationId = getSpecialPermissions()
Can I do that and where/when to manipulate the normal permission system?