Drupal

Nov 11 2008

Unknown toolbar item "UniversalKey"

Are you seeing this annoying "UniversalKey" Drupal error repeatedly?

Are you seeing the error message unknown toolbar item "UniversalKey" popup in an FCKeditor window? This is a result of an update to the native FCKeditor software that caused the removal of the "UniversalKey" button. The "UniversalKey" button was one that loaded a Universal Keyboard that allowed the use of different keyboard layouts based on language and country of origin. Unfortunately, FCKeditor did not have a license to use the Universal Keyboard, so they had to remove it in the update to FCKeditor 2.4...  read more »

Oct 27 2008

Files Changed In Drupal Upgrade From 6.5 - 6.6

Important Security Fixes in Drupal 6.6

The Drupal 6.6 security release fixes file inclusion and cross site scripting vulnerabilities. The upgrade to 6.6 is essential. We list the specific files that have changed in the upgrade from Drupal 6.5, so you can update only those files without having to replace your entire installation...  read more »

Oct 27 2008

Files Changed In Drupal Upgrade From 5.11 - 5.12

Important Security Fixes in Drupal 5.12

The Drupal 5.12 security release fixes file inclusion and cross site scripting vulnerabilities. The upgrade to 5.12 is essential. We list the specific files that have changed in the upgrade from Drupal 5.12, so you can update only those files without having to replace your entire installation...  read more »

Oct 22 2008

Drupal - how to change anonymous commenter's name

Tired of the old anonymous comment setting?

By default, if you choose to let anonymous posters not leave their contact information in Drupal, their name will be filled in as "anonymous." Not exactly the most creative name. You'll notice that we use "visitor from afar." We're not saying that's super creative, but we like it better than simply having it be "anonymous." We're going to show you how to change this to anything you like, but first, how to get to the comment settings? ...  read more »

Oct 15 2008

Files Changed In Drupal Upgrade From 5.10 - 5.11

Important Security Fixes in Drupal 5.11

The Drupal 5.11 maintenance release fixes problems reported using the bug tracking system, as well as critical security vulnerabilities. The upgrade to 5.11 is essential. We list the specific files that have changed in the upgrade from Drupal 5.10, so you can update only those files without having to replace your entire installation.  read more »

Oct 15 2008

Files Changed In Drupal Upgrade From 6.4 - 6.5

Important Security Fixes in Drupal 6.5

The Drupal 6.5 maintenance release fixes problems reported using the bug tracking system, as well as critical security vulnerabilities. The upgrade to 6.5 is essential. We list the specific files that have changed in the upgrade from Drupal 6.4, so you can update only those files without having to replace your entire installation.  read more »

Aug 14 2008

Files Changed In Drupal Upgrade From 6.3 - 6.4

Important Security Fixes in Drupal 6.4

The Drupal 6.4 maintenance release fixes problems reported using the bug tracking system, as well as critical security vulnerabilities. The upgrade to 6.4 is essential. We list the specific files that have changed in the upgrade from Drupal 6.3, so you can update only those files without having to replace your entire installation.  read more »

Aug 14 2008

Files Changed In Drupal Upgrade From 5.9 - 5.10

Important Security Fixes in Drupal 5.10

The Drupal 5.10 maintenance release fixes problems reported using the bug tracking system, as well as critical security vulnerabilities. The upgrade to 5.10 is essential. We list the specific files that have changed in the upgrade from Drupal 5.9, so you can update only those files without having to replace your entire installation.  read more »

Jul 29 2008

Files Changed In Drupal Upgrade From 5.8 - 5.9

Important Security Fixes in Drupal 5.9

Drupal 5.9 has been released to correct a vulnerability that was inadvertantly left in Drupal 5.8. The upgrade to 5.9 is essential. We list the specific files that have changed in the upgrade from Drupal 5.8, so you can update only those files without having to replace your entire installation.  read more »

Jul 21 2008

Drupal - how to display block in node?

How do I place a Drupal block's contents into a node?

There used to be a module that did this, but I forget what it's called, and am unsure as to its compatibility with various versions of Drupal. The easiest and most direct way to place the contents of a block in a page are using the following PHP snippet...  read more »