-
Notifications
You must be signed in to change notification settings - Fork 59
Moderator can't delete/edit post as admin #135
Comments
|
Hi, @bizley
|
You need to set |
@bizley but it wasn't answer on my question, admin access is good, my moderator can not edit/delete posts, i want to know what i could to do to fix that |
So the screenshot is not for the administrator but for the moderator? In this case you need to sign in as the administrator and go to Administration > Members > View Member > Promote Member to Moderator - this will redirect you to the Moderators section where you can select one or more forums this moderator can moderate. |
@bizley yes, i did it, but for some reason i don't see any moderator options. in code, here return false, when app try check access for moderator. |
Is there any error stack given? To be honest I haven't checked how Podium behaves with static user array. |
@bizley no any errors, but i repeat this strange thing with db and with static array |
@bizley Maybe you coud help me with direction of this problem, while you try to fix? |
I would strongly advise against using this module in any production ready project right now. I can not guarantee what will change and when - it's still beta. On top of everything I still haven't got time to focus on this... |
Hi, everyone.
I have a problem with moderator access. I install project, set config as in instruction.
in config file:
'modules' => [ 'podium' => [ 'class' => 'bizley\podium\Podium', 'userComponent' => [ 'class' => 'bizley\podium\web\User', 'identityClass' => 'app\models\User', ], 'adminId' => 100 ], ],
Could someone explain, what i am doing wrong ?
The text was updated successfully, but these errors were encountered: