Posted by okday on November 9, 2007 at 2:23am
Jump to:
| Project: | Usernode |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I need to build a page that will show a list of my members and the members who refer them with the help of this module.
I'm using the user referral module for tracking referrals.
Is it possible to add views support for this module?
Comments
#1
I know you can build a list of members with views. At the very least you will need a field of Node:Title and A filter of Node:Type and then Usernode. You need to use Node:Title to get the usernames to be linkable (if you just use the usernames they won't be). You can add whatever other fields you want, and a lot of people choose to have it displayed as a table.
As for your other question, how to show the referrers, maybe someone else can elaborate on this?