Forums / Cotonti / Support / Documentation requests

Want some docs? We can make them come true!

tensh
#15243 2009-07-31 15:06
So I can access e.g. the permission 2 by writing sed_auth('plug', 'myplug', '2')?
There are only 5 additional permissions and there cannot me more?
Also, how can I tell the plugin in plugin config file to display the additional permission in plugin rights screen?

I mean this:
Auth_guests=R
Lock_guests=W12345A
Auth_members=RW
Lock_members=12345

Maybe e.g. Auth_members=RW2 ? Can I assign the default rights also to other usergroups based on alias?

Auth_mygroupalias=R
Lock_mygroupalias=W12345A

I'm so curious about any aspect of the plugins. ^^ I'm pretty successful with writing my own, I'll publish some when they will be ready, just I want to have total control and know all tips and tricks.