CodeIgniter Forums
No-CMS, A Free CodeIgniter based CMS to start your project - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: No-CMS, A Free CodeIgniter based CMS to start your project (/showthread.php?tid=48566)

Pages: 1 2 3 4 5 6 7 8 9 10


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-02-2012

[eluser]goFrendiAsgard[/eluser]
[quote author="chuck99z28" date="1338642650"]I got it working on a GoDaddy Shared Linux Host.

I messedup the install the first time by not changing the database name.
But got it on the second try.

Checking it out now.

Thanks
[/quote]

Glad to here it. Hope you will enjoy using No-CMS Big Grin


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-03-2012

[eluser]chuck99z28[/eluser]

I'm trying to figure out how to create a new theme.
I'm guessing I should read the documentation for Phil's part.


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-03-2012

[eluser]goFrendiAsgard[/eluser]
[quote author="chuck99z28" date="1338724430"]
I'm trying to figure out how to create a new theme.
I'm guessing I should read the documentation for Phil's part.[/quote]

For now, I don't write the documentation yet (sorry). Looking for Phil's template documentation is a great idea. You can start by copying the already exists theme and make some modification.

Hopefully the documentation will be completed next month.


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-15-2012

[eluser]goFrendiAsgard[/eluser]
A new version of No-CMS has been released. I've add some features like hiding "index.php" on the url. The new documentation is now cover the theme customizing problem
Get the newest No-CMS here:
https://github.com/goFrendiAsgard/No-CMS/tree/30eca79687017773cc49f5621049572803672b4d

The complete article can be read here:
http://www.getnocms.com/2012/06/no-cms-customing-theme.html#more


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-19-2012

[eluser]gangsar[/eluser]
great cms from indonesia.

yah, Indonesia.

keep up the good work, brader.


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-22-2012

[eluser]goFrendiAsgard[/eluser]
Hi everyone, here is the development progress this week:

Unauthorized page redirection has been fix. So If you access navigation management directly, a login page will be appeared. Once you've login, you will be automatically redirected into navigation management page
http://www.getnocms.com/2012/06/bug-fix-unauthorized-page-redirection.html

A better installer. As suggested by Gangsar at https://github.com/goFrendiAsgard/No-CMS/issues/20, I've make a better installer
http://www.getnocms.com/2012/06/better-installer.html

Here is the newest and greatest version of No-CMS so far: https://github.com/goFrendiAsgard/No-CMS/tree/f026bf81593c9c0f5c93a54c17bebe57631567b6
Next I'll go with themes and documentation.


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-27-2012

[eluser]goFrendiAsgard[/eluser]
Development progress so far:

New module standard has been created, more about it here:
http://www.getnocms.com/2012/06/new-module-standard.html

Also I've make some modification on module_generator (the one that help you make CRUD application event easier). Still a rough (but working) code. Some finishing touch should be work Smile

Here is the current latest update: https://github.com/goFrendiAsgard/No-CMS/tree/07569bd9f07e35a7cf269193c4b94cadeae7764c


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-28-2012

[eluser]ardinotow[/eluser]
Keep up the good work. Semangat mas bikin Indonesia bangga !!



No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-28-2012

[eluser]goFrendiAsgard[/eluser]
I've change the groceryCRUD used in No-CMS into 1.2.3, some bad things happens, but it works in the end. See the complete note here:
http://www.getnocms.com/2012/06/grocerycrud-123.html

Grab it here: https://github.com/goFrendiAsgard/No-CMS/tree/fd5756b26898605c5bb5f03d2bd347e5d041dc12


No-CMS, A Free CodeIgniter based CMS to start your project - El Forum - 06-30-2012

[eluser]goFrendiAsgard[/eluser]
I've just make a GIS plugin for No-CMS http://www.getnocms.com/2012/06/no-cms-and-gis.html
The complete source and instruction can be found here: https://github.com/goFrendiAsgard/gis-module

It will allow you to deal with spatial data easily. For everyone who don't know yet, I'll let you know that actually you can save any spatial data in MySQL. You can read more about MySQL Spatial here: http://dev.mysql.com/doc/refman/5.0/en/spatial-extensions.html

Basically, GIS plugin will transform your spatial data, and view it into a beautiful map. You can have several choice of "background" maps, including cloudmade, map box and (a bit controversial) google map.