Lesson about CMS have finished. And now I begin to consider your requests and wishes. Today we'll consider Zurb Foundation CSS framework capabilities. Foundation isn't worse that Twitter Bootstrap. Foundation has got great grid system. The newest is XY grid. It's...
Tutorials
Drupal 7. Ecommerce module
This is last lesson of CMS basic series. Today we'll consider drupal 7 ecommerce - the module to create ecommerce web site on Drupal
Drupal 7. Create theme. The template for concrete node type
We will finish this Drupal 7 creating theme lessons series with create the template for concrete node type (in our case article). You can download ode of our theme from my github account
Drupal 7. Create theme. Main page template
In this lesson we will create the template for main page - page--front.tpl.php file. We will also create and customize the view for main page Notice, all visual settings (html tags and css classes) you can customize in view settings panel
Drupal 7. Create theme. Node template
In this video we will create node.tpl.php file. This file output node user fields in browser. We also will make our contact form more beautiful for our site clients You can watch and download theme code from github
Drupal 7. Output fields on page
In last lessons while setting content type we learnt, that we can add our fields. Today we will output this fields to the page in our theme There are two essence in page.tpl.php - $page and $node. $page array stores theme regions. Node object store including node...
Drupal. Create theme. Output main menu and page main content
In last lesson we began to create theme for our Drupal 7 web site. Today we will output main menu and main page content First of all we will create page.tpl.php file. It will contain page template. There are available several variables in this file. One of them is...
Drupal 7. Create theme
In this lesson we'll begin to create the theme for our Drupal 7 site. We'll use the template, which we're using while creating template for modx I recommend you to read this article about Drupal 7 theming. You can see the code of this and next lessons on my github...
Drupal 7. Create view and contact form
In last lesson we added some content and installed Views module. Today we will create last posts view for output this view on main page and also we will create contact form View can be created as page or block. If you don't need to output different types of content,...