Paradigm

Anonymous
Lets say I have 2 users,

User 1, Name = David. David is a member of some built in groups and his own group Called David Group.

User 2, Name = Jane. Jane is also a member of built in groups and her own group called Jane Group.

When they create a new topic or story is their a way to remove the built in groups from being listed under the group access pull down box so they only see their own groups.

I am shaw this is possible and think it has something to do with either


$result = DB_query ("SELECT group_id,perm_owner,perm_group,perm_members,perm_anon FROM {$_TABLES['topics']} WHERE tid = '{$A['tid']}'");

or

$A['group_id'] = DB_getItem ($_TABLES['groups'], 'grp_id',
"grp_name = 'Story Admin'");

found in admin/story.php

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by Paradigm: When they create a new topic or story is their a way to remove the built in groups from being listed under the group access pull down box so they only see their own groups.

They only see the groups of which they are a member anyway.

bye, Dirk