Beginning from this lesson we begin learning Drupal 7. Today we'll consider Drupal installing. They say, Drupal is one of the difficult CMS for learning. Current Drupal version is Drupal 8, but Drupal 7 and Drupal 6 are maintained very good. I will use Drupal 7,...
Tutorials
MODX. Simple snippet. Minishop2
In this lesson we will create simple snippet for output year in the footer and also consider possibility of making e-commerce project on MODX Snippet is php code fragment, which can be included in chunks or templates. Making e-commerce project on MODX is not got...
MODX. getResources snippet
In this lesson we will use great snippet getResource for posts output on main page. getResource allows to make very flexible resources selection.
MODX. TV fields
In this lesson we will talk about TV fields and output headers and background in header with it TV fields are only additional resources fields. They can have different types, for example, textfields, list, file and so on
MODx. Create contact form
In this tutorial we will finish making main menu - we will create chunk for list items and also we will create the contact form.
MODx. Chunks. Create main menu
In last lesson we created the template for our site main page. Today we'll consider chunk term and also create main menu with using Wayfinder package. We'll also install TinyMCE package for comfortable resource content adding/editing.
MODx. Resources, templates, installing packages
In last lessons we were creating header template and main content of main page. In this lesson we will begin to embed our template. The site content (page for example) in MODx terminology is resource. Every resource have got some properties, including template. We...
MODx. Create template. Main page
In this tutorial we will finish to code main page for our MODx template. I notice, that there are other pages in this template. I recommend you create its templates yourself.
Create site template. Code header
In this lesson we will begin to make html template for our MODX Revo site. We will code the template with using twitter bootstrap 4. Today we will code header