Current Version of Codefight CMS Available for Download:

            « Version 1.1.4 »

            NOTE: The code available is same as the code used for this site at the time of release.

            Codefight CMS is based on Codeigniter PHP 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, 11 Mar 10 07:35:43 -0700

Two new blocks added in codefight cms - most popular entries and recent entries

2009-09-05 08:18:14Damodar Bashyal

 

Update: Below items has been added to codefight CMS version 1.1.3 which is available for download from google code. Also includes fixes of installer.

Today i have added two blocks in the core. Most popular entries which is based on page views. Every time a page is viewed, its counter increases by 1. So, the list is grabbed in a descending order i.e. most viewed to least viewed. There is an option to get number of lists you want to display. Default is 10 list.

And another block is recent entries. This is straight forward. And needs no explaination. The sorting is done according to page ID. In this one also you can pass amount to get number of listings. Default is 10 for this as well.

Currently limiting is pass through block only. I am planning to connect it to admin, so, its easy for non-programmers to easily select the number of entries to fetch from database.

Update 6th sep, 09: Yesterday i added above blocks and today i have updated comment section in frontend and admin. When adding comment now it adds current url as well. Previously i was having problem to find out which page they belong to. Now its easy to know the page, that comment is submitted. Not sure what to add next :) thinkinggggg.........

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?

[code] {{store url=''}} will give base|store url

More»

 

How to edit/change contact page form in magento

2009-08-12 23:36:48Damodar Bashyal

 

Wow after few searches i found the solution so, i didn't get that much headache at this time. This is how i changed my contacts page form in magento.

Step 1:

Change the contact form located at:

CODE:

1-/app/design\frontend/default/your_template/template/contacts/form.phtml

More»