*

annunci

  • ***
  • 60 posts
Problem with Online status chat
« on: September 20, 2017, 05:05:52 PM »
I followed the guide from from this forum from a post that talked about how to insert the green or gray vignette to know if a user is online. But I do not understand why the vignette is there on, as in the image. How do I solve?
 
My website is www.annuncigratuiti.com
« Last Edit: September 20, 2017, 05:08:58 PM by annunci »

*

MB Themes

Re: Problem with Online status chat
« Reply #1 on: September 20, 2017, 05:55:49 PM »
@annunci
What code have you placed into theme?
What is your "User online check time" setting?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

annunci

  • ***
  • 60 posts
Re: Problem with Online status chat
« Reply #2 on: September 20, 2017, 07:44:06 PM »
I place in loop-single.php and loop-single-premium.php. its right? I dont know user online check time. Where i verify that?
Thanks

*

MB Themes

Re: Problem with Online status chat
« Reply #3 on: September 20, 2017, 07:57:26 PM »
@annunci
I am asking what code you have placed there.
Have you even checked plugin configuration  ???
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

annunci

  • ***
  • 60 posts
Re: Problem with Online status chat
« Reply #4 on: September 20, 2017, 08:35:44 PM »
@annunci
I am asking what code you have placed there.
Have you even checked plugin configuration  ???
Sorry but wrapped I do not understand so much English unfortunately and translator online is not perfect. Anyway I entered the code is attached here, that is the configuration window. I configured it and the plugin works fine. Only the dot that gets green or gray is not in the right place.
 

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

annunci

  • ***
  • 60 posts
Re: Problem with Online status chat
« Reply #6 on: September 20, 2017, 09:58:09 PM »
http://forums.mb-themes.com/online-chat-plugin/how-to-show-instant-messenger-plugin-icon-online-chat-icon-on-listings-2025/msg10707/#msg10707
So you're telling me that this feature can't be activated? Not even automatically detecting all users online and offline? Should I enter the user ID of the subscriber? It doesn't seem logical to me this thing.

*

MB Themes

Re: Problem with Online status chat
« Reply #7 on: September 21, 2017, 12:23:49 PM »
@annunci
I am telling you do not ask same question in 2 threads.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

annunci

  • ***
  • 60 posts
Re: Problem with Online status chat
« Reply #8 on: September 21, 2017, 12:44:40 PM »
Ok I keep just here, but I think you didn't understand what I was saying. Since I can not insert the green sticker of the user state, under the avatar or below the user's name in the listings. I see it to others, so I think it can be done. But by copying the codes you say, nothing happens. If I do the search for the code, in the PHP file does not find me so I find myself in Diffocoltà to understand where to insert it.
 

*

MB Themes

Re: Problem with Online status chat
« Reply #9 on: September 21, 2017, 12:50:16 PM »
@annunci

Place following code into item.php of your theme.
Code: [Select]
<?php echo oc_user_status(); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

annunci

  • ***
  • 60 posts
Re: Problem with Online status chat
« Reply #10 on: September 21, 2017, 12:53:05 PM »
@annunci

Place following code into item.php of your theme.
Code: [Select]
<?php echo oc_user_status(); ?>
In any line?
 

*

MB Themes

Re: Problem with Online status chat
« Reply #11 on: September 21, 2017, 04:42:12 PM »
Yes
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots