I have aded an nfgnav-instance in a zclass so that all my objects of that zclass have a similar sitemap. Only problem is: it never shows up for the regular website-user, only for me who have access to the management screens. How do I solve this? My guess is that it has to do with the permissions set for nfgnav, but I cannot figure it out. A helping pinpointer in any direction would be of great help! Einar -- Einar Næss Jensen Avdelingsingeniør EDB-HF 735 90750
On Tue, Nov 12, 2002 at 03:44:43PM +0100, Einar N?ss Jensen wrote:
I have aded an nfgnav-instance in a zclass so that all my objects of that zclass have a similar sitemap. Only problem is: it never shows up for the regular website-user, only for me who have access to the management screens. How do I solve this? My guess is that it has to do with the permissions set for nfgnav, but I cannot figure it out.
Security tab, "Reference with NFGnav". That having been said, I later abandoned NFGnav for Python and ZPT. http://www.zope.org/Members/mwr/NFGnav_Sitemap http://www.zope.org/Members/mwr/python_zpt_sitemap_zen -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Einar Næss Jensen writes:
I have aded an nfgnav-instance in a zclass so that all my objects of that zclass have a similar sitemap. Only problem is: it never shows up for the regular website-user, only for me who have access to the management screens. How do I solve this? My guess is that it has to do with the permissions set for nfgnav, but I cannot figure it out. A helping pinpointer in any direction would be of great help! Inside ZClasses, you must carefully manage the "Permission mapping" (see the "Permissions" tab).
One of the most common errors with ZClass authorization is to forget the permission mapping (which is disabled by default). Dieter
participants (3)
-
Dieter Maurer -
Einar Næss Jensen -
Mike Renfro