Search

Standard Post with Image

Custom concrete5 User Reports

Learn how to write custom concrete5 user reports by subclassing the UserList class.

Read More
Standard Post with Image

Basic MVC in concrete5

concrete5's friendliness toward developers extends beyond blocks and add-ons. An easy-to-understand but very useful MVC syntax powers concrete5's single pages and page types, allowing for helpful separation between code and content.

Read More
Standard Post with Image

Build a Single-Page Powered Editing Interface for concrete5 Pages

Learn how to build a simple FAQ system from scratch, including a single page interface for listing and sorting entries, a single page interface for editing entries, a page list template for displaying them.

Read More
Standard Post with Image

Building a Custom RSS Feed Using Single Pages, Controllers, and the Page List class.

The page list block handles RSS feeds, but what if you need a bit more control? Do you want a prettier URL than the one the page list block generates? Check out this tutorial on a custom RSS feed.

Read More