confer icon indicating copy to clipboard operation
confer copied to clipboard

How to generate a link for start new chat with a user

Open perffy opened this issue 9 years ago • 4 comments

Hi guys,

i need a little bit help. I experience difficulties to create a link for direct starting a new chat with that user. I found that code, but when i click on it, nothing happens (no errors in Firebug), so i think i am missing something. Here is the code:

<ul class="confer-user-list confer-online-list"> <li data-userId="{{ $user->id }}"> <img class="confer-user-avatar" src="{{ url('/') . '/'.config('confer.avatar_dir') . $user->avatar }}"> <span class="confer-user-name">{{ $user->name }}</span> </li> </ul>

Any suggestions ?

perffy avatar Jun 21 '16 23:06 perffy

Did you check the console for the errors?

huyle2607 avatar Jun 22 '16 00:06 huyle2607

"no errors in Firebug"

perffy avatar Jun 22 '16 09:06 perffy

I have copied the upper code from the blade template files, but something is missing. I see the chat button, but when i click on it nothing happens, no errors, nothing so i dont have any clue what i am doing wrong

perffy avatar Jun 26 '16 19:06 perffy

@dazzz1er can u please help me ?

perffy avatar Sep 01 '16 15:09 perffy