• User Attivo

    Manca modifica profilo

    Ciao a tutti.. nella mia chat quando ci si registra..
    [php]<card title="Register">
    <p align="center">

    <small><b>
    Username:</b></small><br/><input name="nimi" type="text" format="*x" maxlength="15" emptyok="true"/><br/>

    <small><b>Password:</b></small><br/><input name="salasana" type="password" format="*x" maxlength="20" emptyok="true"/><br/>

    <small><b>Logo/Photo:</b></small><br/>
    <input name="logo" type="text" value="" maxlength="128" emptyok="true"/><br/>

    <small><b>Real name:</b></small><br/>
    <input name="name" type="text" value="" maxlength="16" emptyok="true"/><br/>

    <small><b>Age:</b></small><br/>
    <input name="age" type="text" format="*N" maxlength="2" emptyok="true"/><br/>

    <small><b>Sex:</b></small><br/>
    <input name="sex" type="text" value="" maxlength="6" emptyok="true"/><br/>

    <small><b>Location:</b></small><br/>
    <input name="location" type="text" value="" maxlength="25" emptyok="true"/><br/>

    <small><b>Signature:</b></small><br/>
    <input name="signiture" type="text" value="" maxlength="60" emptyok="true"/><br/>

    <small><b>Your site:</b></small><br/>
    <input name="site" type="text" value="" maxlength="128" emptyok="true"/><br/>

    <small><b>Email:</b></small><br/>
    <input name="email" type="text" value="@" maxlength="50" emptyok="true"/><br/>

    <small><anchor>»Register
    <go method="post" "">
    <postfield name="nimi" value="$(nimi)"/>
    <postfield name="salasana" value="$(salasana)"/>
    <postfield name="logo" value="$(logo)"/>
    <postfield name="name" value="$(name)"/>
    <postfield name="age" value="$(age)"/>
    <postfield name="sex" value="$(sex)"/>
    <postfield name="location" value="$(location)"/>
    <postfield name="signiture" value="$(signiture)"/>
    <postfield name="site" value="$(site)"/>
    <postfield name="email" value="$(email)"/>
    </go>
    </anchor></small><br/>
    <small>«Indietro</a>[/php]
    ..non c'è come modificare il profilo.mi sapete dire cosa occorre? Grazie