start

This is an old revision of the document!


Welcome to the OctoberCMS HowTo Wiki & Cookbook

This is a reference guide to common questions asked by beginners as well as by experienced users of OctoberCMS. Each how-to is written to find a quick solution for a specific problem. So hopefully it's helpful for those making their first steps with this CMS, but also for those looking for a brush-up.

To make things more understandable most how-to's are explained by practical examples, screenshots and videos in some cases.

Other sources:
Beside the docs and the forum on the OctoberCMS homepage, there are several sources to find tips, help and explanations:



This Wiki: Table of Content

Introduction
Who OctoberCMS could be for
Who this wiki is for
Prerequisites
Conventions

Personal homepage
SMB company homepage
SMB service websites
Club homepage and administration
Webshop
Interactive, educational websites
Web/SaaS applications

How to do a basic installation
How to install themes
How to install plugins

How themes, layouts, pages, partials and content blocks are organized

How to use/change a theme
How to create a layout - part 1 the header
How to create a layout - part 2 the page body
How to create a layout - part 3 adding scripts
How to set up a new page
How to build a simple page
How, where and when to use partials
How, where and when to use content blocks
Where to place javaScript/jQuery libraries and how to integrate them
Where to place php libraries and how to integrate them

How to use plain html in OctoberCMS
How to use twig in OctoberCMS
How to use php in OctoberCMS
How to use sessions and session variables
How to read data from a model or plugin
How to do data queries
How to add a redirect
How to implement AJAX calls

How to use OctoberCMS as a WYSIWYG site creator
Visual page design
The User plugin: Handling restricted pages and services
The Blog plugin: How to setup a simple blog.
Translate: A must-have for multilingual sites

Developer Tools: An every-day inplace code-editor
List-switch: Small, simple, handy
Backend Elite: A Swiss-Knife for various occasions
The Expander plugin: Adapt existing plugins to individual requirements
PHP Sandbox: How to look inside

How to install the Builder plugin
How to prepare to create a database

Example 1: Show a list of books in the frontend
Example 2: Show details to a book
Example 3: Frontend forms