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:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UserTag/forum.tag
Line 14 (context shows lines 4-18)

# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.  See the LICENSE file for details.

UserTag forum-userlink PosNumber 0
UserTag forum-userlink addAttr
UserTag forum-userlink Version   1.7
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!