Tutorial
How to add or remove a www subdomain for Prestashop
Log into your admin interface, click on the Preferences tab, and on the SEO & URLs link one row below. Scroll down to the area called URLs Setup, and look for the Shop domain name input field. Here you can change the url to either use www (example: www.mydomain.com) or not (example:mydomain.com) Now save your settings. In order to make ...Read more
Improve your Drupal theme markup with body classes
Since Drupal 6, a lot of the detailed markup as found in the excellent Zen theme framework has made its way into the default Drupal markup. More details about this feature can be found here http://drupal.org/node/163723 To use this feature for your theme just insert the variable $body_classes into your tpl files body opening tag <body> like this <body class="<?php ...Read more
How to create and use a Drupal template (tpl) file
Template files are used to overwrite the core Drupal output (or the output of a module that overwrites the core Drupal output). This can be for example useful if the layout of a particular content type, page, block or view can’t be easily fixed by a stylesheet. With a tpl file you can completely overwrite all output by using HTML/ ...Read more
How To Put A Facebook Like Box On My Website
What can i do with the Facebook Like Box? Given that you have previously set up a Facebook page to promote your business or project through Facebook, you can now show everybody how popular it is by connecting your website with your Facebook page. This is done by placing a box with people that like your Facebook page on your ...Read more




Recent Comments