As a user, I can create a poll. As an admin I get "Access Denied."
See attachment.
I see no kind of adjustments any where for this, and I found one mention of it in the forum, and the person claims it just magically fixed itself. I love that.
As a user, I can create a poll. As an admin I get "Access Denied." See attachment. I see no kind of adjustments any where for this, and I found one mention of it in the forum, and the person claims it just magically fixed itself. I love that. This sentance says nothing, and its possibly spellt wrong. |
Hello open the - modules/boonex/poll/classes/BxPollModule.php find this code line: $this -> _defineActions(); and replace with:
if( isAdmin() ) { return true; } $this -> _defineActions(); PS: If possible do not write me personally, please try to ask on the forum first |