I've just installed drupal 4.5.0, created the first account, and then clicked on administer | modules, but nothin' happens. the page remains the same. and also the menu "settings" has only one submenu "story".
I'd like to now how I can pass variables like this... I have a site that had pages called like this, but with drupal, it doesn't work.
Say I want c=1 to be passed on to a specific static page with PHP code in it (so that the PHP code can use 'c'); I'd normally use http://www.example.com/?q=node/2&c=1.
I am using drupal 4.4.2 and really enjoying it now it's up and running.
Thanks to all who are responsible for this software.
I want to be able to make some blocks appear only for authorised users.
Posts I've read on this subject haven't answered the question whether this is possible with 4.4.2 or 4.5, either using php in the path or some other way. Can anyone confirm? Am I overlooking anything?