hello, I have just realised that if you click the 'Member Friends Page' on someones profile the information does not load (shows empty - no friends!!!).
Also, this happens if you create you own profile and click 'my friends' in your profile it shows empty!!!
Please can someone help?
need this help ASAP
thank you
?
also check your permissions on the page that brings up the friends
Open File /inc/profiles.inc.php
Around line 102 find:
if (!array_key_exists($friend_list_arr['ID'], $aMutualFriends)){
Replace with
// 405MOD - My Friends: if (!array_key_exists($friend_list_arr['ID'], $aMutualFriends)){
Around line 113 find:
}
Replace with
// 405MOD - My Friends: }
You are DONE!
Hopes this works for you. I spent two see more