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)
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        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.

#1

sirkitree - November 4, 2009 - 17:35
Project:Flag Friend» Activity
Version:6.x-1.x-dev» 6.x-1.x-dev
Component:Views integration» Code

This seems to be an Activity issue, not a Flag Friend one.

Please advise which version of Activity you are using.

#2

Scott Reynolds - November 4, 2009 - 20:19
Version:6.x-1.x-dev» 6.x-2.x-dev

that would be activity2 table

#3

Scott Reynolds - December 7, 2009 - 07:59
Status:active» postponed (maintainer needs more info)

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?

 
 

Drupal is a registered trademark of Dries Buytaert.