How to generate a link for start new chat with a user
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 ?
Did you check the console for the errors?
"no errors in Firebug"
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
@dazzz1er can u please help me ?