Positioning the CCK Node Profile below the usual user page stuff
sdsheridan - January 25, 2008 - 03:40
| Project: | Node Profile |
| Version: | 5.x-1.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I've used CCK and Node Profile to create profiles for each user. When the profiles display, however, the node profile CCK type is always at the top, above the rest of the stuff like "History", "Buddy List", and "Private Messages". How do I get these things to appear above the node profile? I've already set its weight setting to 10, apparently to no avail. Any ideas?
Thanks in advance, Shawn

#1
Subscribing.
#2
May be the answer in theming your user_profile.tpl.php: http://drupal.org/node/35728
greetings, Martijn
#3
Wow! Delayed response or what?!? ;-)
Anyway, somehow I managed to solve this, although I can't recall how. I think it had to do with manipulating the module weights (not the greatest solution), but at the time, I had no idea of how to do it with theming. I think that that is actually a better solution, albeit a fair bit of work to do. I've not looked into it yet, but plan to do so. Another alternative would seem to be the advanced profile kit (http://drupal.org/node/207776) which leverages panels...