Hi,

Is it possible to put the connection details in user-profile.tpl.php through some php snippets.

Connections

* friend — You are friends
*
o Remove from friends
* fan — Viewing a fan
*
o Become fans

Thanks

Comments

mariusooms’s picture

Yes...try the following:

<?php
print friendlist_ui_user_links($account);
?>

Feel free to mark fixed if it did ;)

Regards,

Marius

nishitdas’s picture

Status: Active » Closed (fixed)

Above code did the trick.

Thanks a lot.