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.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top