The idea is simple.
If the user is singed-in, the frontpage will display the profile page.
Any clues about how I can go about this?
I tried adding
theme('user_profile',$variables = array($account => $user)); in the php snippets.
This gave me a warning when I saved the configuration:
warning: uasort() [function.uasort]: The argument should be an array in user.pages.inc
Thanks,
Prady
Comments
Comment #1
princemanjee commentedHaving the same issue I have tried everything.
Comment #2
moosh101 commentedHi
You redirect Authenticated Users to their profile page by selecting the redirect option and setting the path to "user" (without the quotes)
Redirect to: user
All the best,
Shane.
Comment #3
timhilliard commentedClosing as this seems to be fixed and I agree with moosh101's solution.
Comment #4
timhilliard commentedtry again