Hello all. There's something I don't get with the Content Profile module. I've installed it and all works well, users can edit their own profiles which are based on a custom CCK form, everything's fine.
Some of the fields in that form are viewable to everyone but not editable directly by the user the profile is attached to (such as their position in the organization).
Now, I added a new "manager" role which has, among other permissions, the ability to change these fields. I gave them the "Edit any Profile content" permission. This, however, did not enable the Edit tab on the page where they're viewing the user profile. When I'm on User #1, I have an Edit tab just between View and Contact.
I figured out the permissions were working because I tested direct URLs. Then I saw the "Include an edit link to the display" on the Content Profile tab of "Profile" the content type. I checked that and lo and behold, instead of having the Edit tab appear where it should be I saw two new tabs, View and Edit, right below the tab bar. I really don't need those because View is completely redundant (the profile displays full content anyway).
In other words, User #1 sees this :
VIEW | EDIT | CONTACT
A user with Edit any Profile content enabled sees this :
VIEW | CONTACT
View | Edit
Why is that? Is there something else I should enable for the "normal" Edit tab to be visible ?
Thanks.