vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   VBulletin 3.6.6 styles (https://vborg.vbsupport.ru/showthread.php?t=147085)

borofan 05-12-2007 02:45 PM

VBulletin 3.6.6 styles
 
I know it's early days but with the advent of the upgrade, I am trying really hard to find vb 3.6.6 styles out there in the wilderness.

Can anyone add links or pointers towards completed 3.6.6 styles, I know all you developers out there have been busy with making the most of the new version. Can anyone add some styles here and make it easier for the rest of us in our search for new styles for 3.6.6?

EnIgMa1234 05-12-2007 02:54 PM

me and a friend are almost finish one for 3.6.6 so look out for that

CyberAlien 05-12-2007 03:21 PM

There are lots of template changes, so it isn't easy to update styles for 3.6.6 (unless style is basic header/footer/css modification), so give it few more days.

Shazz 05-12-2007 03:24 PM

And some of those template changes are main parts of the style, it sucks =\

EnIgMa1234 05-12-2007 03:24 PM

https://vborg.vbsupport.ru/showthread.php?t=147062

Blacksmart skin has been release ;)

CyberAlien 05-12-2007 03:29 PM

Speaking of template changes... anyone seen usage of new "shade" css class? I've noticed it is used to display some debug info in functions.php, but can't figure out how to enable that debug info on my forum so I could see and customize output.

edit: nevermind, "fixed" it by overwriting $vbulletin->debug.
For other styles developes who want to see new css class in action, open includes/class_core.php, find this:
Code:

$this->debug = !empty($this->config['Misc']['debug']);
and replace with this:
Code:

$this->debug = true; // !empty($this->config['Misc']['debug']);
It would be nice to know where in config that option is editable so I won't have to use this ugly "fix". I've checked all settings, couldn't find anything like that.

SEOvB 05-12-2007 03:37 PM

You can add a line to your config.php file to enable debug mod, and then comment it out when you want to disable it. But i forget the line :oops:

Found it
Code:

$config['Misc']['debug'] = true;
Just put it at the top of your config.php file


All times are GMT. The time now is 03:13 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.01845 seconds
  • Memory Usage 1,717KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete