MyBB Community Forums

Full Version: want to include a PHP file inside the forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There,



lets say that I got a Stats Script, and I want to include it into my forum,oky ?

is there any special tamplete that I can include my PHP file to it, and then call it from where I want my stats script to show up like the vb ? or there's another way of doing this ?

I hope to get an answer to my question ASAP

thanks a lot for your support guyz

index
If you want it to run all over the site, add the code to global.php, output it to a varible, then put that variable in the header or footer templates.

If you want it to run on a specific page, add the code to the right file, output it to a varible, then put that variable in the right template.