Hi,
I am using autoadmin 6.x-1.8 abd schema which is required by the autoadmin.
I enabled both the modules but not the "Autoadmin_simpletest".I hope it is not necessary.
now i found docs for how to use autoadmin through drush, but is there a way to work with autoadmin
from the drupal front end?
When i went to "admin/user/permissions" i could not find any permissions for this module.
Help me.
-
Siva

Comments

siva.thanush’s picture

Title: Access autoadmin from front rnd. » Access autoadmin from front end.
_rune’s picture

Status: Active » Closed (fixed)

Hey

There is no generation of autoadmin schemas from the frontend, only from drush and the commandline, but you can roll your own [MODULE].autoadmin.inc as per instructions here: http://drupal.org/node/653362. Remember to clear the cache manually after changes.

No permissions are shown before there is an installed module with valid [MODULE].install and [MODULE].autoadmin.inc files.

Cheers!
Rune