2009-11-21 05:55:42Damodar Bashyal
As usual new release contains few bug fixes. Also, it now supports PHP 5.3. Plus, its now compatible with Codeigniter Version 1.7.2.
I am working on banner manager and have attached the draft copy which now supports inserting html or other scripts. There are other fields as well but they are not connected yet. You can insert banners to the blog post easily by adding {{ banner id}}. No space before banner, I had to put space here in post, otherwise it will parse the tag and insert the banner here or if not found, it will just remove the tag.
Now templating is much more easier. I haven't used any template parser to make it easy for every PHP programmer. With just few lines of code in the template and new CSS file will give you the site you want in very short time.
More»
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»
2009-06-09 05:01:47Damodar Bashyal
codefight CMS Version 1.1.2 is released. It is available for download through google code. This includes few css and minor layout fixes only.
More»