I keep geeting asked how to edit module options, this configuration group is hidden by default, you can gain access to it & much more by installing Total Configuration http://addons.oscommerce.com/info/5040.

However if this is too much for you, or you don`t wont to give administrators that much control, you can apply the following query with phpMyAdmin:

UPDATE configuration_group SET visible = '1' WHERE configuration_group_id = '6';

Module Options will then appear within Configuration.

Before you ask, here`s how to apply the query, step by step.

Log into your site cpanel, click on phpMyAdmin, if your database doesn't come up automatically, select it, click on any item in the dBase, say address_book
then click on SQL, past the query provided into the box, removing whats there by default, click on GO, you should get confirmation that everything was processed OK.