vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB4 - Mobile Phone / iPhone / PDA Detection and Style Assignment (https://vborg.vbsupport.ru/showthread.php?t=249967)

oldfan 03-12-2014 02:42 PM

This not work with 4.2.2?

asabet 01-29-2015 10:42 PM

I'm using it with 4.2.2. Bit quirky but still works.

Mathsman 03-10-2015 07:48 PM

thank you so much

pulptoon 04-20-2015 10:27 PM

After you install this, what do you do? Sorry..newbie

ruchemist 01-22-2016 04:32 PM

Hi,
Is it possible change style depending on resolution of screen? Also this mod cannot detect tablet computers.

bridge2heyday 01-22-2016 04:54 PM

Why people is still using that mod ?? .. it is now a native feature of vbulletin AFAIK !

ruchemist 01-22-2016 05:50 PM

In 3.8 it is not a native feature.

dartho 01-23-2016 12:07 PM

Quote:

Originally Posted by ruchemist (Post 2563201)
Hi,
Is it possible change style depending on resolution of screen? Also this mod cannot detect tablet computers.

Sorry - No and no. You can add exceptions for tablets such as "iPad"

AG3000 06-01-2016 05:28 PM

This add-on brings the big advantage of allowing the user to overwrite the automatic assignment, and it even seems to work well with VB 3.8.9 - thank you very much!

Rhodium 07-31-2016 06:13 PM

I was having this issue https://vborg.vbsupport.ru/showpost....9&postcount=87 so i changed this line:

Code:

if (($_COOKIE["override"]=="on") && ($vbulletin->options['mob_detect_override']==1) && ($vbulletin->options['mob_detect_enabled'] == 1)) {
    $ciao=1;
}

to

Code:

if (($_COOKIE["bb_userstyleid"]=="$styleid") && ($vbulletin->options['mob_detect_override']==1) && ($vbulletin->options['mob_detect_enabled'] == 1)) {
    $ciao=1;
}

And now if i Enable Over-riding of Styles is working fine, i don't have any idea of coding but meh.


All times are GMT. The time now is 11:09 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.01142 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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