(2017-11-01, 12:45 PM).m. Wrote: below guidance could be helpful
* MyBB Plugins Explained
* Plugin MyBB Base & Plugin MySql
templates system is used to display required content easily. see templates related guidance
for adding a button to thread page we have to modify showthread related template(s)
breadcrumb is used for easy navigation of the web site / forum
eg. MyBB Community Forums › Resources › Plugins › Plugin Development
see MyBB variables - php cross reference
in simple words, variable sections value is evaluated through hello_world_templateeval('$sections = "' . $templates->get('hello_world_template') . '";');
Thanks for the response! My dilema is that I use MyBB for authentication with a C++ application. Right now I use something insecure and I was wondering if there is any inbuilt API in MyBB which limits login retries?