Active
Project:
Heartbeat
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2012 at 18:59 UTC
Updated:
24 Jan 2013 at 17:40 UTC
How do you do this? (for example on user-page.php.tpl
Like:
php print flag_create_link('follow', $node->uid);
but this is not working, i see it must be something more custom like bellow, (but not working, variable not exposed where i need it). Probably there is other way to create it in template file?
php flag_create_link('follow', $heartbeatActivity->uaid);
Comments
Comment #1
fraweg commentedHello, maybe you can activate the PHP Module in the Drupal Code and create a block with this code and place it on the userpage. Best regards
Frank
Comment #2
CliveCleaves commentedThis might be what you're looking for