Balázs Dura-Kovács
Balázs Dura-Kovács
https://github.com/romanbican/roles/issues/209
Hi @thekordy :-) What about this? Its only one line ``` PHP if ($user->can('view|edit') && $user->can('forum|all')) { //give access } ``` And the best about this is if $user->can('view|edit') ==...
Sorry to hear that. Get better
I was trying gcc. Version is 4.2.1
I'm not very familiar with their codebase, but they seem to have some abstractions, like routers, dispatchers and a `JInput` class, that is used to retrieve request parameters if I'm...
According to my knowledge, now extending controllers and models is not possible. And there are no config files, all settings are stored in the db. But. This package is currently...
Yes
@brazitech Does your other suggestion ( https://github.com/thekordy/ticketit/issues/334 ) fix this issue?
Maybe only the last comment, like on stack overflow.
Hi, Could you please check the network tab the developer console to see what is returned by the server?