vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   vB 3.5 Lite !! 0.02 BETA !! (https://vborg.vbsupport.ru/showthread.php?t=92071)

verbosity 02-14-2007 10:31 PM

Great Template! ...Bare with me if this has been asked about so far, but I just realized that there is no way to reply to a PM with this template (installed a week or two ago). Is this forthecoming by any chance?

MissKalunji 02-14-2007 11:27 PM

there is one on vbulletin.com that actually has pm in it its basically for mobile thats the one i use

lem 03-15-2007 01:45 AM

Hello I have tried to upload this plugin every way I know how and keep getting a "Invalid File Specified". How do you install this? How does the user select what version of vb they want?

Thanks,

Andy

Zachery 03-15-2007 06:28 PM

Its not a plugin. its a style.

SaN-DeeP 03-15-2007 07:51 PM

Quote:

Originally Posted by Zachery (Post 1204315)
Its not a plugin. its a style.

can you please update the screenshot ?

lem 03-15-2007 07:53 PM

How do you get out of that style once you are in it ;) I'm trapped and I cant get out!

Andy

lem 03-15-2007 08:05 PM

Here is a screenshot from my site. I cant figure out how to switch back to the old style!

Quote:

Originally Posted by lem (Post 1204359)
How do you get out of that style once you are in it ;) I'm trapped and I cant get out!

Andy


dartho 03-16-2007 05:50 AM

Try http://powerstroke.org/index.php?styleid=1

SnitchSeeker 03-16-2007 08:33 PM

Any chance for a 3.6 update? I have used this style in the past but now I use 3.6 and it won't let me.

sweede 03-17-2007 12:43 PM

I added this to my site without any issues.

I added
HTML Code:

<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<if condition="$show['quickchooser']">
<tr><td><select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select></td></tr></if>
</table>
</form>

To the footer template for the chooser in the bottom of the page and then I added
PHP Code:

if ($_SERVER['HTTP_UA_PIXELS']) {
    
$_POST['styleid'] = 14;
    
define('STYLEID'14);
    
$vbulletin->userinfo['styleid'] = 14;
    
$styleid 14;    


to the top of the global.php file right before the init.php include so that it forces my Windows CE device to use the Lite style (which is style ID 14, you will have to change your style accordingly.)


All times are GMT. The time now is 11:12 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.01289 seconds
  • Memory Usage 1,740KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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