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 | Wed, 08 Sep 10 01:29:07 -0600

How to load a php block in your customised theme?

2009-04-10 22:58:40Damodar Bashyal

 

How to load a codefight cms block in certain area?

Since i started to code my cms, i have learnt new things and ideas. My latest addition is blocks. I have created blocks of different parts, or say features. This one is currently working for template view files. Because of this, its quite easy to build a new theme for codefight cms.

If you check the file tree image you will get some idea. Or, for more detail you can download the cms. This is how blocks are loaded in the area you want:

CODE:

1-<?php$this->blocks->load('block_name'); ?>

or, you can even load a different blocks with one call using array as:

More»

 

Deleting individual URLs from Firefox's history

2009-12-30 03:42:04Damodar Bashyal

 

I have been using Firefox for quite a sometime now and have been preferring it while browsing rather than other browsers, which could be due to different add-ons available and may be due to other different positive sides of firefox but i was struggling to find out how i can delete an individual url from list of urls from history.

Then found the quite simple solution which saved a bit of my headache from further search which is "select the url and then press shift + delete keys" thats it. That will remove the url forever from visited urls, which is recorded as history URL.

More»

 

Magento e-Commerce Few Tips, Tricks, Codes and Options

2009-09-26 17:40:39Damodar Bashyal

 

These are the few things i had been documenting while doing projects on Magento E-Commerce Solution. So posted here to find faster when needed. These are just small snippets. Not detailed, easy to understand though (hopefully).

How to insert Url in the CMS pages?

More»