vl4dimr / ci-cms

Other
1 stars 0 forks source link

Template Parsing / Sharing Modules #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
During the pre-release, please update your files with the latest svn 
before reporting a defect
-----

I am working with the alpha version of CI-CMS and like what you have 
accomplished so far. However, most of the designers I work with do not 
like php embedded in the templates. I need to use the CI Template Parser 
with CI-CSM. How can I go about this. 

P.S. I have been working on a project using your alpha release that 
includes many modules such as a photo gallery, Event Listing, Google Maps, 
etc. I would love to be able to upload my work for use by other CI-CMS 
developers as Open-Source modules for CI-CMS. Do you have a location for 
uploads and instructions for module creators so we can share our work?

Thanks for you response.

R. Morgan

Original issue reported on code.google.com by rmorga...@gmail.com on 4 Nov 2008 at 12:58

GoogleCodeExporter commented 8 years ago
Hello,

I added you into the project members so you can commit your modules.

Please, commit them into 

https://ci-cms.googlecode.com/svn/dev/modules/

Thanks for your interest

Original comment by heriniai...@gmail.com on 4 Nov 2008 at 6:14

GoogleCodeExporter commented 8 years ago
I have written a LayoutParser library that replaces the call to CI's 
load->view() in 
the Layout Library with a call to CI's parser->parse() which solves the 
template 
parsing issue. Simply add the file to the autoload config file and save it in 
your 
library folder and it works!

Original comment by rmorga...@gmail.com on 4 Nov 2008 at 7:58

Attachments:

GoogleCodeExporter commented 8 years ago
rmorgan62> and with that how would the template file look like?

Original comment by heriniai...@gmail.com on 4 Nov 2008 at 8:04