Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

user setting 'en masse'

Quote Reply
user setting 'en masse'
Smile Would it be possible.... strictly via templates.... to layout a page of 'user settings' of all users all listed on one page? That is to say... layout a table of only some of the items from the db and list in tabular form 'permissions' group settings etc.

Would this work or would 'code organization' of the modules, make setting individual fields within multiple records a problematic issue with loops etc?

ptegler
Quote Reply
Re: [ptegler] user setting 'en masse' In reply to
Hi,

You could do 98% of it in templates, but would need to add a global that fetches all the information you want to display. It sounds like it would be pretty easy. Maybe if you do an html mockup of what you are looking for, I can give you the global.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] user setting 'en masse' In reply to
Unsure I hope I'm still on track here....

Wink groups2.htm (attached file) is a mock-up listing of 'users' with a checkbox format to set which groups they are a member of.

Unimpressed newgroups_pers2.htm (attached file) is a mock-up of setting the permission levels of groups that have been defined. read, post, view, moderate are all individually setable.

This can be carried through to a few other admin utils.

ptegler