I have a bit of a plug for Pro Drupal Development. Not only is it starting to help me learn Drupal, it's beginning to help me make sense of PHP! :) It's authors are too humble when they say it's not much of a help in learning PHP. Okay, you can't be a beginning programmer, but it doesn't take much "PHP skill" to be able to figure out what they're getting at.
That being said, Chapter 7 is giving me some difficulty. I've been able to add a "Content Type" programatically. Open up "Create Content" and sure enough in the sidebar you can add a joke type. However, what I haven't been able to figure out is how to make the link to add jokes available in the "middle block as well". Here's what the middle block usually has:
Create content
Choose the appropriate item from the list:
Forum topic
Image
Page
Poll
Story
Video
I took out the descriptions to make it less verbose but you get the picture. If my "joke" content type is in the sidebar under "Create Content" shouldn't it be updating the "middle screen" as well? I'm going to keep moving on with the book but if anyone has an idea for this let me know. In the meantime it's cool I can add content type to the left sidebar anyway.
The way I do this is upload a node module consisting of 3 files: You can browse the code quickly for an idea of what I'm doing.
joke.info
__________
; $Id$
name = Joke