[web2py] Re: "settings site" membership_panel and AJAX

2014-03-04 Thread Rick
Thanks a lot! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" gr

[web2py] Re: "settings site" membership_panel and AJAX

2014-03-04 Thread Anthony
Check out this thread: https://groups.google.com/forum/?fromgroups=#!topic/web2py/HdvSyZCJad4. It describes the /appadmin/manage/auth functionality, which is a built-in page to manage Auth users, groups, and permissions. Anthony On Tuesday, March 4, 2014 12:56:44 PM UTC-5, Rick wrote: > > Sorr

[web2py] Re: "settings site" membership_panel and AJAX

2014-03-04 Thread Rick
Sorry for the thread. I read this link and thought that *membership_panel*was a part of web2py: http://www.web2pyslices.com/slice/show/1542/manage-users-and-memebership-in-the-same-form but now I've fixed the problem by studying *virtual fields*. -- Resources: - http://web2py.com - http://web2py

[web2py] Re: "settings site" membership_panel and AJAX

2014-03-04 Thread Anthony
What do you mean by "membership_panel"? On Tuesday, March 4, 2014 8:01:13 AM UTC-5, Rick wrote: > > Hi, > > I'm trying to make a setting-site for the logged in user, but it doesn't > work. I try to use the membership_panel, but desipte of searching, I > haven't found any tutorial or similar abou