Legacy Social Sharing: General Settings - Enable for Certain User Groups Only

Status
Not open for further replies.

neounix

Customer
Hey!

Please and kindly add the option to only enable Social Sharing: General Settings for the user groups we select.

In the meantime, I have added this code to each of your code areas so only I can view:

PHP:
    if ($vbulletin->userinfo['userid'] != '1')
        {
                //  only allow for neo
                break;
        }
        if (!DBSEO::$config['dbtech_dbseo_enable_socialsharing'])
        {
                // Social Sharing is disabled
                break;
        }

Thanks so much.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Status
Not open for further replies.
Top