yukiko Posted February 10, 2008 Share Posted February 10, 2008 i just found out when customizing for a client that some java and ajax functions don't work with the template system currently oddly enough it shows up as blank pages if its setup right. also adding custom php too the templates don't work either. ive confirmed this and what not Link to comment Share on other sites More sharing options...
JasonO Posted February 10, 2008 Share Posted February 10, 2008 How are you adding the custom PHP code? Using Smarty's {php} or standard <?php method. Link to comment Share on other sites More sharing options...
yukiko Posted February 10, 2008 Author Share Posted February 10, 2008 How are you adding the custom PHP code? Using Smarty's {php} or standard <?php method. im useing standard for some of it cause smartys doesnt work for some of the stuff im programming with and what not Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 10, 2008 WHMCS CEO Share Posted February 10, 2008 A blank page means you have put invalid code into the templates thus creating an error and the template can't be interpreted. This is not a bug. And above you mention using standard PHP opening tags - that will not work! Refer to http://smarty.php.net/ for documentation on the templating engine. Matt Link to comment Share on other sites More sharing options...
Recommended Posts