I have a site that has a few different member groups that allow those members to only see certain content on the front end. I have conditionals setup in the templates to show that content.
There’s one section that has a downloadable “Price List” pdf. There is one entry and it has a Channel Files field for uploading the pdf. Currently there is one member group that can see the Price List on the front end. Let’s say there are 100 members in this member group that can see the price list pdf. Now the client wants 6 different Price List pdf’s for 6 different people, the current price list would be available for the remaining 94 members. And they want those people to only see their price list, not the others. What’s the best way for me to set this up? Do I need third-party plugin?
The only way I can see how to do this currently would be to create 6 new member groups and assign the new groups to the 6 people. Then update all my templates to reflect the new member groups and only show an entry or upload field. Obviously this is a bit of work and won’t be very easy to maintain in the future so I’d like to find a better method if possible. Thanks for any help!