Has anyone done this? I posted over on their site, and I did not receive any useful info, basically, that someone is working on a guide.
Here's my dilema. I am working on a few scripts which I am integrating into SMF / TP. The first script, a stats program for one of the games that I play, basically can not be incorporated into a block or article there. I modified the index.php file to add a custom action, but when I go to that, it loads all wrong. The custom page loads on top of the whole forum. How do I get it where it belongs?
Here's the link: www.killingauthority.com/index.php?action=rb6
In the function rb6, did you do a "loadTemplate('yourTemplateName');" ? If so, did you have the function inside the template be something like: "function template_main() { "? SMF is looking for that function... named: template_main