posted 18 years ago
Thanks so much for all your help so far. Programming this thing is like peeling an onion, you have to get through layers upon layers upon layers. I am in awe of your programming skill to make the thing so platform/database/language independent.
I was wondering if there was a way to change "deny from the following groups" to "allow from the following groups"? It looks like it is just a matter of flipping the 1's that are inserted into jforum_role_values to 0's and vise-versa, but I can't pinpoint exactly where that statement is being built.
My hunch is that it is somewhere in jforum/dao/generic/security/SecurityCommon.java or GenericSecurityDAO.java, or a combination of both.
[originally posted on jforum.net by rzavi4jc]