Jump to content

checking other friends' wall posts


dannyb785

Recommended Posts

I'm making a social network site and I want the newsfeed page to have  wall posts that 1) I've made to friends, 2) that friends have made to me, and 3) that friends have made to other friends.

 

I have code for #1 and #2, but I don't know how to do #3. I feel like the only way is to have an entry for every possible friend combination where if:

 

user1 is friends with user2, user3, user4, and user5 that I'd have to check for wall posts where: (wall_user=user2 AND wall_poster=user3) OR (wall_user=user3 AND wall_poster=user2) OR (wall_user=user2 AND wall_poster=user4) OR (wall_user=user4 AND wall_poster=user2) and so on down the line of every possible combination

 

Is there an easier way?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.