Quote:
Originally Posted by micxuy its cool however i relise one thing, whenever you go to other profile it will still show your friends, not their friend (if you are login)
Thanks |
Thanks I just realized that.
Adding this will show the box only on your profile page;
PHP Code:
{if $user_login eq $user_logged_in}
{* ----- show the friends box ----- *}
{php}include('profile_friends.php');{/php}
{* ---------------------------------------- *}
{/if}