Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

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

Open
perffy opened this issue Jun 21, 2016 · 4 comments
Open

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

perffy opened this issue Jun 21, 2016 · 4 comments

Comments

@perffy
Copy link

perffy commented Jun 21, 2016

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 ?

@huyle2607
Copy link

Did you check the console for the errors?

@perffy
Copy link
Author

perffy commented Jun 22, 2016

"no errors in Firebug"

@perffy
Copy link
Author

perffy commented Jun 26, 2016

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
Copy link
Author

perffy commented Sep 1, 2016

@dazzz1er can u please help me ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants