AddOn Messenger (Realtime Chatting) [Paid] [Deleted]

Status
Not open for further replies.
Nice. The other thing I noticed is when I click on the 'Write Something' area it shows some kind of auto-complete, don't need that, it gets in the way.

O7TW4j4.png


I think something like this would fix it:
<inputtype="text"name="foo"autocomplete="off"/>
 
Nice. The other thing I noticed is when I click on the 'Write Something' area it shows some kind of auto-complete, don't need that, it gets in the way.

O7TW4j4.png


I think something like this would fix it:
<inputtype="text"name="foo"autocomplete="off"/>
ProThanks. I will fix in next update.
 
Looks like it's not sorting the smilies into categories:
messenger-12-02-1.webp
messenger-12-02-02.webp

If you compare this to the site theme and XenForo behavior it should be like this:
messenger-12-02-03.webp

As you can see above there is categories that are honored by the system in the default post layout but not in the messenger addon. As I have a ton of smilies for different usages this is a slight hassle for people.
 
Hello, the Chat isnt working on SSL, i dont understand this part :

Code:
Note: Some keys need to be update on the file config.json

    secure: If your site use SSL. The value should be true
    ssl_key_path: The path to SSL Key. Eg: /some/where/to/domain.com.key
    ssl_crt_path: The path to SSL CRT. Eg: /some/where/to/domain.com.crt

Second problem is, that node.js is turning off every day. Its running and then it stops. Can you please help me? Thank you
 
Hello, the Chat isnt working on SSL, i dont understand this part :

Code:
Note: Some keys need to be update on the file config.json

    secure: If your site use SSL. The value should be true
    ssl_key_path: The path to SSL Key. Eg: /some/where/to/domain.com.key
    ssl_crt_path: The path to SSL CRT. Eg: /some/where/to/domain.com.crt

Second problem is, that node.js is turning off every day. Its running and then it stops. Can you please help me? Thank you
balkanminionDid you use this command:
Code:
forever start server.js
 
Status
Not open for further replies.
Back
Top