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)
-   -   New developer looking for customization information and tips (https://vborg.vbsupport.ru/showthread.php?t=139326)

echamberlain 02-13-2007 06:32 PM

New developer looking for customization information and tips
 
I'm starting a new vBulletin based website and my graphic designer has never developed for vBulletin before.

Are there any documents that would help him understand how to customize the vBulletin styles?

Any development tips?

CyberAlien 02-13-2007 07:43 PM

Just mess with content of "template" table for a while and you'll understand how it all works.

Also write some script that exports content of that table to plain html files (use unserialize() for templates with type="css"). I've searched for such scripts for a while but didn't find anything and wrote my own script. Then you'll be able to see code in all template files without going thru nightmare of editing template files in vbulletin control panel.

I'm sure there are other methods of figuring out how vbulletin templates work, but that one worked for me.

Princeton 02-13-2007 08:31 PM

Just in case: Skinning: Understanding A Template-Based System

What you can do:
  • Make sure you have $debug enabled. (A tutorial can be found within the Articles section.) Some important information is available when you have this enabled.
  • Set Add Template Name in HTML Comments to YES. (ADMINCP / vbulletin Options / General Settings)
  • Test on a development board.
The vBulletin Manual has some good information regarding the Styles Manager.
http://www.vbulletin.com/docs/html/styles_and_templates





All times are GMT. The time now is 12:02 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.04428 seconds
  • Memory Usage 1,718KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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