Didn't know if this was the right place for article directories as well... I have an Article Dashboard site (Jagdoo Articles) and I want to add the coop code to it, but it is all coded in .tpl files. Anyone know a way to add php to a .tpl file? What about somewhere I can put php code into an Article Dashboard script? Thanks, Brandon
I think the tpl files in Article Dashborad are all Smarty templates, so to add php to the template, you would have to do something like this: {php} (some php script here) {/php} Here's the link to the smarty man: http://smarty.php.net/manual/