MyBB Community Forums

Full Version: including php files!?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I am trying to add php file to portal interface, but i could not, how can i include php files to forum and portal?

thank you

Doesnt a php include work:

<?php include(""); ?>
Theres no easy way to do that. Basically, templates only accept $varibles, $lang-> and plain html. No other php. To gt you script to work, you'll have to paste the code into portal.php make it into a varible (the data you want to show) and then stick that variable in the template.
thanx for reply guys.

I will by one way or an other to do it and i will let you know about.

Regards,
any updates regarding this idea?
thanx dude