drupal

Drupal Globals

Finde it well documented here:

http://api.drupal.org/api/drupal/globals

Mailjet - logging and analysing email traffic (from website)

Logging and analysing email traffic from your website.
Sounds promising:

http://www.mailjet.com/

Drupal 7 and imagecache / image style

Sapperlot, always these changes..... :)

theme('image_style', array('style_name' => 'slider_content', 'path' => 'image path', 'alt' => 'image alt', 'title' => 'image title', 'width' => 'some width', 'height' => 'some height')));

http://www.victheme.com/blog/drupal-7-themeimagecache-replacement

Tabs von page in node (.tpl.php) verschieben

How to move the beloved node-tabs (view, edit, etc.) from the page.tpl.php in the node.tpl.php:

http://drupal.org/node/780010#comment-2884126

May be it's helpful to use this in the node.tpl.php:

        <?php if ($tabs): print '<div id="tabs-wrapper">' . $tabs .'</div>'; endif; ?>

Plesk and Drupal-Multisites

In order to benefit from drupals amazing functionality concerning multisite capability, you have to do some extra-stuff in your plesk-config, more precisely in your vhost-config.

Example scenario

You administer 50 customer drupal sites on your plesk-server. Every time a new drupal release comes up, you have to update every single one of this 50 installations (we didn't even talk about the modules).
No question: enormous waste of time and disk space.

Let's dare an approach

Google-Analytics Conversion

Conversion-Tracking einer Registrierung in Drupal.

So auf die Schnelle habe ich das so realisiert:

drupal - theme or/and alter forms

Source: drupal.org, written by light-blue (thanks!)

Below is an super powerful way in 5.7 to give you total control of theming any node form (e.g. a cck-based content type called news_article). It uses template files, so your designers will be less confused as well. This example uses the zen theme by the way...

  1. put this in template.php (uncomment the print statement to see the template filename required)
    <php
    function zen_node_form($form) //zen, or phptemplate, or yourthemename {
 

Too Cool for Internet Explorer