vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Lightweight Style for VB3.8.7 iPhone/Mobile/Cell/PDA (https://vborg.vbsupport.ru/showthread.php?t=263822)

jskoh 09-08-2011 01:37 PM

hi, how to change the colour of the category strip? i try Changing it but it doesnt work.

dartho 09-08-2011 04:43 PM

Edit the CSS file

Clutch 09-15-2011 02:37 PM

Quote:

Originally Posted by Max Taxable (Post 2209383)
AdminCP>Styles and Templates>Style Manager. Then uncheck the box for this style and click "Save display Order."

This will keep the style from being selectable by users but the automatic detection script will still be able to use it.

This does not seem to work for me. The script (style_fetch hook on plugin) will only set the style if it's an active style. I'm looking for a workaround now.

I know it's been a few months, but I'm just now getting back to implementing this after a lot of customization. Thanks dartho.

dartho 09-15-2011 09:26 PM

You can choose not to allow users to change styles in vBulletin settings, should word then (this is how I use it)

mastersat 09-16-2011 10:22 PM

Will try it
thank you

infnity8x3 09-24-2011 11:46 AM

I want to try this style out so bad but its conflicting with mods. Mostly cyb_chatbox, cyb_paypall_donate, and the mod that adds little icons to your userCP.

I wish there was a proper way to just disable all the hacks for a specific style. Would make this so easy.

As of now I read an article posted here that says if the hack has an on off switch the it can be controlled with some style fetch template but the userCP icon thingy has no one off switch.

BirdOPrey5 09-24-2011 03:54 PM

Pretty much any mod can be disabled for a specific style or styles if you edit the plugins for the mod. You can't go wrong editing every single plugin for a mod but sometimes you don't need to edit every single one...

Basically you need to wrap all of the plugin in this code:

PHP Code:

if (!in_array($vbulletin->userinfo['styleid'], array(2,3,4)))
{
 
  
//All Original Code Here
 


Where 2, 3, and 4 are the styleids you want to disable the mod in. You can add ore remove as many as you want, just separate each with a comma. If there's only 1 you don't need the comma.

Only thing to look out for, if in the plugin there is the line:
Code:

global $vbulletin;
Then you have to put that line above the conditional, like so:

PHP Code:

global $vbulletin;

if (!
in_array($vbulletin->userinfo['styleid'], array(2,3,4)))
{
 
  
//All Original Code Here
 



cstreater 09-24-2011 11:38 PM

Great style! However, I don't see a report post button or any moderator functionality. Did I do something correct during the install? It seems like I did everything the instructions said to.

infnity8x3 09-26-2011 01:34 AM

Thank you for the response and i plan to use your code in the future for the time being i just manually placed the mods in the templates (turned off auto placement) and just removed the one that was just fluff.

Now my problem is switching back and forth between styles. Ok the quick style picker i do not like. Because if some one is in say the arcade they switch to this style and now there page is broken. I know they could do it any way with typing the style into the url but most members wouldn't even think about that. I can comment the style picker out of the template.

But for what ever reason my userCP change style option does not work. Turn off all mods globally with config file it works. Disable all mods in admin control panel it doesn't work so i have no idea whats conflicting I guess I have to edit that out of the template to.

Any easier way of doing this other then editing them out of the template?

Finally (I know dartho has a mod like to this but... Is there any way to auto detect mobile browser and instead off assigning a style, open a notice saying eg we noticed you have mobile would you like to try our mobile version blah blah with link.

Sorry for the wall of text I'm just excited about this project.

dartho 09-26-2011 11:50 AM

@infinity8x3 Check https://vborg.vbsupport.ru/showthread.php?t=270928


All times are GMT. The time now is 11:50 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.01492 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (1)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