vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Extend and Customise "Mobile" Style Options (https://vborg.vbsupport.ru/showthread.php?t=182692)

serpents.guild 01-06-2009 04:03 AM

The 2 I'm using are:

The Image Resizer

and

Wowhead Item Tooltips

dartho 01-06-2009 04:22 AM

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;

serpents.guild 01-06-2009 04:33 AM

*bam!* like a charm! Thank you so much!

serpents.guild 01-06-2009 08:08 PM

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?

dartho 01-06-2009 08:47 PM

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.

edytwinky 01-30-2009 06:22 PM

Is there a way to enable blogs?

dartho 01-30-2009 08:46 PM

I've not redone any blogs templates in the style, so they will show up using your default style

vol_freak 02-21-2009 04:34 AM

Does this work correctly in 3.8?

dartho 02-21-2009 09:28 AM

Is for me...

CrashPush 02-24-2009 01:07 PM

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
  • Page Generation 0.01179 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete