I had a similar problem with fivestar, so it might be that this needs to be custom coded, but just checking in case. I have a view that shows the content for each users bookmarks. And under the ops column you have an unbookmark this link. Is there a way to only show unbookmark this if the user navigating the profile is actually the owner of that profile? So that means if user 1 visits his own profile he will see 'unbookmark this' for all his flagged content, but if he visits user 2's bookmarks, that entire column will be gone.
Comments
Comment #1
quicksketchThis isn't directly possible within the Views interface. In order to do this you'll need to do some custom theming to hide the column you do not wish to show. There may be some other modules that provide this sort of functionality, since it's well within the scope of the API. Another alternative is to make a separate page at just "/bookmarks" which will work only for the current user, then set up a display at user/%/bookmarks which does not contain the links at all. It's not ideal, but it's the only way I know of without theming (not that theming is so bad, it's what I'd do in such a situation).
Comment #2
quicksketch