OpenERP – what licenses can be specified in __terp__.py

I’ve been writing a module for OpenERP and noticed that if you don’t specify license for your module in __terp__.py file, it will default to GPL-2. If you need to use another license, you will have to add "license" field in your __terp__.py file.
[Read more]

Comments (1)

new theme for concrete5 users – lightword

Smart Web Projects released another theme for concrete5 audience:
concrete5 theme: lightword
I really like this theme, because it is:
– simple and clean;
– universal (can be used for any website & purpose);
– simply nice.
[Read more]

Comments (3)

simple usability – ask for confirmation

I often get confused if an accidental click on some link removes some data I need on a particular resource. I do not understand why the site webmaster is not able to add just one line that might allow to avoid many bad situations when some data is lost irretrievably.
[Read more]

Comments (2)

google adsense link units

I tried using adsense link units on my blog, but I’m not impressed with the performance. I’m not allowed to tell exact numbers by terms and conditions, but it is less than usual adsense ad blocks. There could be several reasons.
[Read more]

Comments (2)

database functions in cms made simple

When I worked with cms made simple the first time, I had to spend some time to learn how to operate with mysql database. This reference guide is my attempt to help those who are just beginning with cms made simple and doing the first steps in customizing this wonderful content management system. I hope this tutorial will be useful for somebody.

When you work on CMS Made Simple customization, you might need to operate with mysql database. To do this, you should call methods of database object which can be accessed through core object of cms made simple. The core object can be accessed through $gCms variable.
[Read more]

Leave a Comment

adding modifier in smarty template engine

I found 2 ways to add custom modifier in smarty template engine. The first way is using ‘plugins’ directory and putting a php file with your modifier there. The second way is writing your own function and then registering it as modifier.
[Read more]

Comments (1)

New theme for concrete5 cms – atahualpa

I’m glad to introduce just another wordpress theme converted for concrete5 cms. atahualpa theme has 2 sidebars and main central area for content.
[Read more]

Comments (1)

Cellspacing and cellpadding alternative in css

Frankly speaking, I’ve been always using <table cellspacing="0" cellpadding="0" border="1"> It was not a question for me until some time whether these attributes of <table> tag have its css alternative. The solution has been found rather quickly and the use is very simple.
[Read more]

Leave a Comment

3 ways to plug custom css stylesheet in cmsms

There are 3 basic ways to plug custom CSS file in cms made simple (if you use your imagination and experience, you can create more, but these ones are the easiest and the most natural). I believe this tutorial might be useful for the ones who just began using CMS Made Simple.
[Read more]

Leave a Comment

Disabling version check in CMS Made Simple

Today I had some problems with internet connections, so I decided to work locally on the current project which is based on cms made simple. I started local server, and opened the cms made simple admin. It took several seconds to load… [Read more]

Leave a Comment