Closed (fixed)
Project:
Activity
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 11:02 UTC
Updated:
11 Sep 2010 at 22:18 UTC
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 date
And 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 date
I 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.
Comments
Comment #1
sirkitree commentedThis seems to be an Activity issue, not a Flag Friend one.
Please advise which version of Activity you are using.
Comment #2
Scott Reynolds commentedthat would be activity2 table
Comment #3
Scott Reynolds commentedLooking 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?
Comment #4
sirkitree commentedClosing. No response for almost ... 40 weeks.