two questions
I'm still a beginner but have gotten to the point where I have done everything I planned to do, but have a couple extra things that I'd like to do but can't figure out how to do them.
First, I'm trying to set up a way so users can follow others by having the posts of people they follow shown on their profile. I've set up a table in my database with the primary key column, a follower_id colum (which is another name for their user_id for their accounts/posts in other tables) and the followed_id. I can't figure out how to get the posts made in other tables to show up on their profile... i'm confusing myself even as I type this.
The second, which I realize I'll have to learn more to do (but would like to be pointed in the right direction) is how to set up a system where it shows only the private messages that they haven't read instead of all the ones they have in a dynamic table.
Thanks
