EllisLab text mark
Advanced Search
1 of 7
1
   
No-CMS, A Free CodeIgniter based CMS to start your project
Posted: 03 February 2012 09:24 AM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts
hayer - 03 February 2012 07:43 AM

Ah, now I see. Had a minor error in my routing :p

Sorry for that, but thanks for the help! smile

Ah, unexpected error I think, such an error seems to always happens to us, developer smile
Please let me know if you have another problem with No-CMS

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 04 February 2012 03:07 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts

I’ve just add some screenshoots here : http://www.getnocms.com/2012/02/no-cms-screenshoots.html
Hope you can have a brief idea by look at them. smile

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 04 February 2012 06:31 AM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2011-03-18
634 posts

great job ... much appreciable

 Signature 

Bhashkar Yadav
http://www.sidd3.com

 
Posted: 04 February 2012 11:41 AM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Joined: 2012-02-04
2 posts

Hello!

I love the idea of this. I’m fairly new to CodeIgniter and I was wondering the following:

I have made my own template for normal users, but I want admin users to use a total different template, how can I accomplish this? For example if it’s an admin user they get redirected to /admin (with it’s own template) and normal users to /main

 
Posted: 04 February 2012 10:10 PM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts
mbuurman - 04 February 2012 11:41 AM

Hello!

I love the idea of this. I’m fairly new to CodeIgniter and I was wondering the following:

I have made my own template for normal users, but I want admin users to use a total different template, how can I accomplish this? For example if it’s an admin user they get redirected to /admin (with it’s own template) and normal users to /main

It is not supported yet at this time. Unlike other CodeIgniter based CMS (such as pyrocms and bancha), I believe privilege is not just about “admin” or “normal user”. So that I make the same template for “admin” and “normal user”. Only their authorization differ their access privilege (some pages can only be accessed by authenticated user, some others can only be accessed by certain group users). I try to avoid make the same module twice (some other CMS called it as backend and frontend).

But If what you mean is just about template, I’m sure it is not hard to be implemented.
Thanks for your suggestion.

