Replies: 0
I made a Pod named Albums with Custom Capability and I created a role Albums Role for that.
I give myself all the Capability and as I am admin. And I give read and delete capability to Albums role for Albums Pod like read_albums, Delete Albums etc.
My goal is to post each page for each users in Albums Pod as an Admin and change Author from Admin to users who are in Albums role.
But I am unable to do that. I only see Admin in Authors select tab in Add New Album page of my Pod.
In Albums Pods advance tab, in Supports column, I ticked title and Author.
Why I want all this is because I am building an app and in that I want users to log in and see their content page. And that Content page is Albums Pods pages. where each users is its own author for its post. Just difference is instead of posting by users their own posts, I want to post their page and select them as author.
I did everything right and it should show the list of users to choose from.
Everything is in my localhost test environment.
- This topic was modified 15 minutes ago by mayanktaker.