Hi,

First off thanks for this module, I just downloaded it for a new site that I'm building.

As I'm fairly new to Drupal myself, I found it a bit difficult to navigate to this module's setting page.

I know that in the readme file it says I should go to admin/user/accounttypes, but it isn't there in the admin/user panel. I have to go to Administer -> By Module or type in the URI directly in order to locate the setting page.

So it would be great if a new menu item (admin/user/accounttypes) is created in admin/user automatically upon installing the module.

Thanks,
Shirley

Comments

rconstantine’s picture

Assigned: Unassigned » rconstantine
Category: feature » bug

It should already be there. I'll see if I can figure out why it isn't.

rconstantine’s picture

Category: bug » support

I've checked the code and there doesn't seem to be anything wrong with it. Confirm that you are using the dev version and that your .module file looks like the one found here:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/accounttypes/...

I'm changing this to a support issue as I'm fairly sure nobody else is having this issue and hook_menu implementations are really straight forward.

Make sure your menu cache is cleared out, just in case.

Also, just so we're clear, the link in the menu and on the admin/user page is actually 'Account Types', not 'accounttypes'. So double check that and let me know.

shipal’s picture

Status: Active » Closed (fixed)

Thanks, I wasn't using the dev snapshot and hence the problem. Everything is fine now :)

Shirley