<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DialogueImporter.ascx.cs" Inherits="Dialogue.Logic.UserControls.DialogueImporter" %>

Import Members

You can import members from your previous forum into Dialogue, just create an XML file using the same structure as show in the example and upload it using the form below

Xml Example Structure

<members>
    <member>
        <username>Username</username>
        <email>email@email.com</email>
        <website></website>
        <twitter></twitter>
        <points>1200</points>
        <isadmin>true</isadmin>
    </member>
    <member>
        <username>Another</username>
        <email>another@email.com</email>
        <website></website>
        <twitter></twitter>
        <points>0</points>
        <isadmin>false</isadmin>
    </member>
</members>