A Rant : Why I hate Drupal’s Documentation
I hate Drupal’s documentation. There I said it. Go ahead and flame me. I don’t care. It’s the truth. I recently came up against this lack of documentation issue when I decided to use JQuery UI Accordion on my comments.
I found the documentation for comments in multiple places, but nothing really spelled out how everything worked, not even my wonderful assortment of Packt Publishing Books. I finally ended up opening the Comments module folder and reading the comment.tpl.php file. The example code got me on the right track quicker than reading the API and theming documentation had. And I soon had my output rendering properly except for one, pesky little thing.
There was a seemingly random cidâ€> somewhere in either my template or the core that I couldn’t
Read More