In fact, the goal is more to create/add a third profile who will be similar to \'job seeker\' but with different permission access.
For example, someone with a \'job seeker\' role like, but who can not use the job search function or can\'t view the job selection, ...
In the topic
User Employer!
you said to replace some lines by this
if (($this->userrole->rolefor == 2) || ($this->userrole->rolefor == 1)) // job seeker & employer
So is it possible to write something like this :
if (($this->userrole->rolefor == 3) // other profile
And if yes, which files we have to edit ?
thx !