drupalfun.com
Profile overide
I've followed the book to what i hope is the letter but i cannot get my new Profile panel to overide the standard user view.
the current URL are this (due to not having mod rewrite installed):
/index.php?q=user/1
And under panel-page there seems to be a default "user_profile" which is showing as a profile.
Can you help to get my created profile to show?
thanks
- Login to post comments
Related Questions
Responses
2. Right, now i see. that's the
Right, now i see. that's the reason for the button on the account page? So in realisation of this, i have the 'who's online' module installed, would i have to edit the module to point to the node instead of the user?
thanks again
- Login to post comments
3. Well, we do put a link on My
Well, we do put a link on My Account to go to the profile. But it might be better to change the module.
I investigated once to see if views has a filter "online users", that way, we could just rebuild "who's online" with views, but at that time, there was no such filter.
I'll see if something like that is available now.
- Login to post comments
4. http://drupal.org/node/356509
http://drupal.org/node/356509 seems to be a solution, but you'll have to add a relationship to actually show the content profile of the user.
- Login to post comments
5. thank you, seems i also had
thank you, seems i also had problems in my template file. almost looking perfect except some imagecache problems
- Login to post comments


1. Remember, we are not taking
Remember, we are not taking over the "my account" page, at user/1. We are leaving this as a place where they can change their password etc.
We are taking over the profile node, at node/1. Try looking here.