Insert user_id into to member-list.php
-
Hello!
I have created a member directory and added some additional fields to it. I’d also like to add a ‘Chat with me’ function to each member in the list, on the list its self. I can get this working just fine on the users profile page, but I can’t pull that users ID though for the listings.
Below shows where I need to add it.
<a href="javascript:void(0)" onclick="javascript:jqcc.cometchat.chatWith('[USER ID HERE]');">Chat with me</a>I’ve tried just about everything, but no use. I either get an error, or the field returns blank.
For info trying to integrate comet chat. Client wants the voice and video calling they provide.
Any help much appreciated.
Cheers.
The topic ‘Insert user_id into to member-list.php’ is closed to new replies.