OK this may be the entirely wrong way to go about this, and someone tell if it is:
I am using Apache Session with a user table. basically a user gets set up with certain permissions and preferences. One field holds the permissions for that user as just a string of 0's and 1's. Preferences are held as a comma delemeted string. These are read out to the session, then in the template or module, depending on where is appropriate, I handle the security and prefs. Because I know the placement in the array or substring, I just parse this out to be used with either some javascript and css or a TMPL_IF. I have a user admin page for creating the users, and this method works really well for addming the new user perms and prefs. thats my 2 cents --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
