[web2py] Re: How to get members of groups to view only what their group members post

2018-10-22 Thread Anthony
See https://stackoverflow.com/a/52929692/440323. On Saturday, October 20, 2018 at 3:30:07 PM UTC-4, mostwanted wrote: > > I can get registered users to view only what they post and not what others > post, below is the simple code i used. What i want now is how to get only > members of groups to

[web2py] Re: How to get members of groups to view only what their group members post

2018-10-22 Thread mostwanted
Yes i am using group memberships in my Auth tables On Monday, October 22, 2018 at 8:58:06 AM UTC+2, Dave S wrote: > > > > On Saturday, October 20, 2018 at 12:30:07 PM UTC-7, mostwanted wrote: >> >> I can get registered users to view only what they post and not what >> others post, below is the si

[web2py] Re: How to get members of groups to view only what their group members post

2018-10-21 Thread Dave S
On Saturday, October 20, 2018 at 12:30:07 PM UTC-7, mostwanted wrote: > > I can get registered users to view only what they post and not what others > post, below is the simple code i used. What i want now is how to get only > members of groups to view only what their group members post and not