This topic contains 5 replies, has 3 voices. Last updated by Jean-Michel MEYER 4 years, 6 months ago.
Topic Author | Topic |
---|---|
Posted: Monday Jun 18th, 2012 at 5:51 am #16760 | |
Hello, we’re working with s2member and Download Monitor (http://wordpress.org/extend/plugins/download-monitor/) on our website to allow our customers to download drivers, softwares and more. With Download Monitor you can set up a “min. level” to allow only specific usergroups to download ordained stuff based on their user level. Since s2member works only with “level 0”, it isn’t possible to handle the different membership levels with the Download Monitor plugin. We currently have 4 (5) Userlevel:
And every group can download stuff from the groups below too. Furthermore every group shall see the downloads for the groups above – excepting the stuff for the group 3 and 4. So at this time I thought I have to use [s2If current_user_is(s2member_level?)] many many times double and triple for every download to hide this stuff or put in a link to get the user to an access denied page – thats a really bad solution. Do you have any other Ideas how to handle that problem without “hacking” Download Monitor? |