I am using the WordPress plugin Theme My Login in conjunction with BuddyPress. I want to redirect users to view and edit their profile upon logging in, and serve up other BP user links as User Links via the plugin. However, whenever I try to pass a username, Theme My Login strips out the php code required to generate the dynamic user-specific links.
For example, how would I serve up the username in the following URL:
http://www.site.com/members/USERNAME/profile/edit/group/1
Any tips?