Hi everybody,
I already googled around and couldn't find what I need. So here is the question:
I try integrating SMF into my website which uses the Smarty template engine. Everytime I try to include and use it in a template it gives me strange letters or even offers me to download the requested page. Has anybody done this before or can tell me what is the best solution?
Just some more details:
I kept the original SMF HTML Header and wanted to add some html code after the <body> tag in the index.template.php in order to display my websites top banner and menu. I do not intend to port the whole forum template into smarty templates. Obviously, instantiating a new class (smarty) in the script triggers the error but I cannot think of how to solve this.
Many thanks in advance,
Thomas
Smarty is not compatible with SMF..so thats out. You could probably use SSI.php to draw in the SMF login functions/paths etc., but not in the smarty templates, you need to do it in pure php files.