vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

tgmorris 02-18-2009 10:51 AM

Quote:

Originally Posted by dartho (Post 1747354)
To disable (in a manner of speaking) vBadvanced, edit the adv_portal template in the mobile style and replace it's contents with the following or something similar:

Alternatively, one can create a vBadvanced wap based page (I use just the calendar for events and recent threads) just for mobile devices. Then, add the plugin for mobile detection to the vba_cmps_include_getpage hook and the add a bit of additional logic to it.
Code:

  if ($pda==1 || $ipod==1 || $custom1==1)
  {
    $mobile=1;
  }

  if ($mobile==1 && $getpage=='home')
  {
    $getpage='wap';
  }

If the desired device is identified and you are on the default vBa home page the page will be reassigned to the wap page identifier.

The only other thing that could be needed is to modify the mobile style header to allow a way to get back to the vBa home page.

testbot 02-18-2009 11:46 PM

how do we remove the google banner that 3.8 includes from this style?

Chevy II 02-23-2009 02:23 AM

Has anyone had a problem where they cannot edit a post after it's been posted?

Biker_GA 02-24-2009 01:04 PM

I, too, will have to add my voice for an updated 3.8.1 version. Just did a fresh install of the forum software, and it just bugs the bejeebers out of me to see those 34 templates sitting at 3.7. :D

mariocaz 02-26-2009 04:38 PM

Please dear dartho, update this great style to 3.8 !!!

Fungsten 02-26-2009 04:58 PM

Quote:

Originally Posted by mariocaz (Post 1755376)
Please dear dartho, update this great style to 3.8 !!!

+1.

ctimes 02-28-2009 02:53 AM

Update would be greatly appreciated.

GeekGrrl 03-01-2009 01:11 AM

I did a search for paid, I want to limit this mod to only paid users, is this possible?

dartho 03-01-2009 10:19 AM

I guess that could be possible...

fattony69 03-01-2009 03:37 PM

Quote:

Originally Posted by mariocaz (Post 1755376)
Please dear dartho, update this great style to 3.8 !!!

Thats easy. Just open up the XML and replace 3.7.2 with 3.8.1.


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