vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Removing Plugin from one skin? (https://vborg.vbsupport.ru/showthread.php?t=326254)

shibby2 04-05-2018 03:41 AM

I don't know, don't really understand the question. Again, I'm dumb. lol

Normally, on all other styles, the album pics are in a collapsible box. Maybe there's a way to make it for the mobile style that the box is minimized by default, instead of being maximized by default on the other styles?

Thanks so much for all your help so far!

kai_sey 04-14-2018 10:51 AM

Was looking for something similar, although applied to a product, not plugin.

So in such a scenario, how would I block a product from loading on my mobile style?

Would I simply wrap the .xml plugin file with:

Code:

if (STYLEID != x)
{
    plugin code here...
}


Many thanks.

MarkFL 04-14-2018 11:44 AM

Quote:

Originally Posted by kai_sey (Post 2594157)
Was looking for something similar, although applied to a product, not plugin.

So in such a scenario, how would I block a product from loading on my mobile style?

Would I simply wrap the .xml plugin file with:

Code:

if (STYLEID != x)
{
    plugin code here...
}


Many thanks.

In this case you would need to wrap the code of all the product's plugins (except for those that cache templates or update AdminCP settings, etc.) in that if statement.

kai_sey 04-14-2018 03:45 PM

Quote:

Originally Posted by MarkFL (Post 2594158)
In this case you would need to wrap the code of all the product's plugins (except for those that cache templates or update AdminCP settings, etc.) in that if statement.

Just tested this, and it worked a treat. Many thanks!


All times are GMT. The time now is 05:19 AM.

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.01911 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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