Download & Extend

How to have all the messages of a users

Project:Activity
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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

Version:6.x-1.x-dev» 6.x-2.x-dev

that would be activity2 table

#3

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?

#4

Status:postponed (maintainer needs more info)» closed (fixed)

Closing. No response for almost ... 40 weeks.

nobody click here