modules

Hidding CCK Fields on the Node Edit Form in Drupal 6

Just a quick post... I needed to hide some cck fields on a node edit form and I didnt want to use cck field permissions so I did this:

http://drupal.org/node/257431#comment-2057358

I used method 1 and it worked plain and simple.

 

Drupal and SEO - The Global Redirect Module

The global redirect module is a must have for SEO on a Drupal site.  It does a great job helping with drupals "duplicate content" issues and redirecting urls around your drupal install. 

For example by default, drupal shows the same content for a both a url ending in a slash "/" or not ending with a slash:

  • mysite.com/node/36/
  • mysite.com/node/36

To drupal this is the same page, but to a search engine, these might be very different pages. ...Read more...

Drupal and SEO - The Nodewords (aka the Meta Tags) Module

The nodewords module allows you easily set the meta tags on your site.  Some features of this module are (quoted directly out of the documentation): ...Read more...