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.

Similar threads

  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
2
Views
909
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
1
Views
2K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
2
Views
1K
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
0
Views
645
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
1
Views
1K

Legacy DragonByte SEO

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