<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I want to require users to use real names as usernames, and make all
their posts in their real names. <br>
<br>
To so this, I put<br>
<br>
$Author = $AuthId;<br>
<br>
into the the local config file and it works just fine to force an edit
to recorded in the username of the editor. (By the way, what does "if
(@<span class="varlink"><code class="varlink">$AuthId</code></span>)
$Author = <span class="varlink"><code class="varlink">$AuthId</code></span>"
add?) <br>
<br>
But how do I force usernames for "comments" entered using
"commentboxchrono"? For example, I put this into the groupfooter for a
"simple forum" group. How can I force the comment post to be recorded
in the name of the user?<br>
<br>
(:if auth edit:)(:commentboxchrono:)<br>
(:if !auth edit:)To post on this forum please <br>
[[{$Name}?action=login|'''log in''']](:ifend:)<br>
<pre class="moz-signature" cols="72">--
Philip Yates
515 High St.
Oregon City, OR 97070        
(503) 570-8000
</pre>
</body>
</html>