*

Lexi Sux

  • *
  • 2 posts
“Available now” feature
« on: August 11, 2024, 02:06:34 PM »
Hello how can I create a feature that allows service providers with listings to display their realtime availability by putting a green online status indicator on their listing.

This will show “available now” on their listing when toggle on and should remain on for about 3 hours before automatically toggling off and no longer displaying the available now status unless the user comes back to toggle on again.

Is this possible?

*

MB Themes

Re: “Available now” feature
« Reply #1 on: August 13, 2024, 08:41:20 AM »
@Lexi
You can use function osc_user_is_online

Code: [Select]
<?php
  
if(osc_user_is_online(osc_item_user_id())) {
    echo 
'User is ON'
  } else {
    echo 
'User is OFF';
  }
?>

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