Closed (fixed)
Project:
Advanced Profile Kit
Version:
5.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2008 at 17:57 UTC
Updated:
15 Nov 2008 at 03:20 UTC
I am trying to add a link so that users can bookmark advanced profile nodes of other users. The question arises, how to get at the user's node, in a template?
A link to reference this:
http://drupal.org/node/280390
What we are looking for is the code that gives you the user's node.
Thanks in advance for any assistance - great module.
Comments
Comment #1
MGParisi commentedWhat you do is include as the first arguement in the view "userid is author", then add it to panels like any other module. However the bookmark module has been depreciated to the flags module. In which case, again you just create your view and ad the userid is author argument and it will pick the ID from panels and will give you the current users flags!
Michelle can I mark this as finished? Ive done this with both applications.
Comment #2
michelleLooks like this was answered.
Michelle
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
typehost commentedActually, this was originally a question of how to add the ability to bookmark advanced profile pages like any other pages. For example, in advanced_profile_userinfo.tpl.php I am adding:
Ultimately, I want to create a link with small icon that appears in the same list with "Send PM" "Add Buddy" etc.
It should say "(Icon) Bookmark this" in that same section....
But the link isn't appearing.
Comment #5
michelleClosing old issues that aren't applicable anymore with the rewrite.
Michelle