Name

FORUM_ANON_NAME —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

FORUM_ANON_NAME is available in Interchange versions:

5.0.1-5.7.0 (cvs-head)

SOURCE

Interchange 5.7.0:

Source: code/UserTag/forum.tag
Line 16 (context shows lines 6-20)

# (at your option) any later version.  See the LICENSE file for details.
# 
# $Id: forum.tag,v 1.6 2007/03/30 23:40:57 pajamian Exp $

UserTag forum-userlink PosNumber 0
UserTag forum-userlink addAttr 
UserTag forum-userlink Version   $Revision: 1.6 $
UserTag forum-userlink Routine   <<EOR
sub {
my ($row) = @_;
return $row->{name} || $Variable->{FORUM_ANON_NAME} || 'Anonymous Coward'
  if $row->{anon} or ! $row->{username};
my $realname = tag_data('userdb', 'handle', $row->{username})
       || tag_data('userdb', 'fname', $row->{username});
return $realname || $row->{username};

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!