Hi, I'm trying to setup a configuration that has many tags (8k+) and the same number of groups. The permissions should be as follows:
Admin= everything obviously.
Guests = see nothing of the tags
Members = see nothing of the tags
Group member = see only the equal tag & nothing else.
The current setup is not ideal for this because of the quantity (it generates 60k+ permissions) and it causes memory errors. Would it be possible to write an extension to bypass the permission database table and generate them from a hardcoded function. I can setup the tag id to equal group id, so eg group id=2 would have permissions
tag2.viewDiscussions etc etc.
Any thoughts / ideas on ways around this?