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»
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»
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»