Log in

View Full Version : Where can I find internal vbulletin documentation?


flashfocus
02-19-2008, 03:45 PM
Hi,

Where can I find explanations about things like '$this->tag_list', creating hooks, etc ?

I want to write my own plugin, but I can't find any decent developer-documentation.

Any help ?

Andreas
02-19-2008, 03:52 PM
Read the source :)

flashfocus
02-19-2008, 03:54 PM
Hmm... Could you point me in the direction of the right files? (for the tag_list)(I'm more or less starting from an existing plugin)

Opserty
02-19-2008, 05:35 PM
<a href="http://members.vbulletin.com/api/" target="_blank">http://members.vbulletin.com/api/</a>
vBulletin API

Else read the file that contains the hook you want to use.

flashfocus
02-19-2008, 05:52 PM
Thank you, that was exactly what I was looking for.

And how would I know which hoock I would want to use for a specific purpose? Is there a list or something?

Opserty
02-19-2008, 06:28 PM
Common sense, trial and error and a bit of luck. Check the PHP code if you get completely lost.