You don't need to register at WWDD to post comments.
Isn't it annoying when you want to comment on an article, but don't want to go through the hassle of creating yet-another-user account at yet-another-website?
Feel free to comment anonymously, or log in with your username@drupal.org account.
We won't mind a bit.
I had a problem with the theming -- I was expecting the nodetracker block to show the description field as yours does. Just coping and pasting the node-content_nodetrack.tpl.php didn't do that for me.
At first I thought it was a problem with the variable names but after using printr I found it was the if statement causing the top part to "not work" and going to the "else" part..
I had to copy
print $field_nodetrack___description[0][view]
into the
else {
/* default teaser */
part to get it to show up. It worked -- I have to say I don't really understand the logic in the if ... I am still a beginner at some of this stuff.
Anyway thanks for your how-to's I find them the best way to learn. Keep up the good drupal work.
Glad you found my blog webdevgeeks.com I use it as a bookmark site for things I want to work on more.