The drop is always movingYou know that saying about standing on the shoulders of giants? Drupal is standing on a huge pile of midgetsAll content management systems suck, Drupal just happens to suck less.Popular open source software is more secure than unpopular open source software, because insecure software becomes unpopular fast. [That doesn't happen for proprietary software.]Drupal makes sandwiches happen.There is a module for that

Revamping URL aliases

Submitted by nk on Sun, 2006-01-29 01:58

Please comment with the name of the module you would take. Here are those modules where you can find more than five arg() calls.

<?php
$rows
[] = array('aggregator', 23);
$rows[] = array('book', 6);
$rows[] = array('contact', 6);
$rows[] = array('filter', 18);
$rows[] = array('forum', 9);
$rows[] = array('node', 33);
$rows[] = array('poll', 6);
$rows[] = array('statistics', 9);
$rows[] = array('taxonomy', '17');
$rows[] = array('user', 22);
print
theme('table', array(), $rows);
?>

That's 10 modules. And wow, we have 10 signups :) I will do the rest of the modules, help out etc.

$_GET['q'] are a lot less, 22 in all modules. There are 23 in includes -- we shall see what happens with those, that depends on what do we do with URL aliasing.

Commenting on this Story is closed.