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

some concrete5 tricks

Some time ago I was asked a question (through the form you see on the right). Here is the question:

hello, so i tried setting up some new functions in C5, including a breadcrumb and a more "blog like" interface .. both of them come up with parsing errors, it must be that i’m not implementing the code correctly.

here is what i found,


<h3><?= $c->getCollectionName() ?></h3>
<div id='blog-envelope-information'>
Posted by <?= $c->vObj->Version($c, $cvID = "ACTIVE", $extended=true)->getV
ersionAuthorUserName() ?>
at <?= $c->vObj->Version($c, $cvID = "ACTIVE", $extended=true)->getVersionD
ateCreated('Y') ?>
</div>

i assumed that creating a "blog.php" in my themes folder and with the h3 & div tags it would work fine but i still get errors.. i’m really confused, and could use a pointer if you have a sec. thank you.

[Read more]

Leave a Comment

concrete 5.3.0 review - new experience

Yesterday, I’ve downloaded and tried the latest version of concrete5, which is 5.3.0 at the moment. I just used it for one of my latest projects (I’m helping my cousin to set her website, she is an interior designer).
[Read more]

Leave a Comment

Blank page in CMS Made Simple admin

Hello everybody! I finally recovered from the illness and can work as before. Here is my first after-illness post.

Recently I faced with the following problem:

I transfered CMS Made Simple from one host to another. Made everything correctly: updated config files, etc. But admin page started to show nothing, i.e. I always got blank page when attempted to access admin area.
[Read more]

Comments (3)