[% use Everything::Experience; my $isGod= isGod($USER); return unless $isGod || getLevel($USER) > 5; my $SETTING = getVars( getNode('approval nodelet settings','setting') ); my $type = $NODE->{type}{title}; my %types; { my @types = split /,/, $SETTING->{types}; @types{@types} = (1) x @types; } return unless $types{$type} or grep $_ eq $type, qw/modulereview bookreview note sourcecode snippet perltutorial perlnews/; my $nid = getId($NODE);