Forums / Developer / How do I make a module available in the user section?

How do I make a module available in the user section?

Author Message

Rib Rdb

Monday 02 June 2003 1:04:05 am

My module is working great from the admin section, but when I try to use it from the user section, I just get a forbidden message. How do I make my module available for the rest of the site?

Bård Farstad

Monday 02 June 2003 2:13:37 am

You need to give permissions to it. If the module is open for all you can do this in site.ini:
PolicyOmitList[]=mymodule
or
PolicyOmitList[]=mymodule/myfunction

If you need more permissions you need to look into the permission system.

--bård

Documentation: http://ez.no/doc