Current Version of Codefight CMS Available for Download:

« Version 1.7.0 »

NOTE: The code available is same as the code used for newer than this site at the time of release. Check cmsigniter.com for latest demo.

Codefight CMS is based on CodeIgniter - Open source PHP web application framework which is very easy to learn.

It would be nice to hear back some feedback. Also you can contribute with code and helping translating language files in your language.

You can use this CMS in anyway you want. You can modify as you like and use commercially for free.

 

 

Select Language.[TESTING For Next Release.]

English | नेपाली | French | German | Korean

Login | Select Language | Thu, 02 Sep 10 15:52:19 -0600

Codefight CMS version 1.7.0, A Codeigniter 2.0 CMS OUT NOW

2010-08-15 06:13:09Damodar Bashyal

 

Codefight CMS version 1.7.0 is out now. Hope you like it. :)

More»

 

Codefight CMS version 1.5.0, A Codeigniter 2.0 CMS OUT NOW

2010-07-25 06:53:29Damodar Bashyal

 

To give room for other Plug-ins and modules I have made a lot of changes this time. I have renamed all tables to singular from plural and changed all file names and variables accordingly. I have now combined common files for frontend and backend. This time I have given some time for Search engine optimization (SEO) as well, so all pages, blogs and links are SEO friendly and I'll continue to optimize as I'll discover the SEO secrets and tricks in the future versions. I would love to hear some feedback from SEO specialists out there. As I am not selling this cms software - Based on Codeigniter and providing 100% free, I won't be able to pay you guys, who send me tons of proposals everyday. If you are happy to provide feedback for free, that will be most welcome.

This week has been amazing week as I got chance to get the training on Zend Framework and hopefully will get chance to learn more next week in advance classes. Thanks to Mike Larcher, Managing Director of Acidgreen Pty Ltd (A Web Development Company) for paying my training fees. I Still love CodeIgniter - Open source PHP web application framework though.

Thanks for all the feedbacks you guys sent me through twitter, email and forum. All the feedbacks re-generates the power inside me to take the codefight cms to the next level. When you know that someone is using your software and when you see it in action that gives a real happiness and encourages to make it better and more powerful.

After watching Masterchef Australia grand finale and see Adam Liaw win the title, refreshed my mind again and sat to write this blog post long time after my last post. So, I must congratulate him (Adam Liaw) for the great title and lot of cash prizes. I was also inspired by the Callum Hann's deserts. Being so young and beating every other contestant was great to watch. As its over now hopefully Masterchef Australia Junior will be as exciting as this was.

Before I wrap up my post I would like to request all the users of the software to help me by providing feedbacks, ideas, libraries, plugins etc.

I need to wake up early in the morning and its already 11PM so I would like to say good night to everyone out there and have a sweet dream.

More»

 

Adding new field in category section of magento ecommerce

2010-04-22 23:39:24Damodar Bashyal

 

How to add new fields in magento e-commerce?

There is no easy method like adding product attribute for category yet. But we can achieve this by adding from database. You just need to deal with three tables in the database.

First one is: eav_attribute

Insert details as: [change as you need]

More»