*

vidjii

  • ***
  • 59 posts
Message only for registred user ?
« on: April 01, 2017, 04:16:10 PM »
Hi

I would like unregistred users to be unable to contact sellers.
 
Its possible ? I looked in the options, for comments it's ok but not for messages.

http://prntscr.com/er5j0q

http://prntscr.com/er5jnn

Regards

*

vidjii

  • ***
  • 59 posts
Re: Message only for registred user ?
« Reply #1 on: April 01, 2017, 11:50:56 PM »
support ?

*

MB Themes

Re: Message only for registred user ?
« Reply #2 on: April 02, 2017, 11:52:16 AM »
@vidjii
You can place links to create message into code:
Code: [Select]
<?php if(osc_is_web_user_logged_in()) { ?>
.... button code, form code, whatever ...
<?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

aprogo

  • *
  • 1 posts
Re: Message only for registred user ?
« Reply #3 on: July 15, 2017, 11:40:44 PM »
@vidjii
You can place links to create message into code:
Code: [Select]
<?php if(osc_is_web_user_logged_in()) { ?>
.... button code, form code, whatever ...
<?php ?>


Which folder is in the file?
And how many lines are there?

Which code should be exchanged, I would also like to reply only or message if you are logged in

*

MB Themes

Re: Message only for registred user ?
« Reply #4 on: July 22, 2017, 09:02:42 AM »
@aprogo
It is in file where you create send message form.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots