![]() |
|
Add the following in teh disable addons code area to stop the ncode stuff. the tooltips doesn't have a simple enable/disable switch ...
$vbulletin->options['ncode_imageresizer_enabled']=0; |
*bam!* like a charm! Thank you so much!
|
so basically what I can do for further addons is to do a search for "$vbulletin->options" in the product.xml to see if I can disable them in the mobile option page?
|
With installed products, if it has an option to enable/disable it, you need to find the variable that corresponds to this and then you can set that accordingly.
For example - if an add-on has an option "Enable This Addon", search the xml product file for "Enable This Addon" - you'll find this in teh phrases section - check the phrase name - it will start with "setting" and end with "title" eg. setting_enable_this_addon_title. The variable name will then be enable_this_addon You can then add a line in teh disable addons code area of: $vbulletin->options['enable_this_addon']=0; Be wary that the add-on author may have posed teh question "disable this addon" - in which case we would have. $vbulletin->options['disable_this_addon']=1; There are other ways to disable products that don;t have a global enable/disable switch, but it's a bit of a manual process or wrapping conditionals around plugins. |
Is there a way to enable blogs?
|
I've not redone any blogs templates in the style, so they will show up using your default style
|
Does this work correctly in 3.8?
|
Is for me...
|
I had to reinstall this modification and forgot how to add "Wirelessly posted (BlackBerry8300/4.2.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102)" to the post. Can I get a hint on how to do it again.
|
All times are GMT. The time now is 06:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|