MyBB Community Forums

Full Version: Have a complex php page use the mybb templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried this http://community.mybb.com/thread-116225.html , but the php is too complex for the template. I want this: http://prntscr.com/3s8wgb to be functional, with the mybb template. So it'd look something like this http://prntscr.com/3s8x7i but with the functional PHP in it.

Anyone know how I can do this? Thanks!


The php goes into a table in the db and searches XXXX text and outputs anything that contains XXXX. It also has a MD5 Encryptor and decryptor that is in a seperate php file. So, it includes 3 different php files. Search.php, MD5.php and about.php

I figured it out myself. I just got the plugin to let me import php files into templates.