Forums / Setup & design / Section Roles and Policies
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.
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 ez publish 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.
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
Tuesday 08 March 2005 10:24:54 am
Thanks