mfoland Posted August 14, 2018 Share Posted August 14, 2018 In making custom pages, especially since I want to use Ioncube to encrypt my pages since I will be selling a custom module.. It's going to be built with a custom page. I call function ioncube_read_file() { $ca-setTemplate('TEMPLATE_NAME'); } The template exists, but the page does not load at all. I have patched smarty, which will be distributed with the module, and still to no avail. Is there a way to bypass the setTemplate function for client area page and actually just start coding before you call $ca->output()? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
mfoland Posted August 14, 2018 Author Share Posted August 14, 2018 Just now, mfoland said: In making custom pages, especially since I want to use Ioncube to encrypt my pages since I will be selling a custom module.. It's going to be built with a custom page. I call function ioncube_read_file() { $ca-setTemplate('TEMPLATE_NAME'); } The template exists, but the page does not load at all. I have patched smarty, which will be distributed with the module, and still to no avail. Is there a way to bypass the setTemplate function for client area page and actually just start coding before you call $ca->output()? Thanks! In my .tpl I do call the function as well. I've tried the solution out there that does the myresourcefile.php and I still get nothing 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.