Skip to main content
Home

e: info@zerotouch.co.uk

t: 01628 820100

Main navigation

  • Home
  • About Us
  • Web Design
  • Drupal Services
  • SEO
  • Portfolio
  • Contact Us

Apply CSS specific to browser

Read more about Apply CSS specific to browser

An example is shown below:

<!--[if IE]><style type="text/css"> #splash { z-index: -10;}</style><![endif]-->

Theme specific nodes

Read more about Theme specific nodes

Under your theme directory create a file named:

page-node-nodeID.tpl.php

For example a node with node ID of 78 would have a page style named:

page-node-78.tpl.php

Update Drupal Modules

Read more about Update Drupal Modules

This describes the process to update Drupal modules.

1. Goto the modules directory.

cd /var/www/html/drupal/shop/sites/all/modules/contrib

2. Download the required module.

wget http://ftp.drupal.org/files/projects/webform-6.x-2.9.tar.gz

3. Extract the tar file.

tar -xvf

This will overwrite the previous version.

4. Run Drupal Update.

Duplicate / Copy a content type

Read more about Duplicate / Copy a content type

In order to copy / duplicate a content type you can use:

  • https://www.drupal.org/project/entity_type_clone
  • https://www.drupal.org/project/content_type_clone

Using ob_start to email $account when user logs in

Read more about Using ob_start to email $account when user logs in
<?
function spammy_user ($op, &$edit, &$account, $category = NULL) {

    if($op=="login") {
        $to = "webmaster@zerotouch.com";
        $subject = "User Login!" . $op;
        
        ob_start();
        print_r($account);
        $mike = ob_get_clean();         

        $body = "Hi,\n\nYou've logged in!";
        $body .= $mike;
        mail($to, $subject, $body);
        
    } elseif ($op=="logout") {
        $to = "webmaster@zerotouch.com";
        $subject = "User Logout!" .

Length, Width, Height and Ubercart

Read more about Length, Width, Height and Ubercart

sites/all/thmes/contrib/fusion/fusion_core/template.php

See the line below:

$dimensions = !empty($node->height) && !empty($node->width) && !empty($node->length); /* MR */

This might help. Work in progress.

Drupal Ubercart Product length, width and height missing on node import

Read more about Drupal Ubercart Product length, width and height missing on node import

Check the following links:

http://drupal.org/node/568574

Link to go back

Read more about Link to go back
<p><a href="javascript:history.back()">Go Back</a></p>

Produces:

Go Back

Google Analytics account

Read more about Google Analytics account

To access your account you will need to visit the Google Analytics page and enter your username and password.

The Google Analytics Reporting pages may be visited by clicking on the link below.

Google Analytics - https://www.google.com/analytics/reporting/login

Google Business Profile entry

Read more about Google Business Profile entry

To access your account you will need to visit the Google Business Profile pages (formerly known as Google Places and the Google Local Business Center) and enter your username and password.

The Google Business Profile page may be visited by clicking on the link below.

Google Business Profile

Pagination

  • « First First page
  • ‹ Previous Previous page
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • …
  • Next › Next page
  • Last » Last page
Subscribe to
Image:
Grey and white wave
Image:
abstract circular ligjts
          • Home
          • About Us
            • History
            • Employment
            • Testimonials
            • News
            • Privacy Policy
            • Cookie Policy
          • Web Design
            • Requirements
            • Style Guide
            • Content Management
            • Fully Responsive Websites
            • Customer Self-Service
            • Bootstrap
            • Bespoke Development
          • Drupal Services
            • Drupal Websites
            • Drupal Intranets
            • Drupal Support
            • Drupal modules
          • SEO
            • Organic SEO
            • Pay Per Click
            • SEO Advantage
            • SEO Summary
          • Portfolio
            • Brochures
          • Contact Us

          Copyright © 1999 - 2026 Zerotouch Limited.  All rights reserved.  Registered in England and Wales.  Company Number 03694425

          Web design and maintenance by Zerotouch Ltd