Automatic generation of pretty URLs (ex: /blog/why-is-the-sky-blue instead of /node/21947)
Pathauto
-
different URL patterns for different content types
can create pretty URLs for existing content
PHP: standard URL to pretty URL
echo url('/node/1234')
// /blog/why-is-the-sky-blue
echo l('Just a link', '/node/1234');
// <a href="/blog/why-is-the-sky-blue">Just a link</a>
To add custom fields to content types
CCK
Lightbox (inline image/video viewer)
Lightbox2
Feedback
Great job.. i'm use drupal 6 too..
desta
Nov 18, 2011
#1