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:59:38 -0600

Meta noindex, nofollow added in Codefight CMS

2010-04-15 05:38:18Damodar Bashyal

 

Are Search Engines indexing your pages that have no content and you don't want them to be indexed and waste search engines visit to the page that have absolutely no value for your website? Then there is a simple solution meta noindex.

I was searching google to see how many pages of my sites are indexed and saw 25K pages. I was adding to many stuffs with less value. One of them was "On The Web" which was just a webstat of the sites out there. People started adding to many adult websites so i decided to close that section. I am planning it to move to zoosper. I thought that those pages were just wasting time of the search engine. So, I turned of stats and added noindex, nofollow.

That reduced the pages indexed in google. Now google will have time to visit my pages which i want it to visit more often and index.

After, few days of above update i started to see better result for codefight cms in search engines. But less in advertisement revenue though. I was making like $20-$30 per week from google adsense only. Now, it has gone down to $1 - $10 per week.

Now i have updated codefight cms to add meta noindex, nofollow to those pages which have no content like: http://codefight.org/page/index/sorry-i-have-no-content-to-display-for-you.html

So, I think in next few days google index will drop from 25K to less than 1K. But it will be easier for those people to find Codefight CMS who are looking for Free Codeigniter (CI) CMS.

If you are using Codefight CMS and want to add this option then you need to edit two pages.

app/frontend/views/templates/core/blocks/head.php and app/frontend/controllers/blog/page.php

On page.php update:

More»

 

Codefight CMS Version 1.4.2.6 based on Codeigniter 2.0 is out now

2010-07-04 01:07:58Damodar Bashyal

 

Codefight CMSVersion 1.4.2.6 based on Codeigniter 2.0

This new version took a while to release. I would like to thank first to chaleswa, eowynx and shershen for great feedbacks.

In this version I have added submitted form viewer. So, now when any form like contact us page is submitted, you can view the details through admin and it will be emailed to your assigned email as well.

Adding google analytics is now easy. Just look for "Web Property ID" in your google analytics account and copy and paste in the admin. The ID looks like "UA-852764-1". To paste the ID, navigate to 'Settings/website/Google Analytics Web Property ID'.

Note: CI 2.0 is not released yet and i used the one from Bitbucket.

If you find any bug, need any kind of help with the use of the software or even request new features then you can do so through our forum at tenthweb.com.

More»

 

Feed and sitemap generation Part I

2009-03-13 18:37:44Damodar Bashyal

 

I am so excited to learn codeigniter more and more everyday through the means of my own new cms 'CodeFight CMS'. As i keep learning and implement new things in my CMS, i will keep posting here.

More»