An 'Edit in Composer' button for concrete5's toolbar

Concrete5's composer can be used to create custom data entry forms for a website, allowing an admin to quickly and accurately add new structured information. To make the re-editing of pages easier and quicker we've put together this simple toolbar button package.

Read more…

Managing concrete'5 typography.css conflicts using Sass

The file typography.css is used by concrete5 themes to store basic element styles for a site and simultanously tell TinyMCE how to style these elements in its editor. Styles in this file can however, affect concrete5's actual interface - here's our simple fix to this problem using SASS.

Read more…

Joomla to concrete5 transition guide

Concrete5 is an excellent replacement for tired and outdated Joomla websites. Although both are content management systems that can produce the same kinds of websites, the way they approach things (and the terminology used in each) is quite different.

Read more…

A more useful File block in concrete5

There are a couple of ways that uploaded files can be linked to in concrete5. Often, it's simply a case of creating links to files in a content block - it's quick and easy and you're free to format the links however you wish.

Read more…

Overriding concrete5's content block

The content block in concrete5 is the main block used to place text content onto a page. In short, it gives you a nice HTML editor, saves the html of your formatted content and spits it back out on the page for display.

Read more…

Our free concrete5 blocks

Since we use concrete5 to build most of our sites we often create custom blocks for clients to manage their content in easier ways. When the same kind of block is needed across multiple sites, we'll build a block to be flexible (perhaps with extra features), to make life easier for us in the future.

Read more…

Automatically resizing image blocks in Concrete5

One of concrete5's greatest strengths, if not its greatest, is that it is easy for novices to use. Developers can further configure a concrete5 site (using features such as the 'composer', page types and custom blocks), to make things even easier. This means that clients can jump in and edit content with little risk of them incorrectly formatting something or placing a page in the wrong spot.

Read more…

Concrete5 Cheat Sheet (pdf)

I've always liked the idea of one or two page 'cheat sheets' when developing. Although systems like concrete5 have a healthy amount of documentation on the web (in particular their API), it can be handy to have something physically in front of you to check function and variable names.

Read more…

Useful Concrete5 coding snippets

To develop websites I'm a big fan of Panic's Coda. It's a great editor, with lots of well designed built in functions. It, like many other text editors, includes a 'clips' function that stores regularly used pieces of code. I use this feature to store small snippets of code that helps me put together a specifically configured Concrete5 website quickly.

Read more…

Concrete5 has changed the way we view content management systems

Content management systems allow website owners to quickly add and change content on their site. From our development point of view, it tends to be easier for us to develop a new site with a CMS because the site then also becomes easier for us to add content ourselves. Over several years we’ve used and tried out a variety of free systems, in particular, Joomla and WordPress and have really loved the functionality they provide.

Read more…