MyBB Community Forums

Full Version: Where do you know the special functions and words of Mybb??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
yeah , they gave some usefull info here . Now I'm trying to make my first plugin which is so simple . but still can't , I'm like lost DodgyDodgy .
BlushBlushBlush
We also have a documentation of the source code of the latest stable version on hand at anytime: http://mybboard.net/sourcedocs/

You can easily see how functions and methods work and what parameters and returns they have.
Thanks for that too .
how do you make your plugin change something in all templates ??
and
I tried to make a simple plugin but I needed to put the variable in the postbit template , when I put it it doesn't work . I think because I use the wrong hook , I tried using postbit and global_start and showthread_start . But non of them worked , which one should I use ??
(2009-09-15, 09:29 PM)DougSD Wrote: [ -> ]We also have a documentation of the source code of the latest stable version on hand at anytime: http://mybboard.net/sourcedocs/

You can easily see how functions and methods work and what parameters and returns they have.

Personally I prefer the output of PHPXRef if you are reading code and want to understand it better. http://crossreference.mybboard.de/nav.html?index.html

PHPDocumentor is good as an API reference though.
Pages: 1 2