*

shahril

  • *
  • 1 posts
how can i set messenger function just for registered member only
« on: September 30, 2016, 03:11:10 PM »
hi i need help how can i set messenger function just for registered member only because i dont want guest or non register person to using this function? thanks

*

MB Themes

Re: how can i set messenger function just for registered member only
« Reply #1 on: September 30, 2016, 04:01:34 PM »
@shahril
You can simply show contact button just to users that are logged in.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alex

  • *
  • 2 posts
Re: how can i set messenger function just for registered member only
« Reply #2 on: November 13, 2016, 05:27:45 PM »
Hi guys,

I need to have your plugin enabled just for registered members only, BUT I don't want any additional buttons like you just suggested. I want to keep standard contact box for unregistered and for registered users without additional buttons.
Like:   if (osc_user_logged_in) ---> Instant Message enables.

Hope you got what I mean ;)

Thank you,
Alex

*

MB Themes

Re: how can i set messenger function just for registered member only
« Reply #3 on: November 13, 2016, 06:01:21 PM »
@True Under
There is no such option, however when using contact seller form for unregistered, there is no difference to classic contact seller form. People see what is inside message that recieve seller to mail box.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alex

  • *
  • 2 posts
Re: how can i set messenger function just for registered member only
« Reply #4 on: November 13, 2016, 06:34:35 PM »
Difference:
1. When IM enabled, sellers are receiving both notifications emails: mail from your IM plugin and default OSclass mail. It's not good.
2. I don't want allow unregistered users to access to inbox on the site.

*

bimbo

  • ***
  • 31 posts
Re: how can i set messenger function just for registered member only
« Reply #5 on: December 16, 2016, 07:46:14 PM »
hi i need help how can i set messenger function just for registered member only because i dont want guest or non register person to using this function? thanks

I have same problem as above i have Show Header Link to Registered Only and in Listing/settings i have the box checked for Contact publisher/Only allow registered users to contact publisher

Please fix!!

*

MB Themes

Re: how can i set messenger function just for registered member only
« Reply #6 on: December 16, 2016, 08:02:51 PM »
@bimbo
I am not sure what should be fixed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bimbo

  • ***
  • 31 posts
Re: how can i set messenger function just for registered member only
« Reply #7 on: December 17, 2016, 01:42:50 PM »
@bimbo
I am not sure what should be fixed.

Easy there is a bug in it,members who are not registered can contact registered members,which really it should not happen,also there is no notification flash message when you have a private message

Please Fix??

*

MB Themes

Re: how can i set messenger function just for registered member only
« Reply #8 on: December 17, 2016, 05:56:50 PM »
@bimbo
1) Yes they can, no bug, it is in description of plugin
2) There should be no flash message for new message

Please do not mess your personal requirements with bugs.
Bug describe functionality, that works differently as it was designed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bimbo

  • ***
  • 31 posts
Re: how can i set messenger function just for registered member only
« Reply #9 on: December 17, 2016, 07:26:54 PM »
@bimbo
1) Yes they can, no bug, it is in description of plugin
2) There should be no flash message for new message

Please do not mess your personal requirements with bugs.
Bug describe functionality, that works differently as it was designed.

Ok but you don't get any notification that you have a private message!

*

MB Themes

Re: how can i set messenger function just for registered member only
« Reply #10 on: December 17, 2016, 08:04:41 PM »
@bimbo
Go to http://plugins.abprofitrade.eu/ and look twice into theme header.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bimbo

  • ***
  • 31 posts
Re: how can i set messenger function just for registered member only
« Reply #11 on: December 22, 2016, 03:04:58 PM »
@bimbo
Go to http://plugins.abprofitrade.eu/ and look twice into theme header.

This is the actual solution which should have been explained properly!!

No.1 Go to plugins then to Instant Messenger Plugin
No.2 Hook Button to Item Page set this to off!
No.3 Go to item.php and enter this code below where you want it

Code: [Select]
<?php 
  
if(function_exists('im_contact_button')) { 
    if(
osc_is_web_user_logged_in()) {
      
im_contact_button(); 
    }
  } 
?>

No.4 Unregistered users cannot see button or send private messages!
« Last Edit: December 22, 2016, 03:42:56 PM by bimbo »