#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

Nikdhil Mdohfan’s picture

it should be like
http://www.example.com/user//community/received

Try checking the url of mail config.

aruntvla’s picture

I 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

aruntvla’s picture

To 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 ?