View Full Version : Guide to vBulletin coding?
SbyD_Salient
12-15-2007, 01:35 AM
Probably been asked before but couldn't find it. Is there a guide to creating vB module (or component or whatever), including how to use hooks etc. Particularly interested in reading up on how to include the variables and styles etc.
Any help gratefully received, will naturally release whatever I create here. Currently looking at converting a module I wrote for Invision :)
Lynne
12-15-2007, 03:12 AM
You may want to head over to the Articles section and take a look through there: https://vborg.vbsupport.ru/forumdisplay.php?f=184
Opserty
12-15-2007, 10:48 AM
http://members.vbulletin.com/api/
vBulletin 3.6 Code Documentation
vBulletin Code Standards (http://www.vbulletin.com/docs/html/codestandards)
SbyD_Salient
12-18-2007, 04:02 AM
You may want to head over to the Articles section and take a look through there: https://vborg.vbsupport.ru/forumdisplay.php?f=184
Thanks Lynne, five questions immediatly answered :)
http://members.vbulletin.com/api/
vBulletin 3.6 Code Documentation
vBulletin Code Standards (http://www.vbulletin.com/docs/html/codestandards)
Excellent! Thanks Opserty
C.ooder
12-18-2007, 04:22 AM
you finsh ? :)
ZomgStuff
12-27-2007, 03:57 PM
This is a sticky that I have on my site, some of the more useful things for me.
vBulletin 3.5 / 3.6 Tutorial Index
https://vborg.vbsupport.ru/showthread.php?t=99570&highlight=create+product+template
Intergrating AJAX Technology Into Your Modifications
https://vborg.vbsupport.ru/showthread.php?t=93249&highlight=ban+user+php
[How-To] vBulletin API Basics: Variables, Functions, Objects
https://vborg.vbsupport.ru/showthread.php?t=98047&highlight=ban+user+php
Template Editing - All the variables and coding bits you need to know!
https://vborg.vbsupport.ru/showthread.php?t=113489&highlight=create+forum
vBulletin 3.6 Code Documentation
http://members.vbulletin.com/api/
How To Include A Custom Template Via Plugins
https://vborg.vbsupport.ru/showthread.php?t=119933
How to create your own vBulletin-powered page! (uses vB templates)
https://vborg.vbsupport.ru/showthread.php?t=62164
[How-To]Include a code without editing
https://vborg.vbsupport.ru/showthread.php?t=125173
[How to] Write Plug-ins/Hooks
https://vborg.vbsupport.ru/showthread.php?t=82625
vBulletin Manual
http://www.vbulletin.com/docs/htm
Using the vBulletin Database Class
https://vborg.vbsupport.ru/showthread.php?t=119350&highlight=custom+forum
Create Custom Pages
https://vborg.vbsupport.ru/showthread.php?t=108586&highlight=custom+forum
[How-To]Include a code without editing
https://vborg.vbsupport.ru/showthread.php?t=125173&highlight=custom+forum
[HowTo] Add Custom Pages to WOL
https://vborg.vbsupport.ru/showthread.php?t=82882&highlight=custom+forum
Parse BBCode (in 3.5)
https://vborg.vbsupport.ru/showthread.php?t=82693&highlight=custom+forum
vBulletin on your computer
https://vborg.vbsupport.ru/showthread.php?t=39482
Create Secure Mods
https://vborg.vbsupport.ru/showthread.php?t=154411&highlight=javascript+effects
PHP/MySQL
Tutorials & Learning PHP/MySQL:
http://www.php.net/manual/en/
http://dev.mysql.com/doc/mysql/en/index.html
http://www.w3schools.com/php/default.asp
http://www.phpfreaks.com/
http://www.phppatterns.com (For the more advanced coder)
http://www.sitepoint.com/subcat/php-tutorials
http://www.phpbuilder.com/
http://www.devshed.com/c/b/PHP/
http://www.devshed.com/c/b/MySQL/
http://phppatterns.com/
http://www.zend.com/zend/tut/
http://www.hotscripts.com/PHP/Tips_and_Tutorials/
http://www.thescripts.com/serversidescripting/php/
http://www.thesitewizard.com/php/index.shtml
http://www.spoono.com/php/tutorials/
http://www.freewebmasterhelp.com/tutorials/php
http://www.freewebmasterhelp.com/tutorials/phpmysql
http://www.phphub.com/
http://www.programmingtutorials.com/php.aspx
http://webmonkey.wired.com/webmonkey...php/index.html
http://www.justphukit.com/php/php-tutorials-1.php
http://webreference.com/programming/php/
http://www.tutorialized.com/tutorials/PHP/1
http://www.thesitewizard.com/php/index.shtml
http://php.resourceindex.com/Documen...uction_to_PHP/
http://www.phpnoise.com/tutorials/
http://www.oxyscripts.com/tutorials.php
http://www.netspade.com/articles/php/
http://www.hudzilla.org/phpbook/index.php
Javascript
Tutorials & Learning JS:
http://www.sitepoint.com/subcat/javascript
http://www.w3schools.com/js/default.asp
http://devedge.netscape.com/library/...1.5/reference/
http://www.devshed.com/c/b/JavaScript/
http://www.pageresource.com/jscript/
http://javascriptkit.com/
http://www.webteacher.com/javascript/
http://www.htmlgoodies.com/beyond/js.html
(X)HTML/CSS
HTML:
http://www.w3schools.com/html/default.asp
XHTML:
http://www.w3schools.com/xhtml/default.asp
http://www.sitepoint.com/subcat/html
CSS:
http://www.w3schools.com/css/default.asp
http://www.sitepoint.com/subcat/css
http://www.alistapart.com/topics/css/
http://www.utexas.edu/learn/css/
http://www.xentrik.net/css/
http://www.sitepoint.com/forums/showthread.php?t=171943
http://www.devshed.com/c/b/Style-Sheets/
valdet
12-27-2007, 06:30 PM
Zomg thats an incredible list. Thanks for pulling that up.
toolblast
12-27-2007, 11:01 PM
I've actually been putting together an ebook on vBulletin Customization basics... how to create your own product, plugins, custom php file and pages that integrate with vbulletin's many amazing features, grabbing user info, etc. PM me if interested :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.