How to use the Demonstration module for testing
Demo module can be used for other purposes than its name might suggest. We will talk on how it can help you for testing core or contrib modules.
Demo module can be used for other purposes than its name might suggest. We will talk on how it can help you for testing core or contrib modules.
The layout system in Backdrop CMS is a powerful system for building custom pages. In this session, we'll walk through the process of creating custom layouts.
Some topics we will include:
This past May, I sent an invitation to every organization and individual who had identified themselves on the backdrop Service Providers page that read like this:
Are you looking for more business? Then read on!
Since you are listed as a Backdrop service provider, we would like to extend an invitation to you to participate in a new program that will refer to you owners of Drupal 7 websites who are interested in moving their sites to Backdrop CMS.
I plan to show examples of some useful hooks and preprocess functions that allow developers to interact with, extend or modify Backdrop programmatically, through small custom modules or within the theme's template.php, with minimal knowledge of PHP. Some of these include:
In short, config recipes are simple modules that add functionality to your site mostly by adding some prepared configuration. They do not add new features that are not already available through Backdrop Core or existing contrib modules.
Available config recipes at this time:
The Rules module is a module that allows site architects to create action/reaction events that would normally require writing custom code. Some of the things you can do with the rules module include:
1) Sending an email to a site editor anytime someone creates a new article or comment.
2) Automatically assigning a special role to anyone who creates a new account.
3) Automatically unpublish content after a certain time frame.
4) Automatically assign a node to someone other than the author.
Anyone can use this timeslot to show off a project you have been working on. This might be a module, a theme, or a website.
5-10 minutes each.
Login and post a comment if you would like to showcase your project.
The views module is a powerful tool that allows site administrators to create complicated and dynamic displays of their content without writing any code or knowledge of database queries.
This session is intended for the absolute Backdrop beginner. We'll introduce you to one of the fundamental building blocks of Backdrop CMS, custom content types and fields.