Hi,
Is there anywhere to read text from a file located in server, and show them in template?
Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 16, 2011 5:14am
Subscribe [3]#1 / Jan 16, 2011 5:14am
Hi,
Is there anywhere to read text from a file located in server, and show them in template?
Thanks.
#2 / Jan 16, 2011 10:25am
i know of no way by default.
1. enable php and do it that way within the template.
2. or you could create a plugin with the above php in, and handle it that way, making it far more re-usable.
#3 / Jan 16, 2011 10:34am
I have been figure out how to develop plug-in, and make it with codeigniter file helper.
Thanks.
#4 / Jan 17, 2011 1:49am
Nice one 😊 Feel free to start a new thread if you have any more questions.