Hi,

I want to add a view that shows what the member has voted on and their ratings. I have this veiw created already but now want to put it the profile. However, when I go to modified the profile all I see is the standard stuff like adding a new text field or select box. I looked into Advanced Profile Kit but it looks like it is not stable for 6.x. Any help will be appreciated.

Comments

vm’s picture

APK is the easiest way to get it in there AFAIK.

brainfood’s picture

Hey, thanks for the reply. When looking at the APK page http://drupal.org/project/advanced_profile it says to not use it for D6. So I am not sure what to do? What does AFAIK stand for? I just started using Drupal this weekend so am still a newbie.

vm’s picture

AFAIK = As far as I know

the only other method I can think of is content profile.module. Profiles aren't nodes and I don't believe you have alot of control over them.

Cybergarou’s picture

I don't know how to add a view directly into the main profile page, but it's easy to add a view as a menu tab. Just set the path to user/%/PATH_FOR_VIEW and then select menu tab under the menu settings.

You could use a path like 'user/%/ratings' for example.