Quote:
Originally Posted by Ricsca
How to disable in defoult mobile vbulletin?
Thanks
|
I want to disable the product ‘VSa – Sub-Forum Manager’ for styleid=
14 so I created a new plugin like this:
goto your :-
http://www.yourdomain.com/admincp/plugin.php?do=add
Product: VSa - Sub-Forum-Manager
Hook: style_fetch
Title: Disable VSa – Sub-Forum Manager For DefaultMobileStyle
Order: 1
PHP Code:
if ($styleid ==
14){
$vbulletin->options['vsasfm_enable'] = 0;
}
Active plugin: YES
you will need to place your default Mobile Style id where i put
14!