Once it is finished, you can make your own “admin” template by accessing themes/neutral/views/layouts and make your own “default_backend.php”. I’ll let you know when I’ve finish implement your suggestion. Stay tune wink

 

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 04 February 2012 11:37 PM   [ Ignore ]   [ # 16 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts

@mbuurman : I’ve do some little changes. For already login user, “default_backend” layout would be used, for normal visitor, “default” layout would be used.

For now only header are different, but you can costumize the template by yourself.
Maybe you will like to edit /themes/neutral/views/layouts/default_backend and /themes/neutral/views/partials/default_backend/*

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 05 February 2012 06:00 AM   [ Ignore ]   [ # 17 ]   [ Rating: 0 ]
Joined: 2012-02-04
2 posts
goFrendiAsgard - 04 February 2012 11:37 PM

@mbuurman : I’ve do some little changes. For already login user, “default_backend” layout would be used, for normal visitor, “default” layout would be used.

For now only header are different, but you can costumize the template by yourself.
Maybe you will like to edit /themes/neutral/views/layouts/default_backend and /themes/neutral/views/partials/default_backend/*

Thanks alot, will help me alot.

 
Posted: 05 February 2012 09:01 AM   [ Ignore ]   [ # 18 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts
mbuurman - 05 February 2012 06:00 AM
goFrendiAsgard - 04 February 2012 11:37 PM

@mbuurman : I’ve do some little changes. For already login user, “default_backend” layout would be used, for normal visitor, “default” layout would be used.

For now only header are different, but you can costumize the template by yourself.
Maybe you will like to edit /themes/neutral/views/layouts/default_backend and /themes/neutral/views/partials/default_backend/*

Thanks alot, will help me alot.

Your welcome, glad to help wink

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 09 February 2012 12:54 PM   [ Ignore ]   [ # 19 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts

I’ve add some feature based on issues posted in https://github.com/goFrendiAsgard/No-CMS/issues/9 and https://github.com/goFrendiAsgard/No-CMS/issues/8

The posts are in Indonesian, basically Ibnoe just want me to improve login redirection and $this->view

Since I don’t finish the documentation yet, I provide how to use $this->view method by using example.
Open CMS Management | Module Management
Install example module
Look arround….

I hope this new feature will be useful in your project if you use No-CMS

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 09 February 2012 03:00 PM   [ Ignore ]   [ # 20 ]   [ Rating: 0 ]
Avatar
Joined: 2007-06-11
2985 posts

I really don’t think EllisLab will like you using their logo like that.

 Signature 

————————
Blog | Twitter | GitHub | BitBucket
————————-
PyroCMS - open source modular CMS built with CodeIgniter
PancakeApp - Simple, hosted invoicing/w project management

 
Posted: 09 February 2012 10:02 PM   [ Ignore ]   [ # 21 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts
Phil Sturgeon - 09 February 2012 03:00 PM

I really don’t think EllisLab will like you using their logo like that.

Hi Phil, glad to see you giving comments. I really inspired by your pyrocms, that is a great CMS. I even still use your template library, it helps me a lot.

About the logo, If I change the “fire” color (become darker or even black), will it be okay?
I don’t have any bad purpose by using their logo. I want everyone know that No-CMS is based on codeIgniter by only looking at its logo.

Thank you for your “warning”, I will be happy to have your reply

EDIT : I’ve also contacted Derek Jones, since it is a very important issue, and I don’t want to violate anyone’s copyright.

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 10 February 2012 05:38 AM   [ Ignore ]   [ # 22 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts

It is now v 0.5.0 beta 7
http://www.getnocms.com/2012/02/version-050-beta7.html
I’ll soon make it RC, please submit bug report if any

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
Posted: 10 February 2012 06:34 AM   [ Ignore ]   [ # 23 ]   [ Rating: 0 ]
Avatar
Joined: 2007-06-11
2985 posts

Good idea talking to Derek. I wrote this as one guy giving another guy a heads up, I am not an EllisLab employee nor am I a lawyer, but there are some rules about using other peoples logos and I’m not sure CIBonfire is following the rules either.

Wether or not EllisLab care is up to them, but I think you are probably going against the 2.x license.

 Signature 

————————
Blog | Twitter | GitHub | BitBucket
————————-
PyroCMS - open source modular CMS built with CodeIgniter
PancakeApp - Simple, hosted invoicing/w project management

 
Posted: 10 February 2012 07:22 AM   [ Ignore ]   [ # 24 ]   [ Rating: 0 ]
Joined: 2012-02-01
7 posts

Very nice!!!Keep it up…

 
Posted: 10 February 2012 08:54 AM   [ Ignore ]   [ # 25 ]   [ Rating: 0 ]
Avatar
Joined: 2011-08-28
136 posts
Phil Sturgeon - 10 February 2012 06:34 AM

Good idea talking to Derek. I wrote this as one guy giving another guy a heads up, I am not an EllisLab employee nor am I a lawyer, but there are some rules about using other peoples logos and I’m not sure CIBonfire is following the rules either.

Wether or not EllisLab care is up to them, but I think you are probably going against the 2.x license.

Yeah, I know you’ve a good purpose. Since it is my first open source project, I might not aware of some issues. And it is good to have someone tell me how to stay away from problems.

I’ve search arround, but I can’t find any rule about how to use (or not use) CodeIgniter logo. I still wait for Derek’s reply right now. Right now I start to think about the new logo (in the case of Derek doesn’t reply or he say that I violate the rule)

Thanks Phil.

 

 Signature 

Homepage : http://www.getnocms.com
Github page : https://github.com/goFrendiAsgard/No-CMS

A free CodeIgniter based CMS-Framework, It is not just another CMS !!!

 
1 of 7
1