User Relationships is a Drupal module that allows a site users to create relationships between each other, like following on Twitter or friending on Facebook. Both reciprocal (Facebook-style) and unidirectional (Twitter-style) relationships are supported.
0
votes
0answers
8 views
Not able to access subuser with normal user
After installing the Subuser module for drupal 7 (the patched version, because the alpha didnt really work)
a regular user can`t access the sub users profile page.. (a user registered by other user ...
1
vote
1answer
132 views
Default user relationships with the site admin
I am using the User Relationships module for my Drupal7 site. I have created a one way relationship with reciprocal by the name "Follower". So if User A can be followed by User B. Also, User A can ...
0
votes
0answers
15 views
Issue regarding Flags, Rules, and User Relationships integration
The issue is regarding Flags, Rules, and User Relationships integration. I have created a user flag "Follow" using the Flags module in Drupal7. I want that there be a rule that on click of flag there ...
0
votes
1answer
12 views
Anonymous user having user relationships
I have come up with a peculiar problem. IO am using the User Relationships module for my Drupal 7 site. The issue is that i had given privileges to the anonymous user to view user profile. The ...
0
votes
0answers
19 views
User relationship requests in a view block with accept and decline links
I have a node in which i want to show a user all the relationship requests the current user has received and a status link below that so that the user can accept or decline the request then and there ...
0
votes
0answers
27 views
User Relationship Action Block does not display
The User Relationship Action Block (that's the block that offers the option to create a relationship with the user being viewed) does not display in a panel that replaces a user's profile page.
Also, ...
1
vote
0answers
50 views
Relationship action on custom user profile in custom block
I have customized the user profile view using panels. All great. Works like a charm. However i am stuck at one point. In the default view there is an option for users to add relationships (using the ...
0
votes
0answers
58 views
Allowing users to create subusers in Drupal7
The goal of the site is, among other things, to allow people to sign up for membership to the organization. These memberships are paid, and vary depending on what the particular service is (some will ...
0
votes
2answers
24 views
Views - how to display a column showing who made the last update
I'm updating the main content2 view, and I'd like to add another column to show which user made the last update. I'm using workbench moderation, in case that makes any difference.
3
votes
0answers
112 views
Get the number of followers and following in user relationship
I have created a relationship Followers which can be reciprocated using the user relationship module. Now user A's relationship is something like:
Followers(Them to you): User B, User C, User D
...
1
vote
0answers
27 views
Display how many followers and following
I am using user_relationship module.
I would like to display on user profiles how many followers do they have and how many do they follow...
Can someone help me?
Thank you!
0
votes
1answer
40 views
user relationship status as a visibility rule per panel pane
how make a visibility rule based on UR status I've made a function to get the status between the visitor and the visited profiles
I ask if the module provide it or could i make it appear in ...
0
votes
0answers
29 views
Check if users are friends
I am using the User Relationships module.
I created custom button to "Add friend"
Now I need to check if users are friends or not.
If they aren't, I want to show them button. If not, then I want ...
1
vote
2answers
102 views
Display user picture in User Relationship block
In my social networking site, i have provided for users to be able to forge relationships between themselves using the User relationship module. This is working fine. I am creating a tab using ...
1
vote
1answer
44 views
View to show user relationships with different fields
I am using the User Relationships module to allow users to forge relations between themselves. The relationship is 1 way of type Following. I have been able to do so. Now i want to create a view for ...