Drupal Questions
Question asked by navarisun on Saturday, June 27, 2009
flag friends in user profile
hello, i’m using (flag friend) to manage relationships between my site users. what i want to accomplish is like so:
*when user go to his own profile he will find a tab called (friends), in the tab he will find approved, denied and deleted friends, also he will see the friends request.
I’m using profile module, and I’m theming it using a manual theming (user-profile.tpl.php). how can i add a tap using php code that have (flag friend)with all its functions.
thanks
Answers (1)
Login or register to post answers


























Maybe you already found a
By StKWarrior on Monday, July 26, 2010Maybe you already found a solution for this but for any other user that stumble and come to this thread may see the answer.
You insert this code in the user-profile.tpl.php page and all will work fine.
<?phpprint flag_create_link('friend', $account->uid);
?>