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
14 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
23 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
32 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
54 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
113 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
104 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
46 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 ...
0
votes
1answer
77 views
Notification when creating/editing node
I have been trying for day to configure / search support for Notifications & Subscriptions to try to get them solve my problem but I have achieved no good results, I don't even know what the ...
0
votes
0answers
46 views
User Relationships + Notifications
Guys as you can see here: Feature: Integrate with user relationships module some people (including me) are asking to support notifications for established user relationships, even more have asked ...
1
vote
2answers
188 views
Display number of pending messages and friend request on the user menu
I'm using Privatemsg & User Relationships and the built-in user menu as a sidebar block. What I want is to display the unread messages count and the pending friends requests beside the links "My ...
0
votes
0answers
133 views
how to create user relatioship module 'request','approve','reject' ajax form link in drupal 7 programmatically?
I have installed 'user relationship' module and in user profile page,it shows a link 'Add as a friend'.I have overided the user profile page and default 'relationship' page as well. In my custom user ...
2
votes
2answers
161 views
User Relationships and viewing content
I have installed User Relationships for a project. User A is friends with user B. When user A posts a piece of content, currently it shows up on his front page, as well as user B's front page.
I ...
0
votes
0answers
514 views
drupal 7 create a user profile view using user relationships fields
I would like to create a view using the user relationships module as well as the profile2 module. I know you can use the concept of view relationships as they act like a join other tables together. ...
2
votes
2answers
203 views
Is it possible for an administrator to delete pending user relationship requests (between users)?
I am using the User Relationships module on Drupal 7. I have a relationship, let's call it "Best friends," which requires the mutual approval of both users involved. However, sometimes users send ...
0
votes
0answers
79 views
How can Views show logged in user?
To create a friend list I'm using views with a "user relationship". It's working fine. Now I want an extra field with the information of who is logged in.
I saw the "filter criteria" to show only the ...
1
vote
0answers
29 views
drupal ubercart membership functionality
In drupal site we have three package for users.First we want user should be able to purchase one package at a time.Users will be not able to add another package if already a package existing in the ...
0
votes
1answer
118 views
User Avatars on My Relationships: friends Block
I have read several tutorials about doing this through views but I was wondering if it is possible to modify the block created out of the box by user relationships without having to create a view.
...
5
votes
2answers
302 views
Determining current user's relationship to node author
I'm currently using User relationships module, and setting the UR-Node access module so that nodes can only be viewed by users related to the author.
However, I want to have a public display version ...
3
votes
2answers
1k views
Complex View Contextual Filter with User Relationships — how would I achieve this?
As I mentioned in the question I raised earlier this week, I'm using User Relationships to create unidirectional friendships between users on my site.
The friending paradigm is like Twitter, where ...
0
votes
1answer
198 views
User Relationships view showing the right number of users, but showing my profile link, not theirs
I'm not very good with Views and Panes, but I've almost completely managed to get what I want working.
I have User Relationships configured to have non-reciprocal relationships (so like Twitter, ...
2
votes
1answer
107 views
Tagging a friend in a node
Is it possible to create the functionality where, on creating a node, the user can tag friends to associate their friend with the node. Such as in Facebook's tag a friend in a post.
This would ...
1
vote
1answer
121 views
Drupal 7: user is following view
I need to create a view of people a user is following. the default settings for user relationships only shows people following a user. i know i need to use views but i have no clue how to set it up. ...
0
votes
1answer
34 views
Is there a module/solution for allowing users to block each other on an SNS site?
Is there a module or solution that allows users to block each other on a social networking site? For example, if a user blocks another they will no longer see that user's profile or any content ...
3
votes
2answers
335 views
Create user on content creation
In a "course" content type, I have an "instructor name" field, which points to a registered user.
When the "course" content is saved, I need to check if there are any registered users with the name ...
1
vote
2answers
1k views
How to configure relationships created by the User relationships module
I've managed to get my UR module setup. My users can now add each other. However, the only problem am faced with is that when Alice adds Bob and Bob accepts the friend request, only Bob can see ...
1
vote
0answers
385 views
Show only user related activity in a heartbeat view
How do I create a heartbeat activity that shows only user related activity? For example, user 1 is related to user 2 and 3 (user relation module). When user 1 is logged in, he should be able to see ...
1
vote
2answers
2k views
Send a context from a panel page to a view integrated in it?
I'm struggling trying to figure out how to do the following :
I have 3 different views displaying content filtered by different features (content-type, custom boolean field, etc.).
I want to create ...
1
vote
1answer
585 views
User Relationships view showing each relationship more than once
I'm trying to display a users relationships through Views(3). I'm getting duplicates for accepted relationships. Also, the current user show's up under his/her own relationships. Here's what I got so ...
0
votes
1answer
305 views
Can invite module work for existing users?
I'm using UR and invite module. I'm trying to make it so you can "friend" "existing" users. I don't know why Invite is only set for e-mail address invites for just non-users. I want A FB style ...
1
vote
2answers
299 views
Display User Relationship request dialog on content profile page
I need to create an 'add friend' link programatically.
$content .= '<li>' . l('<span class="icon"></span>Add to your friends', 'relationship/' . $tid . ...
1
vote
1answer
263 views
Privatemsg with user_relationships - views link → send a private message to use
Trying to output Views link - send a private message to a user. But its displaying nothing. Using privatemsg 6.x - 2.x Dev version and user_relationships 6.x - 1.x
2
votes
1answer
374 views
How to create a user group
I need for our current site to be able to create user groups, i was wondering what would be the best approach for that? If anyone has some experience to share that would be greatly appreciated.
...
3
votes
2answers
118 views
User relationships. Override mysite.com/relationships page with views
Is there any chance to override mysite.com/relationships page with views? I guess the answer would be yes. But how? Can somebody explain to me in details. :)
P.S. I've tried to create my own page ...
7
votes
1answer
2k views
user relationships - add friend link in a content-profile node
I have installed the User Relationships module, and I have questions about how it works.
When you install the module, a "relationships" link should be added in a user profile page (users/myname), ...
2
votes
1answer
1k views
Checking access in Views
I posted a support request on Drupal.org, but I thought I may find a faster answer here.
I am using the User Relationships module to create mutual relationships between two people with the purpose of ...
1
vote
1answer
236 views
User relationship one way relation block and unblock option
Im using user relationship module for twitter like one way relationship ,
But i find any option to block the user from following me and in future.
Only remove option is there to remove and once ...

