Open GoogleCodeExporter opened 9 years ago
Me too. I use CI-CMS so I think we'll have to do it.
Original comment by heriniai...@gmail.com
on 8 Feb 2011 at 5:09
I am working on migrating the CI-CMS system to CI2 and modular-extension and
away from Matchbox. I am having trouble however in using views with in views in
the Layout library. It appears that when a view is used to load another view
from within the Layout library, some views are not loaded. I am not sure why...
I have never gotten SVN to work on my laptop and so I may with your permission
begin hosting this code on bitbucket.org I really wish Google would add support
for Mercurial.
If you have any thoughts on what might be going on in the layout library let me
know.
Original comment by rmorga...@gmail.com
on 10 Feb 2011 at 4:23
Ok, figured out what is going on in layout. The issue lies in the
modular-extension Loader library. It if finding the 'admin' module folder and
trying to load the theme views from there. The work around is to change the
name of the admin theme folder.
I propose that we create an APPPATH/view/themes folder to contain all themes.
This way unless we have a module named themes, we can still use the old themes
without major changes. This is the approach I am going to work on. So if you
have any other ideas let me know soon.
Original comment by rmorga...@gmail.com
on 10 Feb 2011 at 4:56
I have made great progress in migrating the CI-CMS system to CI2 and
modular-extension. I now have a working admin panel and page module.
Original comment by rmorga...@gmail.com
on 10 Feb 2011 at 8:13
Need to modify the MX_Router class to locate module admin controllers
Original comment by rmorga...@gmail.com
on 10 Feb 2011 at 9:47
Hello rmorgan.
I put CI-CMS in bitbucket. Maybe we can use it for the CI2 version
You can see it in here
https://bitbucket.org/hery/ci-cms
Original comment by heriniai...@gmail.com
on 10 Feb 2011 at 10:22
Original issue reported on code.google.com by
rmorga...@gmail.com
on 5 Feb 2011 at 4:56