By cosmicdreams on
I took the time to install a drupal 5 site yesterday to take a look around. Great job guys! Love the new administration page. I only wish my favorite modules were ready to go, but its still early. Here's a list of things I love about drupal 5.
1. Separation of admin tasks
2. Dependency listings in module page
3. CCK
4. fancier AJAX
5. having each module in its own folder.
Like I'm looking forward to when its done:
1. a Drupal 5 version of Event module
2. More CCK modules
3. Reduced CSS files to hack
4. Making my own content type with CCK
5. Getting the Clean URLS working (for once)
Comments
module dev thread watch
http://drupal.org/node/82257
It is sticky at the top of the module development forum so no need to comment in it unless you are a module maintainer but a nice schedule overview. Everyone say thanks Michelle for doing this.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Wow thanks!
Awesome I'll check that out.
to get clean urls to work you just need .htaccess
You need to upload .htaccess to the root folder of your drupal install.
.htaccess is invisible on Macs so it won't be visible to upload unless you rename it something else and rename it once it is uploaded. You can get an example .htaccess file from anywhere.
...
the '.' means hidden file for *nix based systems.
ls -al I think is the syntax for you.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide