vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Where do I Start? (https://vborg.vbsupport.ru/showthread.php?t=109584)

Yojance 03-06-2006 04:20 AM

Where do I Start?
 
Hello everyone, I just got my Vb license and I'm excited. I want to learn to customize Vb. I want to create skins and I need a bit of help here. Where do I start?

Is there a tutorial that I can read on how to completely customize my Vb?

Thanks to anyone who offers me some help.
So nice to be here :) :banana:

Logikos 03-06-2006 04:24 AM

Welcome to the vBulletin community! I don't think there are many tutorials on how to customize vB as far as skining. I could be wrong, though I find this very helpful at times. http://www.vbulletin.com/docs/html/ :)

Aesma Deva 03-06-2006 04:59 AM

If you want to customize vB's code too, you should try learning HTML. Then you can learn PHP and MySQL, to make add-ons for vB.
And welcome to the site for the most pwny forum software out there ^___^

Yojance 03-06-2006 04:44 PM

Thank you for the welcome!, I have read that document, at least the part that talks about the CSS. I do know HTML/CSS and some PHP. I want to customize boards, isnt there like an index.html that all regular sites have? So that i can see what code makes the menu, what code makes the forum itself, so... let's say I want to move the main navigation to bottom, how would I do that?

Know what I mean? Once i know how to use Vb code, I will be able to code it myself.
Where can I read about that?

Thanks for reading...

Logikos 03-06-2006 05:07 PM

Everything is done in templates. One good feature that I use alot is "Add Template Name in HTML Comments"

You can find it by logging into the AdminCP->vBulletin Options->General Settings->Add Template Name in HTML Comments->yes/no

Add the template name at the beginning and end of every template rendered. This is useful for debugging and analyzing the HTML code, but turn it off to save bandwidth when running in a production environment.

When you view the source you will see
HTML Code:

<!-- BEGIN TEMPLATE: FORUMHOME -->
That means that the Template named: Forumhome was loaded first, and you can edit that template by going into the admincp->Styles and Templates->Style Manager->and click on the expand templates button. Under Forum Home Templates, you will find the Forumhome template and many more that are used through out the loading period. Hope this helps. :)


All times are GMT. The time now is 02:26 PM.

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.01154 seconds
  • Memory Usage 1,719KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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