Ok, I am software engineer out of france I'm not good at english, but I know what's up
I use ipb 1.3 (I love this forum software trust me I like it)
But my question is, I want users to have top XX Friends display on there profile,
this is the code,
$DB->query("SELECT contact_id,contact_name,contact_desc FROM ibf_contacts WHERE allow_msg=1 and member_id='".$member['id']."' LIMIT 6");
And then I display it on my profile but I want it show the top 6 Friends a USER chooses from there USERCP (I alrdy have it so users can add people to there list I just need to code it so they can choose who's on there top friends and put them in top 6 order from there liking)
I know anything is possible with php but I dont know this language and would like somone to help me, I have msn or aim and I use this forum!
PLease, Thanks!