I have installed this mod,
Extend and Customise "Mobile" Style Options, and there is a option if you want some of the plugin's not to be loaded with the mobile skin.
Example:
Code:
//Disables MGC Chatbox
$vbulletin->options['mgc_cb_evo_active']=0;
//Disables Cyb Chatbox
$vbulletin->options['cybchatbox_enable_product']=0;
What code should be put in there so that the plugin by default be disabled when the mobile skin is loaded?
$vbulletin->options['']=0;