Is it possible to get the username as a pretty url after login...
My idea is that when I go to my frontend login page "mypage.com/login" and login I have set the frontendtag to redirect to a page called "mypage.com/users" whenever a user login, but I would like it to say "mypage.com/username" (username=mikejansen)
Is this possible, and if yes... How?
Username as url?!?!?
Re: Username as url?!?!?
If you have many pages for each username, you can insert in FronEndUsers Preferences to redirect {$username}jmansa wrote: Is it possible to get the username as a pretty url after login...
My idea is that when I go to my frontend login page "mypage.com/login" and login I have set the frontendtag to redirect to a page called "mypage.com/users" whenever a user login, but I would like it to say "mypage.com/username" (username=mikejansen)
Is this possible, and if yes... How?
Alby
Re: Username as url?!?!?
My idea is only to have one, and then the page has diffenent content depending on each user... Like myspace.com... Same idea. So if I have lets say 5000 users with the same template page I dont have to create 5000 pages, just one... Then each user has a homepage called mypage.com/hisusername...
Re: Username as url?!?!?
Yes, but in this way you must have 5000 contentjmansa wrote: My idea is only to have one, and then the page has diffenent content depending on each user... Like myspace.com... Same idea. So if I have lets say 5000 users with the same template page I dont have to create 5000 pages, just one... Then each user has a homepage called mypage.com/hisusername...

Ok, it's better that you build a your module that retrieve, from db table (always 5000 rows), content for username page content
Alby
Re: Username as url?!?!?
I have put in the {$username} in the feusers prefrences, but how do I create 1 single page with a dynamic title/name ({$username})... Any idea anyone?