FR6 Posted June 1, 2006 Share Posted June 1, 2006 1) Does the TCH servers are configured to support Smarty? (What is Smarty?) 2) How do I know where is the location of the Smarty libs? (I have tried with phpinfo but I didnt find anything.) $this->compile_dir = 'c:/XXX/smarty/templates_c'; $this->cache_dir = 'c:/XXX/smarty/cache'; Thank you. Quote Link to comment Share on other sites More sharing options...
surefire Posted June 1, 2006 Share Posted June 1, 2006 I looked into this a long time ago and I believe the answers to your question are: 1- TCH servers can handle Smarty because it's a PHP templating engine and TCH servers run PHP. But Smarty is not something that is normally pre-installed on a server. You can open a ticket to request, but I have no guess as to what your odds are. 2- You can install Smarty on your server as any script and either use php_iniset() - I think that's the function - to set the default include directory or you can change other aspects of your code so the Smarty template engine code is called. Quote Link to comment Share on other sites More sharing options...
TCH-JimE Posted June 1, 2006 Share Posted June 1, 2006 Hello and welcome to the forums!, phpBB uses smarty templating (or at least a form of it) and it works just fine here at TCH JimE Quote Link to comment Share on other sites More sharing options...
TCH-Thomas Posted June 1, 2006 Share Posted June 1, 2006 Welcome to the forum, FR6. Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted June 1, 2006 Share Posted June 1, 2006 Welcome to the forums FR6 Quote Link to comment Share on other sites More sharing options...
TCH-Don Posted June 1, 2006 Share Posted June 1, 2006 Welcome to the forums FR6 Quote Link to comment Share on other sites More sharing options...
FR6 Posted June 2, 2006 Author Share Posted June 2, 2006 Thank you to everyone! 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.