View Single Post
  #4 (permalink)  
Old 09-11-2008, 07:30 PM
method20 method20 is offline
Casual Pligger
 
Join Date: May 2008
Posts: 50
Thanks: 16
Thanked 5 Times in 5 Posts
Quote:
Originally Posted by micxuy View Post
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} 
__________________
OSS Supporter.
Reply With Quote