*

uchihaboy

  • **
  • 11 posts
Make Complete Digital Product Website
« on: October 29, 2021, 09:32:50 PM »
is there a way to disable the multi user vendor feature such that only the admin can post virutal product.

i want to make this site such that the Ad publishing is completely disabled for other users beside the Admin.

*

MB Themes

Re: Make Complete Digital Product Website
« Reply #1 on: October 31, 2021, 08:32:09 AM »
@uchihaboy
Remove publish/edit buttons and all sections related to it and to top of item-post.php & item-edit.php put something like this:
Code: [Select]
<?php
  
if(!osc_is_admin_user_logged_in()) {
    
osc_add_flash_error_message(__('Sorry, publishing is not available right now''theme'));
    
header('Location:'osc_base_url());
    exit;
  }
?>

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