__section__ default __description__ Form which is displayed when user creates a discussion. * error = Any error messages that may have occured during processing. * id = The ID # of the new discussion. * format_select = [Optional] See template "edit_comment;misc;default" __title__ __page__ comments __lang__ en_US __name__ newdiscussion __template__ [% IF id %] [% PROCESS titlebar width => "95%", title => "New Discussion Created" %]

Your discussion, [% form.title %], has been created. Go to [% constants.absolutedir %]/comments.pl?sid=[% id %] to begin posting. Remember this URL!

[% PROCESS edit_comment sid => id %]

[% ELSE %] [% IF error; error; ELSE; PROCESS titlebar width => "95%", title => "Unknown error" %]

An unknown error has occurred.

[% END; END %] __seclev__ 500