Connect permission (befriend, follow, etc.).
I need to separate the actions of the Connect permission (befriend, follow, etc.). Specifically, I need a separate permission just for 'befriend'. Is that possible? If not, which function controls that permission and in which file is it located?"
-
- · Antonio
- ·
-
-
·
LeonidS
- ·
Hello @Antonio !
By default, it's impossible to do, it will require the changes in the core's code.
-
·
LeonidS
-
- · Antonio
- ·
"Ok @LeonidS , but could you tell me in which function or file that permission is controlled so I can make the changes?"
-
-
·
LeonidS
-
·
In reply to Antonio
- ·
All of those items are inherited from the inc/classes/BxDolConnection.php and BxDolConnectionQuery.php classes.
-
·
LeonidS