You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
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:
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
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 ?
The text was updated successfully, but these errors were encountered: