Profile Friends

How can I decrease the number of Friends showing in my profile???  There is no option in any of the settings.  I'm assuming there's code in one of the files?  Right now I have a max. set at 12.  I would like to get it down to 6.  If there was a mod that can do this, so other users can have a choice...that'll be great. 

 

CH

Quote · 29 Aug 2008

You can edit it here: inc/profiles.inc.php

 

function ShowFriendList( $id, $aMutualFriends = 0 )

 

Edit $friend_list_query and chang 12 to what you wich (DESC LIMIT 12)

Quote · 30 Aug 2008

 

You can edit it here: inc/profiles.inc.php

 

function ShowFriendList( $id, $aMutualFriends = 0 )

 

Edit $friend_list_query and chang 12 to what you wich (DESC LIMIT 12)

 

It worked! Thanks.

Quote · 30 Aug 2008

is there any way to decrease the width and height of friends photo?

Quote · 20 Oct 2008

I found this : base/profile_view.css

.friends_thumb_1
{
position:relative;
/*width:112px;*/
float:left;
margin: 0px 7px 7px 0px;   
}

.friends_thumb_2
{
position:relative;
/*width:112px;*/
float:left;
margin: 0px 0px 7px;
}

I changed width but nothing changed Cry

Quote · 20 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.