Quote:
Originally Posted by Gostemilov
OK, I thikk it was a good idea (I mean forum-based rights), but it's not working.
I tried to set the rights in PhpMyAdmin, but there is another problem.
For examle, I have 61 categories. I dont know, why You create new records for each category in local_linksadmin, but I can see
As You can see, there are no category_id 60 and 61, but there are 67, 76, 77, 78, etc.
I need to change some permisson for category_id 60 and 61.
How can I do it? Thanks.
P.S. Sorry for my English
|
LDM permissions can be set globally (using LDM/admin/permission) or per-category (Edit Category/permissions). You do not need to use phpmyadmin.
If you want to set the permission for category 60, go to the category with this id, edit the category, and set the required permission using the permissions tab.
Now, about the links_admin table. For each permission, there is always a row in this table for the global permission. There is also a row for each category in which you have edited the value using Edit Category.
So why not a row for each category? This is because permissions are inherited. When LDM displays a category, it looks up the nearest permission - in this category if available, in its parent category if not, and so on, until it finds the global value.