CodeIgniter Forums
I Want to Use a CMS (MoJo Motor?) for one or two pages on a CI-Based Site. Advice? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: I Want to Use a CMS (MoJo Motor?) for one or two pages on a CI-Based Site. Advice? (/showthread.php?tid=59535)



I Want to Use a CMS (MoJo Motor?) for one or two pages on a CI-Based Site. Advice? - El Forum - 10-17-2013

[eluser]khsmith[/eluser]
I have a web site with secure access based on CI. The client wants to be able to edit the content on one or two of the pages from time to time.

I don't want to import the entire to MoJo Motor, because it contains two one-page web-apps, and has some other pages with some complexity based on the users' status, etc. There are a few simple pages that they would like to update, though.

Is there a way to use mojo to allow editing of the content area only? Would there be a problem with trying to use two CI stacks for the same page?

If anyone has done something like this or used a different lite CMS to allow client access to a small part of the site, I'd appreciate your insights and experience.

Thanks!


I Want to Use a CMS (MoJo Motor?) for one or two pages on a CI-Based Site. Advice? - El Forum - 10-18-2013

[eluser]Otemu[/eluser]
Hi,

After searching around I came across this link which might be useful for you http://www.teamdf.com/web/mojomotor-codeigniter-hybrid-site-part-one/113/ and here the original topic http://ellislab.com/forums/viewthread/187402/

Hope that proves useful

As an alternative if you have the time you could use http://www.tinymce.com/ so that there could update pages this way, shouldn't take to long to create, some free admin panel templates you could incorporate here http://www.twelveskip.com/resources/themes/757/10-awesome-and-free-backend-dashboard-templates-and-admin-panels-of-2013

Thanks