How to have all the messages of a users
budylove - October 6, 2009 - 11:02
| Project: | Activity |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hello
I'm trying to make a view to display all the messages for a certain user.
A is the user that I want to show.
A want to enter in relation with B
C want to enter in relation with A
B approve A and A approve C
In the flag_friend table I've got two new fields
uid | friend_uid | created
B A date
A C dateAnd in the Activity table I've got :
aid | uid | op | type | nid | created
ID B approve falg_friend null date
ID A approve falg_friend null dateI created a view based on the default activity view.
I've just added an argument, to pass the Id of the user that I want to display.
When I display my view the only thing that i see is : "A know C" and I didn't see "B know A"
Where am I wrong ?
I didn't find how to check the activity messages of my friend.

#1
This seems to be an Activity issue, not a Flag Friend one.
Please advise which version of Activity you are using.
#2
that would be activity2 table
#3
Looking at the description, it doesn't look like A approved C in the Activity table. Did B approve C ?
Can you give more information, and exact data from the tables? The query generated by Views? The exported View?