can i create a new view so that i can have something like http://...[app]/[controller]/[view]/[user_id] and based on the user id, the view displays a particular profile? like the show controller/view in the example images app in the documentation...? and even if so, can i have some code guidance cos i'm not too good with the auth system and web2py in general...
On Sunday, 30 December 2012 17:30:45 UTC, sasogeek wrote: > > well in my application, i allow users to register and login using the > auth, but auth only exposes http://...[app]/[controller]/[view]/profile > which is the profile of the currently logged in user. i want to create a > link so that other users can click on it to see other people's profiles. > > On Sunday, 30 December 2012 00:40:44 UTC, viniciusban wrote: >> >> What do you mean with "user profiles"? >> >> >> On Sat, Dec 29, 2012 at 8:51 AM, sasogeek <[email protected]> wrote: >> > How do allow users to see their profiles and that of other users...? >> > >> > -- >> > >> > >> > >> > --

