vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

Hippy 02-07-2012 08:20 PM

working 100% with all versions including vb4.1.10

Hostboard 02-12-2012 12:29 AM

My users are really enjoying this :) Some of them however still want to use the "PC Style". When they select this the style changes, but upon their next selection it reverts back to the mobile version. Any way to change that behavior?

Hippy 02-12-2012 12:57 AM

Quote:

Originally Posted by Hostboard (Post 2298725)
My users are really enjoying this :) Some of them however still want to use the "PC Style". When they select this the style changes, but upon their next selection it reverts back to the mobile version. Any way to change that behavior?

https://vborg.vbsupport.ru/showthrea...99#post2289299

I don't even see pc style on mine but I know this it what dartho says will fix it a couple posts back

Breixo 02-15-2012 07:54 AM

It also shows an "Invalid File Specified" message when trying to install this style on vB4.1.10, any idea why?
Thanks!

dartho 02-15-2012 12:00 PM

clear your browser cache and download again and make sure you are using style manager, not product manager

Breixo 02-15-2012 12:24 PM

Ups! Sorry, I just used the product manager. Now it works.
thanks!

wtfaatp 02-17-2012 07:36 AM

Quote:

Originally Posted by dartho (Post 2289299)
If you wish to make this change manually, edit init.php and
search for:
Code:

elseif ($mobile_browser_advanced && $vbulletin->options['mobilestyleid_advanced'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with
Code:

elseif ($mobile_browser_advanced AND $vbulletin->options['mobilestyleid_advanced'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])
and search for
Code:

elseif ($mobile_browser && $vbulletin->options['mobilestyleid_basic'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'])
and replace with

Code:

elseif ($mobile_browser AND $vbulletin->options['mobilestyleid_basic'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid'])

People are saying this logs them our every time the make a selection on the website..?
Basicly if they switch over the the "Full Site" they cant stay logged in> :\ Get the thank you for logging in and everything but when the return to the forum.php they are logged out.

dartho 02-17-2012 08:14 AM

Are you saying this change to init.php does that?

wtfaatp 02-17-2012 12:09 PM

No one said anything until I did it..

Either that or no one noticed till recent..

Either way it is happening tested this morning :\

dartho 02-17-2012 01:45 PM

Those changes to init.php are direct from vBulletin to fix a vBuletin bug - nothing to do with me as such. Try reverting the changes and see what happens then.


All times are GMT. The time now is 08:10 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.02273 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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