Hi, is there a way to invoke safely the amembers smarty engine from outside the amember folder, or we have to use a second external smarty engine ? if it is possible can you paste the code needed to create the Smarty object ?
Something like that: <?php require_once('../amember/config.inc.php'); $t = new_smarty(); $t->templates_dir = "your templates dir"; ?>