Popular Tags
- jwhatcott: Dark Knight Review - Elegantly Constructed Badness: http://jeffwhatcott.com/drupal/node/116
- jwhatcott: Drupal is up for industry awards - vote now!: http://jeffwhatcott.com/drupal/node/112
- jwhatcott: test post disregard: http://jeffwhatcott.com/drupal/node/111
- jwhatcott: test post disregard: http://jeffwhatcott.com/drupal/node/110
- jwhatcott: Test Post: http://jeffwhatcott.com/drupal/node/109
- jwhatcott: CTU and Terrorists Are the New Cowboys and Indians: http://jeffwhatcott.com/drupal/node/108
- jwhatcott: Is the iPhone 2.0 software slower or is it just me?: http://jeffwhatcott.com/drupal/node/107
- jwhatcott: iPhone 2.0 App Jubilation and Annoyances: http://jeffwhatcott.com/drupal/node/105
- jwhatcott: iPhone 2.0 App Jubilation and Annoyances: http://jeffwhatcott.com/drupal/node/104
- jwhatcott: Trying Scribefire: http://jeffwhatcott.com/drupal/node/103
Popular Content
A Few Blogs I Read
About this site

This blog runs on Drupal using the Marinelli theme by Matteo Leoni.



Thanks for implementing the comments for anonymous users! I really hate to be forced into signing up to a site that I'll only casually be frequenting (i.e. most blog sites I visit).
You seem to be getting on with Drupal pretty well and I'm glad that a non-engineer (as you put it) has managed to get things pretty much worked out.
Let me add some response to a couple of your points:
9) Only the module maintainer can change code in CVS so you can't directly do that. The done thing is to create a patch and submit it to the issue queue. You can create a patch in terminal by issuing the following command:
diff -up original.css modified.css > ~/Desktop/name.patch
This will create a patch on your desktop that you can submit so it may be easily applied by the contrib maintainer.
D) Not sure if you have installed it yet but I believe Views is what you're after here. Views is an amazing module that allows the creation of custom lists of content. Check it out!