Page 1 of 1

Notifying members of a page update (or workaround)

PostPosted: November 2nd, 2011, 9:43 am
by BabsSaul
Hello
I'm just getting to grips with S2 and will certainly pay it forward as I become more adept with the system (which is amazing, btw - thank you).

What our site has is 4 member "levels" but these are separate rather than each incremental level including what the previous level gets. So one level gets one type of service (provided by a post), and another gets another, etc - with just one level getting everything.

I've set these up with Custom Capabilities. If the levels could be set to be individual that would be great, however for now...

My immediate issue is in notifying the members of an update to their subscribed to page - any guidance on this will be very welcome.

Thank you

Re: Notifying members of a page update (or workaround)

PostPosted: November 2nd, 2011, 4:55 pm
by Cristián Lávaque
Thanks for the kudos! :)

You can use conditionals to check for each custom capability in the page where you show what access they have. So you check for ccap 1 and if he has it "you have access to blah", if not just skip it, same with ccap 2 and so on.

Does that help?