Active
Project:
FriendList
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Dec 2011 at 04:35 UTC
Updated:
7 Dec 2011 at 20:08 UTC
#question-1 .
In my site drupal friendlist module ( version 6.x-1.x-dev ) is installed to build a network b/w users , but when a friend request confirmation link sent to a users mail Id, when they clicking on it , it will showing a page not found error. can you please tell whats the problem in it.is there patch available for it.
mail content is :
aruntvla added you as a friend. Visit the following link to respond to
this request: http://www.example.com/connections/received
Comments
Comment #1
Nikdhil Mdohfan commentedit should be like
http://www.example.com/user//community/received
Try checking the url of mail config.
Comment #2
aruntvla commentedI checked the message in rules module its showing like this
[user1:user] added you as a [rtid:name]. Visit the following link to respond to this request: [user1:site-url]/connections/received[user1:site-url] these token not replacing , please help to solve this
Comment #3
aruntvla commentedTo work these email links need to enable all old style views for friendlist ( friendlist_manage_oneway,friendlist_manage_twoway,friendlist_public_oneway,friendlist_public_twoway) , after enabling these views site speed is too slow, please help me what is old style incase of friendlist and is there any new way to do this ?