PDA

View Full Version : Making vbulletin plugins


ZiG
09-17-2009, 06:43 PM
Are there any good resourced or tutorials for learning how to make vBulletin plugins and modifications? I've never really run into any documentation on this and I'd like to learn how.

James Birkett
09-17-2009, 06:50 PM
There is a simple documentation in the vBulletin User Manual here (http://www.vbulletin.com/docs/html/main/writing_plugin_code).

Plugins basically let you insert code wherever there is a "$hook" variable in a file.
You will need PHP knowledge.

There are plenty of articles/threads about it, if you do a search you should find plenty of results.

An article here (https://vborg.vbsupport.ru/showthread.php?t=82625)