By adrien on Friday, 27 June 2014
Replies 2
Likes 0
Views 1.1K
Votes 0
Hello
I'm working on a Joomla module and willing to integrate the "Add as a friend" button and the Message Button.
First one was not a problem, but when it comes to the Message button , the popup opens and an error message shows:

Sorry, but the list id provided is not valid.

In the documentation here: http://docs.stackideas.com/developers/html/conversations
it is stated the data-es-conversations-listid is not required.

So what am I doing wrong or missing ?

Just to say. I'm willing to message only one user. The error mesage shows even if the user to be messaged is s friend.

Thank you for your help

Adrien
Hey adrien,

it looks like your account isn't tied up with any subscriptions on our site. Is there a mistake on our end? Would it be possible for you to contact us at https://crm.stackideas.com and provide us with the order reference and your username so that we can fix this up for you?
·
Friday, 27 June 2014 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You are probably missing this,


data-es-conversations-id="<?php echo $userId;?>"
·
Saturday, 28 June 2014 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post