Gossamer Forum
Home : Products : Gossamer Links : Discussions :

editor rights

Quote Reply
editor rights
hello how can I set the editor rights of an user to be visible in a template???

I have done this:

sub {
my $tags = shift;
my $ed_db = $DB->table('Editors');
my $user = $tags->{Username};
my $editor_info = $ed_db->get($user, 'HASH');
return $editor_info;
}

page.cgi?p=editor_info&Username=username

but only the Username will be visible. any other fields form the Editors table are unknown tags.

Who can give me suggestions???

Subject Author Views Date
Thread editor rights ridesworld 2296 Mar 20, 2001, 1:46 PM
Thread Re: editor rights
Stealth 2240 Mar 20, 2001, 6:30 PM
Post Re: editor rights
ridesworld 2232 Mar 21, 2001, 12:43 AM
Thread Re: editor rights
ridesworld 2208 Mar 21, 2001, 1:53 PM
Thread Re: editor rights
Alex 2196 Mar 23, 2001, 10:47 AM
Thread Re: editor rights
ridesworld 2186 Mar 23, 2001, 1:03 PM
Post Re: editor rights
ridesworld 2183 Mar 24, 2001, 8:16 AM