Forums / Setup & design / Section Roles and Policies

"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".

Section Roles and Policies

Author Message

John Smith

Saturday 05 March 2005 5:32:58 am

hi there,

Is there any file except admin interface, where i can see assignment of sections id's to the nodes manually?

For e.g, when i override the templates i can see them in /site/settings/siteaccess/sitedesign/override.ini.append.php

Regards

Eivind Marienborg

Saturday 05 March 2005 5:42:19 am

$DesignKeys:used.section is at least available in your pagelayout view.

John Smith

Saturday 05 March 2005 5:49:39 am

Thanks for your kind answer.

But here i want to know, Is there any "ini" file in the Exponential folder where i can see or manually assign section ids to the nodes, and moreover is there any ini file where i can see or manually assign roles and polices to the sections or section ids.

Regards

Eivind Marienborg

Saturday 05 March 2005 6:07:00 am

Ah, of course, sorry.

Section assignment for nodes is set in database, in the table ezcontentobject. Assignemt to roles is done in table ezuser_role.

Kristian Hole

Saturday 05 March 2005 6:09:23 am

Hi

There is no files with this information. The section assignments, roles and policies are all stored in the database.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

John Smith

Tuesday 08 March 2005 10:24:54 am

Thanks