PDA

View Full Version : How To Make Mods?


Draygonia
10-09-2006, 04:51 PM
I was interested in trying to make my on modifications for my board, yet I have near no idea how to do that. What kind of coding or "language" do I have to learn in order to make my own mods for vbulletin, I have a lot of ideas for mods ^.^

RS_Jelle
10-09-2006, 07:05 PM
You have to learn PHP (http://www.php.net/), that's the programming language in which vBulletin is written ;)

MySQL is the database software and HTML & CSS are used for the layout. Also JavaScript is used (for example for the AJAX features).

Two interesting posts for you on vB.org:
Tutorial : Basics of PHP (https://vborg.vbsupport.ru/showthread.php?t=59260)
Basics Of PHP [Part 2] (https://vborg.vbsupport.ru/showthread.php?t=59914)