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:
    
	
	
	
		
Thanks so much.
				
			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
		
	
			 
	 
 
		 
 
		
 
 
		 
 
		