Re: [web2py] Re: Menu for anonymous and logged

2014-05-19 Thread Fabiano Almeida
Cool Anthony! Thanks!!! Fabiano. 2014-05-19 20:43 GMT-03:00 Anthony : > Sure: > > if auth.user: > [custom menu or append/insert into standard menu] > > if auth.has_membership('some_group'): > [same idea here] > > Anthony > > > On Monday, May 19, 2014 6:29:42 PM UTC-4, Fabiano Almeida w

[web2py] Re: Menu for anonymous and logged

2014-05-19 Thread Anthony
Sure: if auth.user: [custom menu or append/insert into standard menu] if auth.has_membership('some_group'): [same idea here] Anthony On Monday, May 19, 2014 6:29:42 PM UTC-4, Fabiano Almeida wrote: > > Hi all! > > It's possible make differ menu for groups or logged users in > "models/m