Grouping modules together
Sun, 03/04/2007 - 11:48pm — mathias
When working with the modules in the book, you can group them with a package name so they show up together on the module listings page. This is done by adding an additional line to each module's .info file.
; $Id$ name = Joke description = Allows your site to capture jokes. package = Pro Drupal Development Examples

Comments
Writing a Module: Chapter 2: Pro Drupal Development
I cant get the Annotate module to show in Administer >> Site Configuration >> Annotate
I know there is a correction in the Errata (Administer>>Settings>>Annotate became Administer>>Site Configuration>>Annotate) but it still doesn't show up
Annotate DOES show up in the Administer>>Modules..and i have tried it 'enabled' and 'disabled' just in case
I have also downloaded the source code (and pasted into annotate.module) to make sure i had no type errors...but still no show
Which version of Drupal is Pro Drupal Dev written for?...i am using Drupal 5.1 with Postgres
Has anyone else had this problem....?
Great book...but i'm stuck now and have only just started (i even tried changing the function name in annotate.module from 'annotate_admin_settings' to 'annotate_site_configuration' as a pure guess...but no luck, so changed it back..
Any help much appreciatated
(i have just realised that perhaps the blog is not the place for this query...so please let me know and i wont post queries here again...apologies in advance)
djax