1
This is a very simple question. I'm writing a module for XOOPS 2.0.x, and I want to start working on the administrative side of things. I want certain links (like edit entry) to appear only if the person has admin rights for that module.
How do I test if a person has admin rights for a given module? I know it's probably a simple class or function that's already defined somewhere.
(I believe this has nothing to do with the module permissions post that was at the top of this forum. I read that, and I don't see that as the same thing)
Thanks,