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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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